Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2012 18:08:41 +0000 (UTC)
From:      Eitan Adler <eadler@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: r240033 - stable/9/sbin/mount
Message-ID:  <201209021808.q82I8fji046393@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Sep  2 18:08:41 2012
New Revision: 240033
URL: http://svn.freebsd.org/changeset/base/240033

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

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	Sun Sep  2 18:04:50 2012	(r240032)
+++ stable/9/sbin/mount/mount.8	Sun Sep  2 18:08:41 2012	(r240033)
@@ -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 ;



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