diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-26 21:32:03 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-26 21:32:03 +0000 |
commit | 3645c411da470e13ac9593023891c6a6f0276dd2 (patch) | |
tree | 5b28f8f465d6e1558c0f3475e7d3c75d6a5202ba /sbin | |
parent | 47132821cd07f16b53929af88afa9b50189eaf01 (diff) |
Missing .Xr's from Margarida Sequeira <niness@devilness.org>.
Remove unmount(2) per millert suggestion; millert@ ok.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_ados/mount_ados.8 | 6 | ||||
-rw-r--r-- | sbin/mount_cd9660/mount_cd9660.8 | 6 | ||||
-rw-r--r-- | sbin/mount_ext2fs/mount_ext2fs.8 | 6 | ||||
-rw-r--r-- | sbin/mount_fdesc/mount_fdesc.8 | 6 | ||||
-rw-r--r-- | sbin/mount_ffs/mount_ffs.8 | 6 | ||||
-rw-r--r-- | sbin/mount_kernfs/mount_kernfs.8 | 6 | ||||
-rw-r--r-- | sbin/mount_lfs/mount_lfs.8 | 6 | ||||
-rw-r--r-- | sbin/mount_msdos/mount_msdos.8 | 6 | ||||
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 6 | ||||
-rw-r--r-- | sbin/mount_null/mount_null.8 | 6 | ||||
-rw-r--r-- | sbin/mount_portal/mount_portal.8 | 6 | ||||
-rw-r--r-- | sbin/mount_procfs/mount_procfs.8 | 6 | ||||
-rw-r--r-- | sbin/mount_tcfs/mount_tcfs.8 | 6 | ||||
-rw-r--r-- | sbin/mount_umap/mount_umap.8 | 3 | ||||
-rw-r--r-- | sbin/mount_union/mount_union.8 | 6 | ||||
-rw-r--r-- | sbin/mount_xfs/mount_xfs.8 | 6 |
16 files changed, 50 insertions, 43 deletions
diff --git a/sbin/mount_ados/mount_ados.8 b/sbin/mount_ados/mount_ados.8 index c98f175e6fb..187d0be803a 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.9 2001/08/17 11:13:57 mpech Exp $ +.\" $OpenBSD: mount_ados.8,v 1.10 2002/06/26 21:32:02 fgsch Exp $ .\" $NetBSD: mount_ados.8,v 1.3 1995/03/18 14:57:09 cgd Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou @@ -103,9 +103,9 @@ directory on which the file system is being mounted. .El .Sh SEE ALSO .Xr mount 2 , -.Xr unmount 2 , .Xr fstab 5 , -.Xr mount 8 +.Xr mount 8 , +.Xr umount 8 .Sh HISTORY The .Nm diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index e719dc2b7e5..84c58c5f4e6 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.14 2001/06/08 13:46:45 aaron Exp $ +.\" $OpenBSD: mount_cd9660.8,v 1.15 2002/06/26 21:32:02 fgsch Exp $ .\" $NetBSD: mount_cd9660.8,v 1.3 1995/04/23 10:33:13 cgd Exp $ .\" .\" Copyright (c) 1993, 1994 @@ -92,9 +92,9 @@ Do not use any Rockridge extensions included in the filesystem. .El .Sh SEE ALSO .Xr mount 2 , -.Xr unmount 2 , .Xr fstab 5 , -.Xr mount 8 +.Xr mount 8 , +.Xr umount 8 .Sh HISTORY The .Nm diff --git a/sbin/mount_ext2fs/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8 index addc3b00713..bc5a89b7c5a 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.7 2001/08/17 11:13:57 mpech Exp $ +.\" $OpenBSD: mount_ext2fs.8,v 1.8 2002/06/26 21:32:02 fgsch Exp $ .\" .\" Copyright (c) 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -75,9 +75,9 @@ man page for possible options and their meanings. .El .Sh SEE ALSO .Xr mount 2 , -.Xr unmount 2 , .Xr fstab 5 , -.Xr mount 8 +.Xr mount 8 , +.Xr umount 8 .Sh HISTORY The .Nm diff --git a/sbin/mount_fdesc/mount_fdesc.8 b/sbin/mount_fdesc/mount_fdesc.8 index 86d503c4ece..6512a20550e 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.13 2001/06/08 13:46:46 aaron Exp $ +.\" $OpenBSD: mount_fdesc.8,v 1.14 2002/06/26 21:32:02 fgsch Exp $ .\" $NetBSD: mount_fdesc.8,v 1.6 1995/12/17 18:50:19 ghudson Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -153,10 +153,10 @@ the real controlling terminal device. .El .Sh SEE ALSO .Xr mount 2 , -.Xr unmount 2 , .Xr tty 4 , .Xr fstab 5 , -.Xr mount 8 +.Xr mount 8 , +.Xr umount 8 .Sh HISTORY The .Nm diff --git a/sbin/mount_ffs/mount_ffs.8 b/sbin/mount_ffs/mount_ffs.8 index 6209e42de2a..9ded9d467aa 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.11 2001/06/08 13:46:47 aaron Exp $ +.\" $OpenBSD: mount_ffs.8,v 1.12 2002/06/26 21:32:02 fgsch Exp $ .\" $NetBSD: mount_ffs.8,v 1.2 1996/02/05 06:33:47 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -82,9 +82,9 @@ man page for possible options and their meanings. .El .Sh SEE ALSO .Xr mount 2 , -.Xr unmount 2 , .Xr fstab 5 , -.Xr mount 8 +.Xr mount 8 , +.Xr umount 8 .Sh HISTORY A .Nm diff --git a/sbin/mount_kernfs/mount_kernfs.8 b/sbin/mount_kernfs/mount_kernfs.8 index 409a807b7d4..98360dea7d9 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.16 2001/06/27 03:31:45 angelos Exp $ +.\" $OpenBSD: mount_kernfs.8,v 1.17 2002/06/26 21:32:02 fgsch Exp $ .\" $NetBSD: mount_kernfs.8,v 1.6 1995/03/18 14:57:24 cgd Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -171,11 +171,11 @@ can be generated by running: .El .Sh SEE ALSO .Xr mount 2 , -.Xr unmount 2 , .Xr fstab 5 , .Xr dmesg 8 , .Xr mount 8 , -.Xr syslogd 8 +.Xr syslogd 8 , +.Xr umount 8 .Sh HISTORY The .Nm diff --git a/sbin/mount_lfs/mount_lfs.8 b/sbin/mount_lfs/mount_lfs.8 index 4eeef924866..5e9d738254d 100644 --- a/sbin/mount_lfs/mount_lfs.8 +++ b/sbin/mount_lfs/mount_lfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_lfs.8,v 1.12 2001/07/20 18:07:11 mpech Exp $ +.\" $OpenBSD: mount_lfs.8,v 1.13 2002/06/26 21:32:02 fgsch Exp $ .\" $NetBSD: mount_lfs.8,v 1.2 1995/03/18 14:57:30 cgd Exp $ .\" .\" Copyright (c) 1993, 1994 @@ -85,10 +85,10 @@ to read data in small chunks when cleaning the file system. .El .Sh SEE ALSO .Xr mount 2 , -.Xr unmount 2 , .Xr fstab 5 , .Xr lfs_cleanerd 8 , -.Xr mount 8 +.Xr mount 8 , +.Xr umount 8 .Rs .%A John Ousterhout .%A Fred Douglis diff --git a/sbin/mount_msdos/mount_msdos.8 b/sbin/mount_msdos/mount_msdos.8 index fdcbf6abffe..0a3f3075724 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.14 2001/08/17 11:13:57 mpech Exp $ +.\" $OpenBSD: mount_msdos.8,v 1.15 2002/06/26 21:32:02 fgsch Exp $ .\" $NetBSD: mount_msdos.8,v 1.10 1996/01/19 21:14:43 leo Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou @@ -142,9 +142,9 @@ This option enforces .El .Sh SEE ALSO .Xr mount 2 , -.Xr unmount 2 , .Xr fstab 5 , -.Xr mount 8 +.Xr mount 8 , +.Xr umount 8 .Sh HISTORY The .Nm diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index c0ded63fb8b..8d11d7be875 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.25 2001/10/03 18:50:07 hin Exp $ +.\" $OpenBSD: mount_nfs.8,v 1.26 2002/06/26 21:32:02 fgsch Exp $ .\" $NetBSD: mount_nfs.8,v 1.3 1996/02/18 11:59:10 fvdl Exp $ .\" .\" Copyright (c) 1992, 1993, 1994, 1995 @@ -222,11 +222,11 @@ value, which is the number of kernel threads created to serve asynchronous NFS I/O requests. .Sh SEE ALSO .Xr mount 2 , -.Xr unmount 2 , .Xr fstab 5 , .Xr mount 8 , .Xr nfsd 8 , -.Xr sysctl 8 +.Xr sysctl 8 , +.Xr umount 8 .Sh BUGS Due to the way that Sun RPC is implemented on top of UDP (unreliable datagram) transport, tuning such mounts is really a black art that can only be expected diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index dbb03b82d48..d1e172f6280 100644 --- a/sbin/mount_null/mount_null.8 +++ b/sbin/mount_null/mount_null.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_null.8,v 1.16 2002/02/11 18:43:51 mpech Exp $ +.\" $OpenBSD: mount_null.8,v 1.17 2002/06/26 21:32:02 fgsch Exp $ .\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -214,7 +214,9 @@ The disadvantage is that vnodes arguments must be manually mapped. .\" .\" .Sh SEE ALSO -.Xr mount 8 +.Xr mount 2 , +.Xr mount 8 , +.Xr umount 8 .Pp UCLA Technical Report CSD-910056, .Em "Stackable Layers: an Architecture for File System Development" . diff --git a/sbin/mount_portal/mount_portal.8 b/sbin/mount_portal/mount_portal.8 index 5d8291e4631..733bfe6a584 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.14 2001/12/21 11:41:50 mpech Exp $ +.\" $OpenBSD: mount_portal.8,v 1.15 2002/06/26 21:32:02 fgsch Exp $ .\" $NetBSD: mount_portal.8,v 1.6 1995/08/18 15:01:19 pk Exp $ .\" .\" Copyright (c) 1993, 1994 @@ -129,9 +129,9 @@ fs/ file fs/ .El .Sh SEE ALSO .Xr mount 2 , -.Xr unmount 2 , .Xr fstab 5 , -.Xr mount 8 +.Xr mount 8 , +.Xr umount 8 .Sh HISTORY The .Nm diff --git a/sbin/mount_procfs/mount_procfs.8 b/sbin/mount_procfs/mount_procfs.8 index 768259ce21e..b84ea7ebc46 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.18 2002/02/10 23:15:05 deraadt Exp $ +.\" $OpenBSD: mount_procfs.8,v 1.19 2002/06/26 21:32:02 fgsch Exp $ .\" $NetBSD: mount_procfs.8,v 1.6 1995/03/18 14:58:10 cgd Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -243,7 +243,9 @@ The block size of the filesystem is the system page size. .Sh SEE ALSO .Xr mount 2 , .Xr sigaction 2 , -.Xr unmount 2 +.Xr fstab 5 , +.Xr mount 8 , +.Xr umount 8 .Sh HISTORY The .Nm diff --git a/sbin/mount_tcfs/mount_tcfs.8 b/sbin/mount_tcfs/mount_tcfs.8 index 4cd84786351..21f55572cd3 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.7 2002/02/11 18:43:51 mpech Exp $ +.\" $OpenBSD: mount_tcfs.8,v 1.8 2002/06/26 21:32:02 fgsch Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,9 +63,9 @@ on mountpoint as TCFS file system using cipher 2. .Sh SEE ALSO .Xr mount 2 , -.Xr unmount 2 , .Xr fstab 5 , -.Xr mount 8 +.Xr mount 8 , +.Xr umount 8 .Sh HISTORY A .Nm diff --git a/sbin/mount_umap/mount_umap.8 b/sbin/mount_umap/mount_umap.8 index 7de5a422482..0c6fb608aa6 100644 --- a/sbin/mount_umap/mount_umap.8 +++ b/sbin/mount_umap/mount_umap.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_umap.8,v 1.15 2000/11/09 17:53:02 aaron Exp $ +.\" $OpenBSD: mount_umap.8,v 1.16 2002/06/26 21:32:02 fgsch Exp $ .\" $NetBSD: mount_umap.8,v 1.4 1996/03/05 02:36:42 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -132,6 +132,7 @@ command is meant to serve as a simple example of file system layering. It is not meant for production use. The implementation is not very sophisticated. .Sh SEE ALSO +.Xr mount 2 , .Xr mount 8 , .Xr mount_null 8 .Sh HISTORY diff --git a/sbin/mount_union/mount_union.8 b/sbin/mount_union/mount_union.8 index 357e4ec8351..6a6f1640333 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.12 2002/02/11 18:43:51 mpech Exp $ +.\" $OpenBSD: mount_union.8,v 1.13 2002/06/26 21:32:02 fgsch Exp $ .\" $NetBSD: mount_union.8,v 1.4 1995/09/29 06:44:02 jtc Exp $ .\" .\" Copyright (c) 1994 @@ -180,10 +180,10 @@ accessible via .Sh SEE ALSO .Xr intro 2 , .Xr mount 2 , -.Xr unmount 2 , .Xr fstab 5 , .Xr mount 8 , -.Xr mount_null 8 +.Xr mount_null 8 , +.Xr umount 8 .Sh HISTORY The .Nm diff --git a/sbin/mount_xfs/mount_xfs.8 b/sbin/mount_xfs/mount_xfs.8 index 2eb4a2f61b4..4cb7c8172a2 100644 --- a/sbin/mount_xfs/mount_xfs.8 +++ b/sbin/mount_xfs/mount_xfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_xfs.8,v 1.16 2001/08/17 11:13:57 mpech Exp $ +.\" $OpenBSD: mount_xfs.8,v 1.17 2002/06/26 21:32:02 fgsch Exp $ .\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $ .\" .\" Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan @@ -72,8 +72,10 @@ But since the xfs interface is simple and generic it could be used for other filesystems as well. .\" .Sh SEE ALSO +.Xr mount 2 , .Xr afsd 8 , -.Xr mount 8 +.Xr mount 8 , +.Xr umount 8 .Sh HISTORY The .Nm |