diff options
author | keramida <keramida@FreeBSD.org> | 2002-06-05 23:39:56 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-06-05 23:39:56 +0000 |
commit | 366cc96db9f5c550db06ea2e1309c7c6675a509b (patch) | |
tree | e75cca7a165dabd673219d0ad8e7dca983ba624d | |
parent | d14167a565aab69bc2db27d9d58542b7214b3d26 (diff) | |
download | FreeBSD-src-366cc96db9f5c550db06ea2e1309c7c6675a509b.zip FreeBSD-src-366cc96db9f5c550db06ea2e1309c7c6675a509b.tar.gz |
Add 'utility' in a place that it was missing.
PR: docs/38814
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 10 days
-rw-r--r-- | sbin/kldload/kldload.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index d7196d6..1a144a2 100644 --- a/sbin/kldload/kldload.8 +++ b/sbin/kldload/kldload.8 @@ -38,7 +38,7 @@ .Sh DESCRIPTION The .Nm -loads the file +utility loads the file .Ar filename Ns Pa .ko into the kernel using the kernel linker. .Pp |