diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2008-03-13 10:33:24 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2008-03-13 10:33:24 +0000 |
| commit | 53bbf5aa3534912b56f37d03a428c2190e4a64f4 (patch) | |
| tree | 2c4840aa1f7d6e657c2fdf8ac5d5d32eecf79f75 /lib | |
| parent | 517d383637ff992efea9bf3775089ffde16a3503 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/kldunload.2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/kldunload.2 b/lib/libc/sys/kldunload.2 index f42df428c80b..27e8c55600aa 100644 --- a/lib/libc/sys/kldunload.2 +++ b/lib/libc/sys/kldunload.2 @@ -29,8 +29,7 @@ .Dt KLDUNLOAD 2 .Os .Sh NAME -.Nm kldunload -.Nm kldunloadf +.Nm kldunload , kldunloadf .Nd unload kld files .Sh LIBRARY .Lb libc @@ -40,7 +39,7 @@ .Ft int .Fn kldunload "int fileid" .Ft int -.Fn kldunload "int fileid" "int flags" +.Fn kldunloadf "int fileid" "int flags" .Sh DESCRIPTION The .Fn kldunload |
