summaryrefslogtreecommitdiff
path: root/lib/libc/sys/setgroups.2
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-29 14:10:33 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-29 14:10:33 +0000
commit56f6529fc36c6db13ad6ff247464d6b0c9e0d023 (patch)
tree370910d2e05f30a3e4f78b5160a518c3222aa9f9 /lib/libc/sys/setgroups.2
parent7e10459e58879c6c2e91c7f14687227390272c68 (diff)
- change references to nil to null; tschroed@acm.org
- remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes
Diffstat (limited to 'lib/libc/sys/setgroups.2')
-rw-r--r--lib/libc/sys/setgroups.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/setgroups.2 b/lib/libc/sys/setgroups.2
index 18de110e0ac..0ca2f089d87 100644
--- a/lib/libc/sys/setgroups.2
+++ b/lib/libc/sys/setgroups.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setgroups.2,v 1.5 1999/05/23 14:10:56 aaron Exp $
+.\" $OpenBSD: setgroups.2,v 1.6 1999/06/29 14:10:18 aaron Exp $
.\" $NetBSD: setgroups.2,v 1.7 1995/02/27 12:36:49 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993, 1994
@@ -48,7 +48,7 @@
.Sh DESCRIPTION
.Fn setgroups
sets the group access list of the current user process
-according to the array
+according to the array
.Fa gidset .
The parameter
.Fa ngroups
@@ -58,7 +58,7 @@ more than
.Pp
Only the super-user may set new groups.
.Sh RETURN VALUES
-A 0 value is returned on success, -1 on error, with
+A 0 value is returned on success, \-1 on error, with
an error code stored in
.Va errno .
.Sh ERRORS
@@ -67,7 +67,7 @@ The
call will fail if:
.Bl -tag -width Er
.It Bq Er EINVAL
-The value of
+The value of
.Fa ngroups
is greater than
.Dv {NGROUPS_MAX} .