mdoc(7) police: tiny markup fixes.

This commit is contained in:
Ruslan Ermilov 2001-11-22 12:03:31 +00:00
parent 908ca4edad
commit dc37807ea4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86776

View file

@ -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