summaryrefslogtreecommitdiff
path: root/sbin/mount
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-14 02:57:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-14 02:57:29 +0000
commit5ac4e796ab65f0ab2514982a0b736ed185b71681 (patch)
tree0a7aa303df52b25f34eca7cb6da19071822a3885 /sbin/mount
parent8c40cc2c58bce394e853e8cfab1dde400d093b18 (diff)
use $ or # before commands in examples
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.812
1 files changed, 8 insertions, 4 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 943bcc0a32a..d9bb9f01c1c 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount.8,v 1.36 2002/02/11 18:43:51 mpech Exp $
+.\" $OpenBSD: mount.8,v 1.37 2002/11/14 02:57:27 deraadt Exp $
.\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -308,9 +308,13 @@ Fast File Systems are described in the
manual page.
.Sh EXAMPLES
.Bd -literal
-# mount -t cd9660 -r /dev/cd0a /mnt/cdrom
-# mount -t msdos /dev/fd0a /mnt/floppy
-# mount host:/path/name /mnt/nfs
+.Pp
+.Cm # mount -t cd9660 -r /dev/cd0a /mnt/cdrom
+.Pp
+.Cm # mount -t msdos /dev/fd0a /mnt/floppy
+.Pp
+.Cm # mount host:/path/name /mnt/nfs
+.Pp
.Ed
.Sh FILES
.Bl -tag -width /etc/fstab -compact