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

Eitan Adler eadler at FreeBSD.org
Sun Sep 2 18:08:47 UTC 2012


Author: eadler
Date: Sun Sep  2 18:08:46 2012
New Revision: 240034
URL: http://svn.freebsd.org/changeset/base/240034

Log:
  MFC r238399:
  	Document the behavior of mount with failok specified.
  
  PR:		docs/163742
  Approved by:	cperciva (implicit)

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	Sun Sep  2 18:08:41 2012	(r240033)
+++ stable/8/sbin/mount/mount.8	Sun Sep  2 18:08:46 2012	(r240034)
@@ -28,7 +28,7 @@
 .\"     @(#)mount.8	8.8 (Berkeley) 6/16/94
 .\" $FreeBSD$
 .\"
-.Dd June 6, 2011
+.Dd July 12, 2012
 .Dt MOUNT 8
 .Os
 .Sh NAME
@@ -145,6 +145,11 @@ 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-all mailing list