diff options
author | yar <yar@FreeBSD.org> | 2001-07-04 13:07:38 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2001-07-04 13:07:38 +0000 |
commit | 0b890122b96f4b0daeffea10dcab7a002c0f7dd6 (patch) | |
tree | a19f821b89c3e1282f4fbd4c6f9c58f00548a0d3 /lib/libc/sys/kldstat.2 | |
parent | 497620bac5a53c422f1848241d5df96e19c8f71e (diff) | |
download | FreeBSD-src-0b890122b96f4b0daeffea10dcab7a002c0f7dd6.zip FreeBSD-src-0b890122b96f4b0daeffea10dcab7a002c0f7dd6.tar.gz |
Use the .Rv macro to describe the return value.
Suggested by: ru
MFC after: 5 days
Diffstat (limited to 'lib/libc/sys/kldstat.2')
-rw-r--r-- | lib/libc/sys/kldstat.2 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/sys/kldstat.2 b/lib/libc/sys/kldstat.2 index 1187f69..2617c00 100644 --- a/lib/libc/sys/kldstat.2 +++ b/lib/libc/sys/kldstat.2 @@ -79,12 +79,7 @@ The load address of the kld file. The size of the file. .El .Sh RETURN VALUES -The function -.Fn kldstat -returns 0 on success. -It returns -1 on failure, and sets -.Va errno -to indicate the error. +.Rv -std kldstat .Sh ERRORS The information for the file referred to by .Fa fileid |