man mount(1): dash escaping consistency

This commit is contained in:
David van Moolenbroek 2010-01-22 23:24:02 +00:00
parent a7cee5bec4
commit 769e5f373a

View file

@ -20,7 +20,7 @@ mount \- mount a file system
.FL "\-o" "Options passed to FS server" .FL "\-o" "Options passed to FS server"
.SH EXAMPLES .SH EXAMPLES
.EX "mount /dev/fd1 /user" "Mount diskette 1 on \fI/user\fP" .EX "mount /dev/fd1 /user" "Mount diskette 1 on \fI/user\fP"
.EX "mount -t procfs none /proc" "Mount proc file system on \fI/proc\fP" .EX "mount \-t procfs none /proc" "Mount proc file system on \fI/proc\fP"
.SH DESCRIPTION .SH DESCRIPTION
.PP .PP
The file system contained on the special file \fIspecial\fP is mounted on The file system contained on the special file \fIspecial\fP is mounted on