aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldload
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-07-10 09:37:53 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-07-10 09:37:53 +0000
commit5bfebe7bec3589058f4a214966f683815b11748f (patch)
tree3785540b172870d3350b98bf8b477de2f4cf7059 /sbin/kldload
parent448087ae70500153e453c206f7fd24adb0aa9d00 (diff)
downloadsrc-5bfebe7bec3589058f4a214966f683815b11748f.tar.gz
src-5bfebe7bec3589058f4a214966f683815b11748f.zip
mdoc(7) police: minor markup tweaks.
Notes
Notes: svn path=/head/; revision=79521
Diffstat (limited to 'sbin/kldload')
-rw-r--r--sbin/kldload/kldload.86
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8
index 07ebb9ac09a8..fbe3cbf8083c 100644
--- a/sbin/kldload/kldload.8
+++ b/sbin/kldload/kldload.8
@@ -38,7 +38,7 @@
.Sh DESCRIPTION
The
.Nm
-loads the file
+loads the file
.Ar filename Ns Pa .ko
into the kernel using the kernel linker.
.Pp
@@ -50,7 +50,9 @@ Be more verbose.
.Sh FILES
.Bl -tag -width /boot/kernel -compact
.It Pa /boot/kernel
-directory containing loadable modules. Modules must have an extension of .ko
+directory containing loadable modules.
+Modules must have an extension of
+.Pa .ko .
.El
.Sh DIAGNOSTICS
The