summaryrefslogtreecommitdiffstats
path: root/sbin/mount
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-07-12 15:20:20 +0000
committereadler <eadler@FreeBSD.org>2012-07-12 15:20:20 +0000
commitb4832c820ce73c355e2aa70d69bb9af08f2fffba (patch)
tree6aee3e0b1b315346f8b3709a391874c634eb3f8d /sbin/mount
parent65fd745ad0bd9a7e6eda1b93438339d0409deb21 (diff)
downloadFreeBSD-src-b4832c820ce73c355e2aa70d69bb9af08f2fffba.zip
FreeBSD-src-b4832c820ce73c355e2aa70d69bb9af08f2fffba.tar.gz
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
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.87
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index e167378..593770e 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -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 ;
OpenPOWER on IntegriCloud