summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount/mount.84
-rw-r--r--sbin/mount_ados/mount_ados.810
-rw-r--r--sbin/mount_cd9660/mount_cd9660.812
-rw-r--r--sbin/mount_fdesc/mount_fdesc.86
-rw-r--r--sbin/mount_ffs/mount_ffs.86
-rw-r--r--sbin/mount_kernfs/mount_kernfs.86
-rw-r--r--sbin/mount_msdos/mount_msdos.820
-rw-r--r--sbin/mount_nfs/mount_nfs.84
-rw-r--r--sbin/mount_portal/mount_portal.86
-rw-r--r--sbin/mount_procfs/mount_procfs.812
-rw-r--r--sbin/mount_tcfs/mount_tcfs.812
-rw-r--r--sbin/mount_union/mount_union.812
12 files changed, 55 insertions, 55 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index eb4786b5305..259ce22c73c 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount.8,v 1.30 2001/04/23 00:10:14 aaron Exp $
+.\" $OpenBSD: mount.8,v 1.31 2001/06/08 13:46:44 aaron Exp $
.\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -306,7 +306,7 @@ manual page.
mount -t cd9660 -r /dev/cd0a /mnt/cdrom
mount -t msdos /dev/fd0a /mnt/floppy
mount host:/path/name /mnt/nfs
-.Pp
+.Ed
.Sh FILES
.Bl -tag -width /etc/fstab -compact
.It Pa /etc/fstab
diff --git a/sbin/mount_ados/mount_ados.8 b/sbin/mount_ados/mount_ados.8
index 54808e152e0..d662bdb6669 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.7 2000/10/10 22:51:41 marc Exp $
+.\" $OpenBSD: mount_ados.8,v 1.8 2001/06/08 13:46:45 aaron Exp $
.\" $NetBSD: mount_ados.8,v 1.3 1995/03/18 14:57:09 cgd Exp $
.\"
.\" Copyright (c) 1993,1994 Christopher G. Demetriou
@@ -106,11 +106,11 @@ directory on which the file system is being mounted.
.Xr unmount 2 ,
.Xr fstab 5 ,
.Xr mount 8
-.Sh CAVEATS
-The
-.Li ados
-filesystem currently supports the Amiga fast file system.
.Sh HISTORY
The
.Nm
utility first appeared in NetBSD 0.9b.
+.Sh CAVEATS
+The
+.Li ados
+filesystem currently supports the Amiga fast file system.
diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8
index de304869a91..e719dc2b7e5 100644
--- a/sbin/mount_cd9660/mount_cd9660.8
+++ b/sbin/mount_cd9660/mount_cd9660.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_cd9660.8,v 1.13 2000/11/09 17:52:58 aaron Exp $
+.\" $OpenBSD: mount_cd9660.8,v 1.14 2001/06/08 13:46:45 aaron Exp $
.\" $NetBSD: mount_cd9660.8,v 1.3 1995/04/23 10:33:13 cgd Exp $
.\"
.\" Copyright (c) 1993, 1994
@@ -95,6 +95,11 @@ Do not use any Rockridge extensions included in the filesystem.
.Xr unmount 2 ,
.Xr fstab 5 ,
.Xr mount 8
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Bx 4.4 .
.Sh BUGS
The cd9660 filesystem does not support the original "High Sierra"
("CDROM001") format.
@@ -107,8 +112,3 @@ version numbers gets the one with the lowest version number and not
the one with the highest.
.Pp
There is no ECMA support.
-.Sh HISTORY
-The
-.Nm
-utility first appeared in
-.Bx 4.4 .
diff --git a/sbin/mount_fdesc/mount_fdesc.8 b/sbin/mount_fdesc/mount_fdesc.8
index 6ff98175713..86d503c4ece 100644
--- a/sbin/mount_fdesc/mount_fdesc.8
+++ b/sbin/mount_fdesc/mount_fdesc.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_fdesc.8,v 1.12 2000/11/09 17:52:59 aaron Exp $
+.\" $OpenBSD: mount_fdesc.8,v 1.13 2001/06/08 13:46:46 aaron Exp $
.\" $NetBSD: mount_fdesc.8,v 1.6 1995/12/17 18:50:19 ghudson Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
@@ -157,10 +157,10 @@ the real controlling terminal device.
.Xr tty 4 ,
.Xr fstab 5 ,
.Xr mount 8
-.Sh CAVEATS
-This filesystem may not be NFS-exported.
.Sh HISTORY
The
.Nm
utility first appeared in
.Bx 4.4 .
+.Sh CAVEATS
+This filesystem may not be NFS-exported.
diff --git a/sbin/mount_ffs/mount_ffs.8 b/sbin/mount_ffs/mount_ffs.8
index f07b167ea4b..6209e42de2a 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.10 2001/01/10 20:02:29 deraadt Exp $
+.\" $OpenBSD: mount_ffs.8,v 1.11 2001/06/08 13:46:47 aaron Exp $
.\" $NetBSD: mount_ffs.8,v 1.2 1996/02/05 06:33:47 jtc Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -85,10 +85,10 @@ man page for possible options and their meanings.
.Xr unmount 2 ,
.Xr fstab 5 ,
.Xr mount 8
-.Sh BUGS
-It is possible for a corrupted file system to cause a crash.
.Sh HISTORY
A
.Nm
command appeared in
.Nx 1.0a .
+.Sh BUGS
+It is possible for a corrupted file system to cause a crash.
diff --git a/sbin/mount_kernfs/mount_kernfs.8 b/sbin/mount_kernfs/mount_kernfs.8
index 9a94ce0921e..0f1304dd440 100644
--- a/sbin/mount_kernfs/mount_kernfs.8
+++ b/sbin/mount_kernfs/mount_kernfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_kernfs.8,v 1.14 2000/11/09 17:52:59 aaron Exp $
+.\" $OpenBSD: mount_kernfs.8,v 1.15 2001/06/08 13:46:48 aaron Exp $
.\" $NetBSD: mount_kernfs.8,v 1.6 1995/03/18 14:57:24 cgd Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
@@ -176,10 +176,10 @@ can be generated by running:
.Xr dmesg 8 ,
.Xr mount 8 ,
.Xr syslogd 8
-.Sh CAVEATS
-This filesystem may not be NFS-exported.
.Sh HISTORY
The
.Nm
utility first appeared in
.Bx 4.4 .
+.Sh CAVEATS
+This filesystem may not be NFS-exported.
diff --git a/sbin/mount_msdos/mount_msdos.8 b/sbin/mount_msdos/mount_msdos.8
index 228dcea2028..25c0b8faf5d 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.12 2000/10/19 17:46:29 marc Exp $
+.\" $OpenBSD: mount_msdos.8,v 1.13 2001/06/08 13:46:49 aaron Exp $
.\" $NetBSD: mount_msdos.8,v 1.10 1996/01/19 21:14:43 leo Exp $
.\"
.\" Copyright (c) 1993,1994 Christopher G. Demetriou
@@ -145,6 +145,15 @@ This option enforces
.Xr unmount 2 ,
.Xr fstab 5 ,
.Xr mount 8
+.Sh HISTORY
+The
+.Nm
+utility first appeared in NetBSD 0.9.
+Its predecessor, the
+.Nm mount_pcfs
+utility, appeared in NetBSD 0.8, and was abandoned in favor
+of the more aptly named
+.Nm mount_msdos .
.Sh CAVEATS
The use of the
.Fl 9
@@ -163,12 +172,3 @@ To generate long filenames on empty DOS file systems use
.Pp
Note that Windows 95/98 handles only access dates,
but not access times.
-.Sh HISTORY
-The
-.Nm
-utility first appeared in NetBSD 0.9.
-Its predecessor, the
-.Nm mount_pcfs
-utility, appeared in NetBSD 0.8, and was abandoned in favor
-of the more aptly named
-.Nm mount_msdos .
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index 8f479ce7d5d..31cee3c9f8e 100644
--- a/sbin/mount_nfs/mount_nfs.8
+++ b/sbin/mount_nfs/mount_nfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_nfs.8,v 1.21 2000/11/09 17:53:00 aaron Exp $
+.\" $OpenBSD: mount_nfs.8,v 1.22 2001/06/08 13:46:50 aaron Exp $
.\" $NetBSD: mount_nfs.8,v 1.3 1996/02/18 11:59:10 fvdl Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994, 1995
@@ -248,7 +248,7 @@ Set the retransmit timeout count for soft mounts to the specified value.
In versions prior to
.Ox 2.7
.Nm nfsiod
-daemons were running to improve perfomance of client NFS I/O.
+daemons were running to improve performance of client NFS I/O.
This is no longer done this way.
Use
.Xr sysctl 8
diff --git a/sbin/mount_portal/mount_portal.8 b/sbin/mount_portal/mount_portal.8
index 0c11a57829c..bae3cace684 100644
--- a/sbin/mount_portal/mount_portal.8
+++ b/sbin/mount_portal/mount_portal.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_portal.8,v 1.12 2000/11/09 17:53:01 aaron Exp $
+.\" $OpenBSD: mount_portal.8,v 1.13 2001/06/08 13:46:51 aaron Exp $
.\" $NetBSD: mount_portal.8,v 1.6 1995/08/18 15:01:19 pk Exp $
.\"
.\" Copyright (c) 1993, 1994
@@ -132,11 +132,11 @@ fs/ file fs/
.Xr unmount 2 ,
.Xr fstab 5 ,
.Xr mount 8
-.Sh CAVEATS
-This filesystem may not be NFS-exported.
.Sh HISTORY
The
.Nm
utility first appeared in
.Bx 4.4 .
+.Sh CAVEATS
+This filesystem may not be NFS-exported.
diff --git a/sbin/mount_procfs/mount_procfs.8 b/sbin/mount_procfs/mount_procfs.8
index daf297288e6..fb7f69abebd 100644
--- a/sbin/mount_procfs/mount_procfs.8
+++ b/sbin/mount_procfs/mount_procfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_procfs.8,v 1.16 2001/04/09 07:14:19 tholo Exp $
+.\" $OpenBSD: mount_procfs.8,v 1.17 2001/06/08 13:46:51 aaron Exp $
.\" $NetBSD: mount_procfs.8,v 1.6 1995/03/18 14:58:10 cgd Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -244,13 +244,13 @@ The block size of the filesystem is the system page size.
.Xr mount 2 ,
.Xr sigaction 2 ,
.Xr unmount 2
-.Sh CAVEATS
-This filesystem may not be NFS-exported
-since most of the functionality of
-.Dv procfs
-requires that state be maintained.
.Sh HISTORY
The
.Nm
utility first appeared in
.Bx 4.4 .
+.Sh CAVEATS
+This filesystem may not be NFS-exported
+since most of the functionality of
+.Dv procfs
+requires that state be maintained.
diff --git a/sbin/mount_tcfs/mount_tcfs.8 b/sbin/mount_tcfs/mount_tcfs.8
index a39b9f80f3f..24eabf876fe 100644
--- a/sbin/mount_tcfs/mount_tcfs.8
+++ b/sbin/mount_tcfs/mount_tcfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_tcfs.8,v 1.2 2000/06/21 05:28:25 fgsch Exp $
+.\" $OpenBSD: mount_tcfs.8,v 1.3 2001/06/08 13:46:52 aaron Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -66,13 +66,13 @@ as TCFS file system using cipher 2.
.Xr unmount 2 ,
.Xr fstab 5 ,
.Xr mount 8
-.Sh BUGS
-This is a preliminary version, only for developers. Each other use is
-discouraged.
-.Pp
-Sorry, no docs.
.Sh HISTORY
A
.Nm
command appeared in
.Ox 2.7 .
+.Sh BUGS
+This is a preliminary version, only for developers. Each other use is
+discouraged.
+.Pp
+Sorry, no docs.
diff --git a/sbin/mount_union/mount_union.8 b/sbin/mount_union/mount_union.8
index 7983b011ae4..5ef02f279bc 100644
--- a/sbin/mount_union/mount_union.8
+++ b/sbin/mount_union/mount_union.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_union.8,v 1.10 2000/11/09 17:53:02 aaron Exp $
+.\" $OpenBSD: mount_union.8,v 1.11 2001/06/08 13:46:52 aaron Exp $
.\" $NetBSD: mount_union.8,v 1.4 1995/09/29 06:44:02 jtc Exp $
.\"
.\" Copyright (c) 1994
@@ -184,6 +184,11 @@ accessible via
.Xr fstab 5 ,
.Xr mount 8 ,
.Xr mount_null 8
+.Sh HISTORY
+The
+.Nm
+command first appeared in
+.Bx 4.4 .
.Sh BUGS
Without whiteout support from the filesystem backing the upper layer,
there is no way that delete and rename operations on lower layer
@@ -197,8 +202,3 @@ Running
.Xr find 1
over a union tree has the side-effect of creating
a tree of shadow directories in the upper layer.
-.Sh HISTORY
-The
-.Nm
-command first appeared in
-.Bx 4.4 .