summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kldxref
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-06-01 09:34:04 +0000
committerru <ru@FreeBSD.org>2004-06-01 09:34:04 +0000
commit63d9df2be5ce40b6133a74375fd01d8e3895f233 (patch)
treea9918c4de579158cb241ca3e977eb4d19887de82 /usr.sbin/kldxref
parent967b923f982b26fe406c1acdd924f406900cc18e (diff)
downloadFreeBSD-src-63d9df2be5ce40b6133a74375fd01d8e3895f233.zip
FreeBSD-src-63d9df2be5ce40b6133a74375fd01d8e3895f233.tar.gz
Fixed manpage's synopsis, and synchronized it with the program's usage().
Diffstat (limited to 'usr.sbin/kldxref')
-rw-r--r--usr.sbin/kldxref/kldxref.810
-rw-r--r--usr.sbin/kldxref/kldxref.c2
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/kldxref/kldxref.8 b/usr.sbin/kldxref/kldxref.8
index b0c3b8c..a6174b6 100644
--- a/usr.sbin/kldxref/kldxref.8
+++ b/usr.sbin/kldxref/kldxref.8
@@ -35,8 +35,8 @@
.Sh SYNOPSIS
.Nm
.Op Fl Rdv
-.Op Fl f Ar file
-.Op Ar path ...
+.Op Fl f Ar hintsfile
+.Ar path ...
.Sh DESCRIPTION
The
.Nm
@@ -52,14 +52,14 @@ file is created, and the preexisting hint file (if there was one in
that directory) is removed.
.Pp
The following options are available:
-.Bl -tag -width ".Fl f Ar file"
+.Bl -tag -width indent
.It Fl R
Recurse into subdirectories.
.It Fl d
Do not generate a hint file, but print module metadata on standard
output.
-.It Fl f Ar file
-Specify a different name for the hint files than
+.It Fl f Ar hintsfile
+Specify a different name for the hints files than
.Pa linker.hints .
.It Fl v
Operate in verbose mode.
diff --git a/usr.sbin/kldxref/kldxref.c b/usr.sbin/kldxref/kldxref.c
index 396cf93..0597cce 100644
--- a/usr.sbin/kldxref/kldxref.c
+++ b/usr.sbin/kldxref/kldxref.c
@@ -350,7 +350,7 @@ usage(void)
{
fprintf(stderr, "%s\n",
- "usage: kldxref [-Rdv] [-f hintfile] path [path..]"
+ "usage: kldxref [-Rdv] [-f hintsfile] path ..."
);
exit(1);
}
OpenPOWER on IntegriCloud