Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2013 18:00:00 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r251998 - stable/9/sbin/mount
Message-ID:  <201306191800.r5JI002h013421@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jh
Date: Wed Jun 19 18:00:00 2013
New Revision: 251998
URL: http://svnweb.freebsd.org/changeset/base/251998

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/9/sbin/mount/mount.8
Directory Properties:
  stable/9/sbin/mount/   (props changed)

Modified: stable/9/sbin/mount/mount.8
==============================================================================
--- stable/9/sbin/mount/mount.8	Wed Jun 19 17:14:59 2013	(r251997)
+++ stable/9/sbin/mount/mount.8	Wed Jun 19 18:00:00 2013	(r251998)
@@ -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 ;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306191800.r5JI002h013421>