1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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
This commit is contained in:
Eitan Adler 2012-07-12 15:20:20 +00:00
parent 097047f652
commit 747943148c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238399

View File

@ -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 ;