diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2002-10-01 23:53:51 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2002-10-01 23:53:51 +0000 |
| commit | cb292be1ad8aadd03d48fc5a0b0bfe804543360e (patch) | |
| tree | 1ecb4362f6c408ebfcfa847a84bfe706071bb351 /lib | |
| parent | e767e97d74f79e3bbb22a955230255127af3a780 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/kldunload.2 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/sys/kldunload.2 b/lib/libc/sys/kldunload.2 index f14d5e8a27f06..7cbd528af004b 100644 --- a/lib/libc/sys/kldunload.2 +++ b/lib/libc/sys/kldunload.2 @@ -44,15 +44,7 @@ The function unloads a kld file from the kernel that was previously linked via .Xr kldload 2 . .Sh RETURN VALUES -The function -.Fn kldunload -returns the fileid of the kld file which was previously loaded into memory via -.Fn kldload . -If an error occurs, -.Fn kldunload -will return -1 and set -.Va errno -to indicate the error. +.Rv -std .Sh ERRORS The file referred to by .Fa fileid |
