summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2000-05-30 21:57:27 +0000
committerderaadt <deraadt@openbsd.org>2000-05-30 21:57:27 +0000
commitf9fb160f92787c1f7928674314d19ae6418d36cd (patch)
tree52968f29373ac5782cdd4000b76dd6631ca61744
parentsti (diff)
downloadwireguard-openbsd-f9fb160f92787c1f7928674314d19ae6418d36cd.tar.xz
wireguard-openbsd-f9fb160f92787c1f7928674314d19ae6418d36cd.zip
examples
-rw-r--r--sbin/mount/mount.88
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 28c2c0533ac..4d83a305ed6 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount.8,v 1.21 2000/04/15 11:45:57 aaron Exp $
+.\" $OpenBSD: mount.8,v 1.22 2000/05/30 21:57:27 deraadt Exp $
.\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -280,6 +280,12 @@ For instance, the options specific to Berkeley
Fast File Systems are described in the
.Xr mount_ffs 8
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
.Sh FILES
.Bl -tag -width /etc/fstab -compact
.It Pa /etc/fstab