summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-11-14 22:46:16 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-11-14 22:46:16 +0000
commit632f1b8c1a4756d18e50e65648ca63354aee1ce2 (patch)
treef421a755da528c3296765d1ebbd1898f43de270b
parent5b48c0ac750093c9cfda02dccb35b5782efd697a (diff)
Points to disklabel
ok theo.
-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 f2ad4952a45..9f17d14109f 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount.8,v 1.32 2001/08/13 21:28:35 pvalchev Exp $
+.\" $OpenBSD: mount.8,v 1.33 2001/11/14 22:46:15 espie Exp $
.\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -69,6 +69,11 @@ are not provided, the appropriate information is taken from the
.Xr fstab 5
file.
.Pp
+For disk partitions, the
+.Ar special
+device must correspond to a partition registered in the
+.Xr disklabel 5 .
+.Pp
The system maintains a list of currently mounted file systems.
If no arguments are given to
.Nm mount ,
@@ -315,6 +320,7 @@ file system table
.Sh SEE ALSO
.Xr mount 2 ,
.Xr fstab 5 ,
+.Xr disklabel 8 ,
.Xr mount_ados 8 ,
.Xr mount_cd9660 8 ,
.Xr mount_ext2fs 8 ,