summaryrefslogtreecommitdiffstats
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
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@
-rw-r--r--sbin/mount_ados/mount_ados.89
-rw-r--r--sbin/mount_ext2fs/mount_ext2fs.89
-rw-r--r--sbin/mount_ffs/mount_ffs.89
-rw-r--r--sbin/mount_msdos/mount_msdos.89
-rw-r--r--sbin/mount_ntfs/mount_ntfs.88
5 files changed, 39 insertions, 5 deletions
diff --git a/sbin/mount_ados/mount_ados.8 b/sbin/mount_ados/mount_ados.8
index 187d0be803a..bf7df82486a 100644
--- a/sbin/mount_ados/mount_ados.8
+++ b/sbin/mount_ados/mount_ados.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_ados.8,v 1.10 2002/06/26 21:32:02 fgsch Exp $
+.\" $OpenBSD: mount_ados.8,v 1.11 2003/07/03 08:23:14 jmc Exp $
.\" $NetBSD: mount_ados.8,v 1.3 1995/03/18 14:57:09 cgd Exp $
.\"
.\" Copyright (c) 1993,1994 Christopher G. Demetriou
@@ -61,6 +61,11 @@ when using the syntax
.Ar special Ar node
.Ed
.Pp
+The
+.Ar special
+device must correspond to a partition registered in the
+.Xr disklabel 5 .
+.Pp
.Xr mount 8
is normally run at boot time, but can be used by any user to mount an
AmigaDOS file system on any directory that they own (provided,
@@ -103,7 +108,9 @@ directory on which the file system is being mounted.
.El
.Sh SEE ALSO
.Xr mount 2 ,
+.Xr disklabel 5 ,
.Xr fstab 5 ,
+.Xr disklabel 8 ,
.Xr mount 8 ,
.Xr umount 8
.Sh HISTORY
diff --git a/sbin/mount_ext2fs/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8
index b7556f9b051..1f1fc0334a1 100644
--- a/sbin/mount_ext2fs/mount_ext2fs.8
+++ b/sbin/mount_ext2fs/mount_ext2fs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_ext2fs.8,v 1.9 2003/06/02 20:06:15 millert Exp $
+.\" $OpenBSD: mount_ext2fs.8,v 1.10 2003/07/03 08:23:15 jmc Exp $
.\"
.\" Copyright (c) 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -55,6 +55,11 @@ when using the syntax
.Ar special Ar node
.Ed
.Pp
+The
+.Ar special
+device must correspond to a partition registered in the
+.Xr disklabel 5 .
+.Pp
This command is normally executed by
.Xr mount 8
at boot time.
@@ -71,7 +76,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
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
diff --git a/sbin/mount_msdos/mount_msdos.8 b/sbin/mount_msdos/mount_msdos.8
index 0b6c46817f1..8ee127224f7 100644
--- a/sbin/mount_msdos/mount_msdos.8
+++ b/sbin/mount_msdos/mount_msdos.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_msdos.8,v 1.17 2003/04/18 22:16:24 tedu Exp $
+.\" $OpenBSD: mount_msdos.8,v 1.18 2003/07/03 08:23:15 jmc Exp $
.\" $NetBSD: mount_msdos.8,v 1.10 1996/01/19 21:14:43 leo Exp $
.\"
.\" Copyright (c) 1993,1994 Christopher G. Demetriou
@@ -66,6 +66,11 @@ when using the syntax
.Ar special Ar node
.Ed
.Pp
+The
+.Ar special
+device must correspond to a partition registered in the
+.Xr disklabel 5 .
+.Pp
This command is normally executed by
.Xr mount 8
at boot time, but can be used by any user to mount an
@@ -145,7 +150,9 @@ If a directory is readable, it inherits the x attribute as well.
.El
.Sh SEE ALSO
.Xr mount 2 ,
+.Xr disklabel 5 ,
.Xr fstab 5 ,
+.Xr disklabel 8 ,
.Xr mount 8 ,
.Xr umount 8
.Sh HISTORY
diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8
index 63e2b4bb52c..80c18d6dd46 100644
--- a/sbin/mount_ntfs/mount_ntfs.8
+++ b/sbin/mount_ntfs/mount_ntfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_ntfs.8,v 1.3 2003/05/20 09:22:07 jmc Exp $
+.\" $OpenBSD: mount_ntfs.8,v 1.4 2003/07/03 08:23:15 jmc Exp $
.\" $NetBSD: mount_ntfs.8,v 1.13 2003/02/14 16:21:48 grant Exp $
.\"
.\" Copyright (c) 1993,1994 Christopher G. Demetriou
@@ -62,6 +62,11 @@ NTFS file system on any directory that they own (provided,
of course, that they have appropriate access to the device that
contains the file system).
.Pp
+The
+.Ar special
+device must correspond to a partition registered in the
+.Xr disklabel 5 .
+.Pp
The supported NTFS versions include both NTFS4, as used by Microsoft
Windows NT 4.0, and NTFS5, as used by Microsoft Windows 2000 and XP.
.Pp
@@ -137,6 +142,7 @@ read-only.
.Sh SEE ALSO
.Xr mount 2 ,
.Xr unmount 2 ,
+.Xr disklabel 5 ,
.Xr fstab 5 ,
.Xr disklabel 8 ,
.\" .Xr mbrlabel 8 ,