On 7/2/20 1:12 AM, Bjarni Ingi Gislason wrote: > Change '-' to '\-' for the prefix of names to indicate an option. Thanks! Patch applied, Cheers, Michael > Signed-off-by: Bjarni Ingi Gislason <bjarniig@xxxxxxxxx> > --- > man5/tmpfs.5 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man5/tmpfs.5 b/man5/tmpfs.5 > index 3d7fbaec5..2669317ea 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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/