diff options
-rw-r--r-- | sbin/mount/mount.8 | 6 | ||||
-rw-r--r-- | share/man/man4/options.4 | 8 | ||||
-rw-r--r-- | usr.bin/man/man.1 | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 5645dbab720..276d585058b 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.65 2008/11/14 08:58:36 jmc Exp $ +.\" $OpenBSD: mount.8,v 1.66 2009/06/04 13:30:06 jmc Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mount.8 8.7 (Berkeley) 3/27/94 .\" -.Dd $Mdocdate: November 14 2008 $ +.Dd $Mdocdate: June 4 2009 $ .Dt MOUNT 8 .Os .Sh NAME @@ -377,12 +377,12 @@ with option .Xr mount_mfs 8 , .Xr mount_msdos 8 , .Xr mount_nfs 8 , +.Xr mount_nnpfs 8 , .Xr mount_ntfs 8 , .Xr mount_portal 8 , .Xr mount_procfs 8 , .Xr mount_udf 8 , .Xr mount_vnd 8 , -.Xr mount_xfs 8 , .Xr sysctl 8 , .Xr umount 8 .Sh HISTORY diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 71f6139a78d..5009903de76 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.191 2008/09/06 14:04:48 jmc Exp $ +.\" $OpenBSD: options.4,v 1.192 2009/06/04 13:30:07 jmc Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: September 6 2008 $ +.Dd $Mdocdate: June 4 2009 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -385,12 +385,12 @@ Includes code for the UDF file systems typically found on DVD discs. See .Xr mount_udf 8 for details. -.It Cd option XFS +.It Cd option NNPFS Includes the kernel support for the AFS-compatible Arla filesystem. Since the xfs interface is simple and generic it can be used for other filesystems as well. See -.Xr mount_xfs 8 +.Xr mount_nnpfs 8 for details. .El .Sh FILE SYSTEM OPTIONS diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1 index 985357f4932..036273ca69b 100644 --- a/usr.bin/man/man.1 +++ b/usr.bin/man/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.42 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: man.1,v 1.43 2009/06/04 13:30:07 jmc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)man.1 8.2 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: June 4 2009 $ .Dt MAN 1 .Os .Sh NAME @@ -129,11 +129,11 @@ mount_ext2fs (8) \(en mount an ext2fs file system mount_ffs (8) \(en mount a Berkeley Fast File System mount_msdos (8) \(en mount an MS-DOS file system mount_nfs (8) \(en mount NFS file systems +mount_nnpfs (8) \(en mount the nnpfs filesystem mount_ntfs (8) \(en mount an NTFS file system mount_portal (8) \(en mount the portal daemon mount_procfs (8) \(en mount the process file system mount_udf (8) \(en mount a UDF filesystem -mount_xfs (8) \(en mount the xfs filesystem mountd (8) \(en service remote NFS mount requests \&... .Ed |