diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
commit | d0353b836e88609b9400851d32e0aa6645ff9be3 (patch) | |
tree | aa7324a24491215cb462cf95382795f1649d10b6 /sbin/kldload | |
parent | 1f56a9494c2616ff6794d652f38eff0f7f95bbb9 (diff) | |
download | src-test2-d0353b836e88609b9400851d32e0aa6645ff9be3.tar.gz src-test2-d0353b836e88609b9400851d32e0aa6645ff9be3.zip |
Notes
Diffstat (limited to 'sbin/kldload')
-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 80d2eb2e54cf..da10b7951f2e 100644 --- a/sbin/kldload/kldload.8 +++ b/sbin/kldload/kldload.8 @@ -39,7 +39,7 @@ The .Nm loads the file -.Ar filename.ko +.Ar filename Ns Pa .ko into the kernel using the kernel linker. .Pp The following option is available: |