summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-04-20 02:15:24 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-04-20 02:15:24 +0000
commit838da128b485c2c1ce2551cfa006e55de0ee8bc6 (patch)
treeee93d0c1bc70172c5f8ea0e259e62d01f08f7904 /lib/libc/sys
parent0373ecdd1952902ee97252bdf17e0a48af75d6f3 (diff)
issetuid -> issetugid; deraadt@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/issetugid.212
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/issetugid.2 b/lib/libc/sys/issetugid.2
index 580ae0f45e3..cc8b1b492d3 100644
--- a/lib/libc/sys/issetugid.2
+++ b/lib/libc/sys/issetugid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: issetugid.2,v 1.13 1998/08/29 21:11:59 deraadt Exp $
+.\" $OpenBSD: issetugid.2,v 1.14 1999/04/20 02:15:23 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -83,9 +83,9 @@ The status of
.Fn issetugid
is only affected by
.Fn execve .
-If a child process executes a new executable file, a new issetuid
+If a child process executes a new executable file, a new issetugid
status will be determined.
-This status is based on the existing process' uid, euid, gid,
+This status is based on the existing process's uid, euid, gid,
and egid permissions and on the modes of the executable file.
If the new executable file modes are setuid or setgid, or if
the existing process is executing the new image with
@@ -98,10 +98,10 @@ function is always successful, and no return value is reserved to
indicate an error.
.Sh SEE ALSO
.Xr execve 2 ,
-.Xr setuid 2 ,
.Xr seteuid 2 ,
-.Xr setgid 2 ,
-.Xr setegid 2
+.Xr setuid 2 ,
+.Xr setegid 2 ,
+.Xr setgid 2
.Sh HISTORY
The
.Fn issetugid