]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man5/*: ffix: change '-' to '\-' for options
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Wed, 1 Jul 2020 23:12:18 +0000 (23:12 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 2 Jul 2020 10:20:31 +0000 (12:20 +0200)
  Change '-' to '\-' for the prefix of names to indicate an option.

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man5/tmpfs.5

index 9ff18852de2f4661fe72156146f54c4d4b64971b..a23876079123434a89072380283b770d06f858b2 100644 (file)
@@ -40,7 +40,7 @@ via a command such as the following:
 .PP
 .in +4n
 .EX
-$ sudo mount \-t tmpfs -o size=10M tmpfs /mnt/mytmpfs
+$ sudo mount \-t tmpfs \-o size=10M tmpfs /mnt/mytmpfs
 .EE
 .in
 .PP