Clarify that -l params must be given after options.

This commit is contained in:
pooka 2014-01-28 14:02:54 +00:00
parent 7943bb5b88
commit dd477c0e3e
1 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: rump_wmd.1,v 1.2 2014/01/16 09:54:05 wiz Exp $ .\" $NetBSD: rump_wmd.1,v 1.3 2014/01/28 14:02:54 pooka Exp $
.\" .\"
.\" Copyright (c) 2014 Antti Kantee. All rights reserved. .\" Copyright (c) 2014 Antti Kantee. All rights reserved.
.\" .\"
@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.Dd January 16, 2014 .Dd January 28, 2014
.Dt RUMP_WMD 1 .Dt RUMP_WMD 1
.Os .Os
.Sh NAME .Sh NAME
@ -32,7 +32,7 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl hv .Op Fl hv
.Op Fl L Ar libdir .Op Fl L Ar dir
.Fl l Ar component .Fl l Ar component
.Sh DESCRIPTION .Sh DESCRIPTION
The The
@ -51,20 +51,22 @@ The command line options are:
.Bl -tag -width indent .Bl -tag -width indent
.It Fl h .It Fl h
Print the usage. Print the usage.
.It Fl L Ar libdir .It Fl L Ar dir
By default, rump kernel components in By default, rump kernel components in
.Pa /usr/lib .Pa /usr/lib
are examined. are examined.
If this option is supplied, components in If this option is supplied, components in
.Ar libdir .Ar dir
are examined instead. are examined instead.
.It Fl l Ar component
Resolve dependencies for the given component.
This option may be given multiple time.
.It Fl v .It Fl v
Increase debug output from the utility. Increase debug output from the utility.
This option may be given multiple times. This option may be given multiple times.
.El .El
.Pp
The desired components are given using
.Fl l Ar component .
This parameter may be specified multiple time and must be the last
set of parameters.
.Sh EXAMPLES .Sh EXAMPLES
Resolve dependencies for FFS: Resolve dependencies for FFS:
.Bd -literal -offset indent .Bd -literal -offset indent