diff options
author | 2000-04-15 11:45:51 +0000 | |
---|---|---|
committer | 2000-04-15 11:45:51 +0000 | |
commit | a3542fadceea0b2934914fdb31f44bdc344ef18e (patch) | |
tree | affef4e28b9bbc4beda06f911f301b0843b29273 /lib/libc/sys/execve.2 | |
parent | OpenSSL 0.9.5a merge - fixes DSA cert generation problem (diff) | |
download | wireguard-openbsd-a3542fadceea0b2934914fdb31f44bdc344ef18e.tar.xz wireguard-openbsd-a3542fadceea0b2934914fdb31f44bdc344ef18e.zip |
- 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 , |