diff options
author | yar <yar@FreeBSD.org> | 2001-08-09 13:32:13 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2001-08-09 13:32:13 +0000 |
commit | 27b7f2d4e7c579a6e7166e44aab5e0ed6a66a032 (patch) | |
tree | 251e4417acf32d993acd2d301d7ead7122c562cf /lib/libc/sys/setgroups.2 | |
parent | 4b2c641db11eb15a0fbaa9f9507781a0cec98421 (diff) | |
download | FreeBSD-src-27b7f2d4e7c579a6e7166e44aab5e0ed6a66a032.zip FreeBSD-src-27b7f2d4e7c579a6e7166e44aab5e0ed6a66a032.tar.gz |
Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.
Reviewed by: ru
Diffstat (limited to 'lib/libc/sys/setgroups.2')
-rw-r--r-- | lib/libc/sys/setgroups.2 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/sys/setgroups.2 b/lib/libc/sys/setgroups.2 index 668b3dc..3ba324d 100644 --- a/lib/libc/sys/setgroups.2 +++ b/lib/libc/sys/setgroups.2 @@ -60,9 +60,7 @@ as defined in .Pp Only the super-user may set new groups. .Sh RETURN VALUES -A 0 value is returned on success, -1 on error, with -an error code stored in -.Va errno . +.Rv -std setgroups .Sh ERRORS The .Fn setgroups |