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/execve.2 | |
parent | 66c4835634f1e74242f62bb59553d61059dc1a46 (diff) |
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.
Diffstat (limited to 'lib/libc/sys/execve.2')
-rw-r--r-- | lib/libc/sys/execve.2 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 9be132f5517..ecd44ed8e21 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: execve.2,v 1.12 1999/07/06 18:21:03 deraadt Exp $ +.\" $OpenBSD: execve.2,v 1.13 2000/04/15 11:46:03 aaron Exp $ .\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -185,7 +185,8 @@ where .Fa argc is the number of elements in .Fa argv -(the ``arg count'') +(the +.Dq arg count ) and .Fa argv points to the array of character pointers @@ -267,11 +268,12 @@ the system file table was found to be full. .Sh CAVEAT If a program is .Em setuid -to a non-super-user, but is executed when +to a non-superuser, but is executed when the real .Em uid -is ``root'', then the program has some of the powers -of a super-user as well. +is +.Dq root , +then the program has some of the powers of a superuser as well. .Sh SEE ALSO .Xr _exit 2 , .Xr fork 2 , |