svn commit: r270209 - head/sbin/mount

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Aug 20 13:52:48 UTC 2014


Author: trasz
Date: Wed Aug 20 13:52:47 2014
New Revision: 270209
URL: http://svnweb.freebsd.org/changeset/base/270209

Log:
  Add description for the "automounted" mount flag.
  
  Reviewed by:	emaste@
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sbin/mount/mount.8

Modified: head/sbin/mount/mount.8
==============================================================================
--- head/sbin/mount/mount.8	Wed Aug 20 13:48:58 2014	(r270208)
+++ head/sbin/mount/mount.8	Wed Aug 20 13:52:47 2014	(r270209)
@@ -28,7 +28,7 @@
 .\"     @(#)mount.8	8.8 (Berkeley) 6/16/94
 .\" $FreeBSD$
 .\"
-.Dd June 6, 2011
+.Dd August 20, 2014
 .Dt MOUNT 8
 .Os
 .Sh NAME
@@ -150,6 +150,11 @@ For this reason, the
 .Cm async
 flag should be used sparingly, and only when some data recovery
 mechanism is present.
+.It Cm automounted
+This flag indicates that the file system was mounted by
+.Xr automountd 8 .
+Automounted file systems are automatically unmounted by
+.Xr autounmountd 8 .
 .It Cm current
 When used with the
 .Fl u


More information about the svn-src-head mailing list