svn commit: r207978 - stable/8/sbin/mount

Jaakko Heinonen jh at FreeBSD.org
Wed May 12 17:22:11 UTC 2010


Author: jh
Date: Wed May 12 17:22:11 2010
New Revision: 207978
URL: http://svn.freebsd.org/changeset/base/207978

Log:
  MFC r203757:
  
  - Remove reference to nfs4. mount_nfs4(8) was removed in r192578.
  - Add newnfs.

Modified:
  stable/8/sbin/mount/mount.8
Directory Properties:
  stable/8/sbin/mount/   (props changed)

Modified: stable/8/sbin/mount/mount.8
==============================================================================
--- stable/8/sbin/mount/mount.8	Wed May 12 17:18:07 2010	(r207977)
+++ stable/8/sbin/mount/mount.8	Wed May 12 17:22:11 2010	(r207978)
@@ -28,7 +28,7 @@
 .\"     @(#)mount.8	8.8 (Berkeley) 6/16/94
 .\" $FreeBSD$
 .\"
-.Dd March 11, 2008
+.Dd February 10, 2010
 .Dt MOUNT 8
 .Os
 .Sh NAME
@@ -433,8 +433,8 @@ However, for the following file system t
 .Cm cd9660 ,
 .Cm mfs ,
 .Cm msdosfs ,
+.Cm newnfs ,
 .Cm nfs ,
-.Cm nfs4 ,
 .Cm ntfs ,
 .Cm nwfs ,
 .Cm nullfs ,


More information about the svn-src-all mailing list