diff options
-rw-r--r-- | sbin/kldload/kldload.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index 07ebb9a..fbe3cbf 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 |