diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-06-05 23:39:56 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-06-05 23:39:56 +0000 |
commit | 731867d06819c552bc8051f4e4a272e65c783f3e (patch) | |
tree | e75cca7a165dabd673219d0ad8e7dca983ba624d /sbin/kldload/kldload.8 | |
parent | 816b834f1422775bca3e40de0fe8343ed6dfd1cf (diff) |
Add 'utility' in a place that it was missing.
PR: docs/38814
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 10 days
Notes
Notes:
svn path=/head/; revision=97898
Diffstat (limited to 'sbin/kldload/kldload.8')
-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 d7196d66a9e3..1a144a262339 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 |