diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-30 21:57:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-30 21:57:28 +0000 |
commit | 45f0ff7ee11beaae4d1ffe122abe37142441114b (patch) | |
tree | 085be6172283073dbd57d3d9509a08aa316052b2 /sbin | |
parent | b0bf30ea3ec698947a10465a10a614050b46c8af (diff) |
examples
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount/mount.8 | 8 |
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 |