From 1c8ae9fefb196a7cc6a5b9f38e8fba9a01393590 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Wed, 1 Jul 2020 23:12:18 +0000 Subject: [PATCH] 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 --- man5/tmpfs.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man5/tmpfs.5 b/man5/tmpfs.5 index 9ff18852d..a23876079 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