diff options
Diffstat (limited to 'sbin/mount/mount.8')
-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 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 , |