summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-09 12:09:43 -0600
committerAlejandro Colomar <alx@kernel.org>2023-02-10 02:20:10 +0100
commit15df802c68cbdd11e23245253a82f22cc386d30a (patch)
treeab9c3898b9a254d0fa7400efb51e2a1e5c8ae3aa
parent9fd14f265da07acdda731eda6ed4053e719f86db (diff)
ioctl_fat.2: srcfix
Remove unportable hack to put a dot at the beginning of an input line. Use the idiomatic means of doing this instead: the roff dummy character escape sequence. Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/ioctl_fat.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/ioctl_fat.2 b/man2/ioctl_fat.2
index aaf0e9594..24b383f67 100644
--- a/man2/ioctl_fat.2
+++ b/man2/ioctl_fat.2
@@ -408,8 +408,8 @@ The following was recorded when applying the program to the directory
.in +4n
.EX
$ \fB./fat_dir /mnt/user\fP
-\[char46] \-> \[aq]\[aq]
-\[char46]. \-> \[aq]\[aq]
+\&. \-> \[aq]\[aq]
+\&.. \-> \[aq]\[aq]
ALONGF\[ti]1.TXT \-> \[aq]a long filename.txt\[aq]
UPPER.TXT \-> \[aq]\[aq]
LOWER.TXT \-> \[aq]lower.txt\[aq]