diff options
author | ru <ru@FreeBSD.org> | 2001-07-04 12:32:43 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-07-04 12:32:43 +0000 |
commit | 89c14107870b93e439d651fae2b78c14fcd09031 (patch) | |
tree | 4d5f8ff922c51cf2eb6abfdd5a4e946e71ea634d /lib | |
parent | 3a4b4ffda930c8a8fb8d16a878c59eeb017ee18e (diff) | |
download | FreeBSD-src-89c14107870b93e439d651fae2b78c14fcd09031.zip FreeBSD-src-89c14107870b93e439d651fae2b78c14fcd09031.tar.gz |
mdoc(7) police: use .Rv -std.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/modstat.2 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libc/sys/modstat.2 b/lib/libc/sys/modstat.2 index 56fa1cd..e185ec6 100644 --- a/lib/libc/sys/modstat.2 +++ b/lib/libc/sys/modstat.2 @@ -27,7 +27,7 @@ .\" .Dd September 28, 2000 .Dt MODSTAT 2 -.Os FreeBSD +.Os .Sh NAME .Nm modstat .Nd get status of kernel module @@ -82,12 +82,7 @@ The id of the module specified in Module specific data. .El .Sh RETURN VALUES -The function -.Fn modstat -returns 0 on success. -It returns -1 on failure, and sets -.Va errno -to indicate the error. +.Rv -std modstat .Sh ERRORS The information for the module referred to by .Fa modid |