diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2026-02-25 18:06:15 -0800 |
|---|---|---|
| committer | Namjae Jeon <linkinjeon@kernel.org> | 2026-02-26 18:26:07 +0900 |
| commit | 9b4253cd63ac00f6944fa0ac58d981c21859db3b (patch) | |
| tree | f9c4ad2916819b9b778a4d9a3cbd8e917225485b /Documentation/filesystems | |
| parent | 1dbe39666bf33f0713012dc3c0ecb559a1b5c36a (diff) | |
| download | lwn-9b4253cd63ac00f6944fa0ac58d981c21859db3b.tar.gz lwn-9b4253cd63ac00f6944fa0ac58d981c21859db3b.zip | |
ntfs: repair docum. malformed table
Make the top and bottom borders be that same length to
avoid a documentation build error:
Documentation/filesystems/ntfs.rst:159: ERROR: Malformed table.
Bottom border or header rule does not match top border.
(top)
======================= ===================================================
(bottom)
======================= ==================================================
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'Documentation/filesystems')
| -rw-r--r-- | Documentation/filesystems/ntfs.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/ntfs.rst b/Documentation/filesystems/ntfs.rst index 94f368fb3b06..5c96b04a4d7a 100644 --- a/Documentation/filesystems/ntfs.rst +++ b/Documentation/filesystems/ntfs.rst @@ -39,7 +39,7 @@ Supported mount options The NTFS driver supports the following mount options: -======================= =================================================== +======================= ==================================================== iocharset=name Character set to use for converting between the encoding is used for user visible filename and 16 bit Unicode characters. @@ -156,4 +156,4 @@ windows_names=<BOOL> Refuse creation/rename of files with characters or discard=<BOOL> Issue block device discard for clusters freed on file deletion/truncation to inform underlying storage. -======================= ================================================== +======================= ==================================================== |
