summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kldxref
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-11-22 12:03:31 +0000
committerru <ru@FreeBSD.org>2001-11-22 12:03:31 +0000
commiteea089732dfb8d29c46db76e6d8137f5af823b96 (patch)
tree0221e5cf83814d7046b8e8306be4bca7b8eacef1 /usr.sbin/kldxref
parent49cc4a51f13b8a00c618e69e00ba855dc9ac9e0e (diff)
downloadFreeBSD-src-eea089732dfb8d29c46db76e6d8137f5af823b96.zip
FreeBSD-src-eea089732dfb8d29c46db76e6d8137f5af823b96.tar.gz
mdoc(7) police: tiny markup fixes.
Diffstat (limited to 'usr.sbin/kldxref')
-rw-r--r--usr.sbin/kldxref/kldxref.811
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/kldxref/kldxref.8 b/usr.sbin/kldxref/kldxref.8
index 90ed39d..61e9afb 100644
--- a/usr.sbin/kldxref/kldxref.8
+++ b/usr.sbin/kldxref/kldxref.8
@@ -41,7 +41,7 @@
The
.Nm
command is used to generate hint files which list modules, their
-version numbers, and the files that contains them.
+version numbers, and the files that contain them.
These hints are used by the kernel loader to determine where to find a
particular KLD module.
.Pp
@@ -52,11 +52,11 @@ 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
+.Bl -tag -width ".Fl f Ar file"
.It Fl R
Recurse into subdirectories.
.It Fl d
-Don't generate a hint file, but print module metadata on standard
+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
@@ -67,11 +67,11 @@ Operate in verbose mode.
.Sh EXAMPLES
To build hint files for both standard and add-on modules:
.Pp
-.Dl kldxref /boot/kernel /modules
+.Dl "kldxref /boot/kernel /modules"
.Pp
To build hint files for all installed kernels:
.Pp
-.Dl kldxref -R /boot
+.Dl "kldxref -R /boot"
.Sh SEE ALSO
.Xr kld 4 ,
.Xr kldconfig 8 ,
@@ -84,6 +84,7 @@ The
command first appeared in
.Fx 5.0 .
.Sh AUTHORS
+.An -nosplit
The
.Nm
command was implemented by
OpenPOWER on IntegriCloud