Add RCS Id, simplify wording, sort.

The option arguments need to be properly described.
This commit is contained in:
wiz 2018-01-22 10:40:22 +00:00
parent 8d6d0994ab
commit cf7ae89ea7
1 changed files with 10 additions and 14 deletions

View File

@ -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 .\" Copyright (c) 2018 The DragonFly Project
.\" All rights reserved. .\" All rights reserved.
.\" .\"
@ -31,8 +33,8 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl f Ar from .Op Fl f Ar from
.Op Fl o Ar options
.Op Fl O Ar master_options .Op Fl O Ar master_options
.Op Fl o Ar options
.Op Fl p Ar master_prefix .Op Fl p Ar master_prefix
.Ar autofs .Ar autofs
.Ar mount_point .Ar mount_point
@ -54,25 +56,19 @@ This command is normally executed by
at boot time. at boot time.
The options are as follows: The options are as follows:
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl f
Set the automount
.Ar from
parameter.
.It Fl o .It Fl o
Options are specified with a Set the mount options.
.Fl o
flag followed by a comma separated string of options.
See the See the
.Xr mount 8 .Xr mount 8
man page for possible options and their meanings. man page for possible options and their meanings.
.It Fl O .It Fl O
automounter options are specified with a Set the automounter options.
.Fl O
flag.
.It Fl p .It Fl p
automounter prefix is specified with a Set the automounter prefix.
.Fl p
flag.
.It Fl f
automounter parameter from is specified with a
.Fl f
flag.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr autofs 5 , .Xr autofs 5 ,