svn commit: r240033 - stable/9/sbin/mount
Eitan Adler
eadler at FreeBSD.org
Sun Sep 2 18:08:42 UTC 2012
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 ;
More information about the svn-src-stable-9
mailing list