summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ffs
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-07-03 08:23:14 +0000
committerjmc <jmc@openbsd.org>2003-07-03 08:23:14 +0000
commitca29ba716e04b61afbd34d41f7c0e9576fc9084d (patch)
tree8d59cd13e6a50f41cd7c4a803a171aef8c5d556e /sbin/mount_ffs
parentadd socks5; speedup; reformat; based on patch from dtucker@zip.com.au (diff)
downloadwireguard-openbsd-ca29ba716e04b61afbd34d41f7c0e9576fc9084d.tar.xz
wireguard-openbsd-ca29ba716e04b61afbd34d41f7c0e9576fc9084d.zip
add documentation from mount(8) that "special" device must correspond
to a partition in the disklabel. suggested by Phil Pennock. ok krw@ millert@
Diffstat (limited to 'sbin/mount_ffs')
-rw-r--r--sbin/mount_ffs/mount_ffs.89
1 files changed, 8 insertions, 1 deletions
diff --git a/sbin/mount_ffs/mount_ffs.8 b/sbin/mount_ffs/mount_ffs.8
index 5767818ebd1..0def33a8251 100644
--- a/sbin/mount_ffs/mount_ffs.8
+++ b/sbin/mount_ffs/mount_ffs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_ffs.8,v 1.14 2003/06/02 20:06:15 millert Exp $
+.\" $OpenBSD: mount_ffs.8,v 1.15 2003/07/03 08:23:15 jmc Exp $
.\" $NetBSD: mount_ffs.8,v 1.2 1996/02/05 06:33:47 jtc Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -61,6 +61,11 @@ when using any of the following syntax:
.br
.Ed
.Pp
+The
+.Ar special
+device must correspond to a partition registered in the
+.Xr disklabel 5 .
+.Pp
This command is normally executed per file system by
.Xr rc 8
at boot time using the
@@ -78,7 +83,9 @@ man page for possible options and their meanings.
.El
.Sh SEE ALSO
.Xr mount 2 ,
+.Xr disklabel 5 ,
.Xr fstab 5 ,
+.Xr disklabel 8 ,
.Xr mount 8 ,
.Xr umount 8
.Sh HISTORY