diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-10-20 00:27:56 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-10-20 00:27:56 +0000 |
| commit | 40a7a362c74bd72a62a534afc4c033dd0bb4efc2 (patch) | |
| tree | dba591d993192e5f2f2418cfe3627db6129dd925 /lib/libc | |
| parent | 9b57bb4ef538edf522717925e12529ba97ddeec9 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/kldstat.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/kldstat.2 b/lib/libc/sys/kldstat.2 index e35a2c061932..64183320ad09 100644 --- a/lib/libc/sys/kldstat.2 +++ b/lib/libc/sys/kldstat.2 @@ -78,8 +78,10 @@ The load address of the kld file. .It size The size of the file. .Sh RETURN VALUES +The function .Fn kldstat -seems to always return 0. +returns 0 on success. It returns -1 on failure, and sets errno to indicate +the error. .Sh ERRORS The information for the file referred to by .Fa fileid |
