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

Jaakko Heinonen jh at FreeBSD.org
Wed Jun 19 18:01:38 UTC 2013


Author: jh
Date: Wed Jun 19 18:01:37 2013
New Revision: 251999
URL: http://svnweb.freebsd.org/changeset/base/251999

Log:
  MFC r251485:
  
  Revert r238399.
  
  The "failok" option doesn't have any effect at all unless specified in
  fstab(5) and combined with the -a flag. The "failok" option is already
  documented in fstab(5).
  
  PR:		177630

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 Jun 19 18:00:00 2013	(r251998)
+++ stable/8/sbin/mount/mount.8	Wed Jun 19 18:01:37 2013	(r251999)
@@ -28,7 +28,7 @@
 .\"     @(#)mount.8	8.8 (Berkeley) 6/16/94
 .\" $FreeBSD$
 .\"
-.Dd July 12, 2012
+.Dd June 6, 2011
 .Dt MOUNT 8
 .Os
 .Sh NAME
@@ -145,11 +145,6 @@ When used with the
 .Fl u
 flag, this is the same as specifying the options currently in effect for
 the mounted file system.
-.It Cm failok
-If this option is specified,
-.Nm
-will return 0 even if an error occurs
-during the mount of the filesystem.
 .It Cm force
 The same as
 .Fl f ;


More information about the svn-src-stable mailing list