man mount(1): dash escaping consistency
This commit is contained in:
parent
a7cee5bec4
commit
769e5f373a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ mount \- mount a file system
|
|||
.FL "\-o" "Options passed to FS server"
|
||||
.SH EXAMPLES
|
||||
.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
|
||||
.PP
|
||||
The file system contained on the special file \fIspecial\fP is mounted on
|
||||
|
|
Loading…
Reference in a new issue