Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/rump_wmd Clarify that -l params must be given after ...
details: https://anonhg.NetBSD.org/src/rev/d70bf049b728
branches: trunk
changeset: 326405:d70bf049b728
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Jan 28 14:02:54 2014 +0000
description:
Clarify that -l params must be given after options.
diffstat:
usr.bin/rump_wmd/rump_wmd.1 | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
diffs (55 lines):
diff -r 1b6d8bb60ca4 -r d70bf049b728 usr.bin/rump_wmd/rump_wmd.1
--- a/usr.bin/rump_wmd/rump_wmd.1 Tue Jan 28 13:58:25 2014 +0000
+++ b/usr.bin/rump_wmd/rump_wmd.1 Tue Jan 28 14:02:54 2014 +0000
@@ -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.
.\"
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd January 16, 2014
+.Dd January 28, 2014
.Dt RUMP_WMD 1
.Os
.Sh NAME
@@ -32,7 +32,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl hv
-.Op Fl L Ar libdir
+.Op Fl L Ar dir
.Fl l Ar component
.Sh DESCRIPTION
The
@@ -51,20 +51,22 @@
.Bl -tag -width indent
.It Fl h
Print the usage.
-.It Fl L Ar libdir
+.It Fl L Ar dir
By default, rump kernel components in
.Pa /usr/lib
are examined.
If this option is supplied, components in
-.Ar libdir
+.Ar dir
are examined instead.
-.It Fl l Ar component
-Resolve dependencies for the given component.
-This option may be given multiple time.
.It Fl v
Increase debug output from the utility.
This option may be given multiple times.
.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
Resolve dependencies for FFS:
.Bd -literal -offset indent
Home |
Main Index |
Thread Index |
Old Index