aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
diff options
context:
space:
mode:
authorJaakko Heinonen <jh@FreeBSD.org>2013-06-07 07:17:46 +0000
committerJaakko Heinonen <jh@FreeBSD.org>2013-06-07 07:17:46 +0000
commit4feadec3c46157eccf03ce1cf7bda68bc426ada2 (patch)
tree947bf9274ecd646347db20d453d531c8290ce71b /sbin/mount
parent3a0705aef99865d3d21a5422178c2cc4038a2b62 (diff)
downloadsrc-4feadec3c46157eccf03ce1cf7bda68bc426ada2.tar.gz
src-4feadec3c46157eccf03ce1cf7bda68bc426ada2.zip
Revert r238399.
The "failok" option doesn't have any effect at all unless specified in fstab(5) and combined with the -a flag. The "failok" option is already documented in fstab(5). PR: 177630 No objection: eadler MFC after: 1 week
Notes
Notes: svn path=/head/; revision=251485
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.87
1 files changed, 1 insertions, 6 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 27706581a8d5..7cd80266ac51 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 July 12, 2012
+.Dd June 6, 2011
.Dt MOUNT 8
.Os
.Sh NAME
@@ -152,11 +152,6 @@ 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 ;