diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-10-30 19:43:30 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-10-30 19:43:30 +0000 |
| commit | 22c8b05f4e44833e368e1c7d430461b4981bf425 (patch) | |
| tree | 0fd55bdb2b2b6c48d098d96941129b52e7a95457 /lib/libc/sys/kldstat.2 | |
| parent | 5ea673934a0e5614181fa431e3cb23984f6f5155 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/kldstat.2')
| -rw-r--r-- | lib/libc/sys/kldstat.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/kldstat.2 b/lib/libc/sys/kldstat.2 index 64183320ad096..b5e2dd8a6b85b 100644 --- a/lib/libc/sys/kldstat.2 +++ b/lib/libc/sys/kldstat.2 @@ -80,8 +80,10 @@ The size of the file. .Sh RETURN VALUES The function .Fn kldstat -returns 0 on success. It returns -1 on failure, and sets errno to indicate -the error. +returns 0 on success. +It returns -1 on failure, and sets +.Va errno +to indicate the error. .Sh ERRORS The information for the file referred to by .Fa fileid |
