Author: eadler
Date: Thu Jul 12 15:20:20 2012
New Revision: 238399
URL: http://svn.freebsd.org/changeset/base/238399

Log:
  Document the behavior of mount with failok specified.
  
  PR:           docs/163742
  Submitted by: gcooper
  Discussion by:        gcooper
  Discussion by:        bjk
  Approved by:  gabor
  MFC after:    3 days

Modified:
  head/sbin/mount/mount.8

Modified: head/sbin/mount/mount.8
==============================================================================
--- head/sbin/mount/mount.8     Thu Jul 12 13:54:24 2012        (r238398)
+++ head/sbin/mount/mount.8     Thu Jul 12 15:20:20 2012        (r238399)
@@ -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 ;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to