Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount_autofs Add RCS Id, simplify wording, sort.
details: https://anonhg.NetBSD.org/src/rev/7a40f5742a0e
branches: trunk
changeset: 358912:7a40f5742a0e
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Jan 22 10:40:22 2018 +0000
description:
Add RCS Id, simplify wording, sort.
The option arguments need to be properly described.
diffstat:
sbin/mount_autofs/mount_autofs.8 | 24 ++++++++++--------------
1 files changed, 10 insertions(+), 14 deletions(-)
diffs (52 lines):
diff -r f2d6fdc1d1e4 -r 7a40f5742a0e sbin/mount_autofs/mount_autofs.8
--- a/sbin/mount_autofs/mount_autofs.8 Mon Jan 22 10:34:20 2018 +0000
+++ b/sbin/mount_autofs/mount_autofs.8 Mon Jan 22 10:40:22 2018 +0000
@@ -1,3 +1,5 @@
+.\" $NetBSD: mount_autofs.8,v 1.3 2018/01/22 10:40:22 wiz Exp $
+.\"
.\" Copyright (c) 2018 The DragonFly Project
.\" All rights reserved.
.\"
@@ -31,8 +33,8 @@
.Sh SYNOPSIS
.Nm
.Op Fl f Ar from
+.Op Fl O Ar master_options
.Op Fl o Ar options
-.Op Fl O Ar master_options
.Op Fl p Ar master_prefix
.Ar autofs
.Ar mount_point
@@ -54,25 +56,19 @@
at boot time.
The options are as follows:
.Bl -tag -width Ds
+.It Fl f
+Set the automount
+.Ar from
+parameter.
.It Fl o
-Options are specified with a
-.Fl o
-flag followed by a comma separated string of options.
+Set the mount 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.
+Set the automounter options.
.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.
+Set the automounter prefix.
.El
.Sh SEE ALSO
.Xr autofs 5 ,
Home |
Main Index |
Thread Index |
Old Index