diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
commit | 85c9ba7c594c9e1658e20053dcd00403e6e314e2 (patch) | |
tree | b9cba2183a2d7100b412afdd5c1220359e582d77 /lib/libc/sys/setgroups.2 | |
parent | 66c4835634f1e74242f62bb59553d61059dc1a46 (diff) |
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.
Diffstat (limited to 'lib/libc/sys/setgroups.2')
-rw-r--r-- | lib/libc/sys/setgroups.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/setgroups.2 b/lib/libc/sys/setgroups.2 index 0ca2f089d87..89e9f5e412f 100644 --- a/lib/libc/sys/setgroups.2 +++ b/lib/libc/sys/setgroups.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setgroups.2,v 1.6 1999/06/29 14:10:18 aaron Exp $ +.\" $OpenBSD: setgroups.2,v 1.7 2000/04/15 11:46:04 aaron Exp $ .\" $NetBSD: setgroups.2,v 1.7 1995/02/27 12:36:49 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993, 1994 @@ -56,7 +56,7 @@ indicates the number of entries in the array and must be no more than .Dv {NGROUPS_MAX} . .Pp -Only the super-user may set new groups. +Only the superuser may set new groups. .Sh RETURN VALUES A 0 value is returned on success, \-1 on error, with an error code stored in @@ -72,7 +72,7 @@ The value of is greater than .Dv {NGROUPS_MAX} . .It Bq Er EPERM -The caller is not the super-user. +The caller is not the superuser. .It Bq Er EFAULT The address specified for .Fa gidset |