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/compat-43/setregid.3 | |
parent | 66c4835634f1e74242f62bb59553d61059dc1a46 (diff) |
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.
Diffstat (limited to 'lib/libc/compat-43/setregid.3')
-rw-r--r-- | lib/libc/compat-43/setregid.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/compat-43/setregid.3 b/lib/libc/compat-43/setregid.3 index be3b4881e75..cc88faf7850 100644 --- a/lib/libc/compat-43/setregid.3 +++ b/lib/libc/compat-43/setregid.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: setregid.3,v 1.6 1999/07/09 13:35:14 aaron Exp $ +.\" $OpenBSD: setregid.3,v 1.7 2000/04/15 11:46:01 aaron Exp $ .\" .Dd March 10, 1991 .Dt SETREGID 3 @@ -45,7 +45,7 @@ The real and effective group IDs of the current process are set to the arguments. Unprivileged users may change the real group -ID to the effective group ID and vice-versa; only the super-user may +ID to the effective group ID and vice-versa; only the superuser may make other changes. .Pp Supplying a value of \-1 for either the real or effective @@ -74,8 +74,8 @@ is set to indicate the error. .Sh ERRORS .Bl -tag -width Er .It Bq Er EPERM -The current process is not the super-user and a change -other than changing the effective group-id to the real group-id +The current process is not the superuser and a change +other than changing the effective group ID to the real group ID was specified. .El .Sh SEE ALSO |