From 769e5f373a992d82639d0a1bd8d2571b4a441c48 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Fri, 22 Jan 2010 23:24:02 +0000 Subject: [PATCH] man mount(1): dash escaping consistency --- man/man1/mount.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man1/mount.1 b/man/man1/mount.1 index 937a4e8a0..dc1f8bc76 100644 --- a/man/man1/mount.1 +++ b/man/man1/mount.1 @@ -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 -- 2.44.0