From: Bjarni Ingi Gislason Date: Wed, 1 Jul 2020 23:12:18 +0000 (+0000) Subject: man5/*: ffix: change '-' to '\-' for options X-Git-Tag: man-pages-5.08~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c8ae9fefb196a7cc6a5b9f38e8fba9a01393590;p=thirdparty%2Fman-pages.git man5/*: ffix: change '-' to '\-' for options Change '-' to '\-' for the prefix of names to indicate an option. Signed-off-by: Bjarni Ingi Gislason Signed-off-by: Michael Kerrisk --- diff --git a/man5/tmpfs.5 b/man5/tmpfs.5 index 9ff18852de..a238760791 100644 --- a/man5/tmpfs.5 +++ b/man5/tmpfs.5 @@ -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