man5/*: ffix: change '-' to '\-' for options

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>
This commit is contained in:
Bjarni Ingi Gislason 2020-07-01 23:12:18 +00:00 committed by Michael Kerrisk
parent 47cf5cbc98
commit 1c8ae9fefb
1 changed files with 1 additions and 1 deletions

View 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