Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount_autofs Improve the mount_autofs(8) stub documenta...
details: https://anonhg.NetBSD.org/src/rev/f2d6fdc1d1e4
branches: trunk
changeset: 358911:f2d6fdc1d1e4
user: kamil <kamil%NetBSD.org@localhost>
date: Mon Jan 22 10:34:20 2018 +0000
description:
Improve the mount_autofs(8) stub documentation
Improve DESCRIPTION and NAME.
diffstat:
sbin/mount_autofs/mount_autofs.8 | 41 ++++++++++++++++++++++++++++++++++++---
1 files changed, 37 insertions(+), 4 deletions(-)
diffs (62 lines):
diff -r 09463bb7d540 -r f2d6fdc1d1e4 sbin/mount_autofs/mount_autofs.8
--- a/sbin/mount_autofs/mount_autofs.8 Mon Jan 22 10:26:38 2018 +0000
+++ b/sbin/mount_autofs/mount_autofs.8 Mon Jan 22 10:34:20 2018 +0000
@@ -22,12 +22,12 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd January 15, 2018
+.Dd January 22, 2018
.Dt MOUNT_AUTOFS 8
.Os
.Sh NAME
.Nm mount_autofs
-.Nd mount autofs
+.Nd mount automounter filesystem
.Sh SYNOPSIS
.Nm
.Op Fl f Ar from
@@ -39,8 +39,41 @@
.Sh DESCRIPTION
The
.Nm
-command is ported from
-.Nx .
+command attaches the automounter filesystem on the
+.Ar autofs
+device on to the file system tree at point
+.Ar mount_point .
+Both
+.Ar autofs
+and
+.Ar mount_point
+are converted to absolute paths before use.
+.Pp
+This command is normally executed by
+.Xr mount 8
+at boot time.
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl o
+Options are specified with a
+.Fl o
+flag followed by a comma separated string of options.
+See the
+.Xr mount 8
+man page for possible options and their meanings.
+.It Fl O
+automounter options are specified with a
+.Fl O
+flag.
+.It Fl p
+automounter prefix is specified with a
+.Fl p
+flag.
+.It Fl f
+automounter parameter from is specified with a
+.Fl f
+flag.
+.El
.Sh SEE ALSO
.Xr autofs 5 ,
.Xr fstab 5 ,
Home |
Main Index |
Thread Index |
Old Index