Module Name:    src
Committed By:   tkusumi
Date:           Wed Nov 20 17:29:51 UTC 2019

Modified Files:
        src/sbin/mount_autofs: mount_autofs.8

Log Message:
mount_autofs: Sync man page with DragonFlyBSD

Taken-from: DragonFlyBSD


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sbin/mount_autofs/mount_autofs.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/mount_autofs/mount_autofs.8
diff -u src/sbin/mount_autofs/mount_autofs.8:1.6 src/sbin/mount_autofs/mount_autofs.8:1.7
--- src/sbin/mount_autofs/mount_autofs.8:1.6	Wed Jan 24 12:04:47 2018
+++ src/sbin/mount_autofs/mount_autofs.8	Wed Nov 20 17:29:51 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_autofs.8,v 1.6 2018/01/24 12:04:47 uwe Exp $
+.\" $NetBSD: mount_autofs.8,v 1.7 2019/11/20 17:29:51 tkusumi Exp $
 .\"
 .\" Copyright (c) 2018 The DragonFly Project
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd January 23, 2018
+.Dd November 21, 2019
 .Dt MOUNT_AUTOFS 8
 .Os
 .Sh NAME
@@ -33,9 +33,9 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl f Ar from
-.Op Fl O Ar master_options
 .Op Fl o Ar options
-.Op Fl p Ar prefix
+.Op Fl O Ar master_options
+.Op Fl p Ar master_prefix
 .Ar autofs
 .Ar mount_point
 .Sh DESCRIPTION
@@ -45,6 +45,16 @@ command should not usually be called by 
 Use
 .Xr automount 8
 instead.
+.Xr autofs 5
+is mountable using
+.Xr automount 8
+which incorporates
+.Xr auto_master 5
+parser, without having to specify
+.Xr autofs 5
+mount options via command line.
+.\" and that was the original intention of FreeBSD/autofs.
+.\" This is a low level version without auto_master(5) involved.
 .Pp
 The
 .Nm
@@ -93,6 +103,7 @@ prefix, below which the file system(s) w
 .El
 .Sh SEE ALSO
 .Xr autofs 5 ,
+.Xr auto_master 5 ,
 .Xr fstab 5 ,
 .Xr automount 8 ,
 .Xr mount 8

Reply via email to