]> Zhao Yanbai Git Server - minix.git/commitdiff
*** empty log message ***
authorBen Gras <ben@minix3.org>
Mon, 13 Feb 2006 13:10:53 +0000 (13:10 +0000)
committerBen Gras <ben@minix3.org>
Mon, 13 Feb 2006 13:10:53 +0000 (13:10 +0000)
man/man2/setuid.2

index a36dc4d4886e3a38e58bba4467b267a2ff50d31f..4c791c85c5c4e1d89540c0375ee208ba8cdc6b5f 100644 (file)
@@ -7,14 +7,16 @@
 .TH SETUID 2 "May 9, 1985"
 .UC 4
 .SH NAME
-setuid, setgid \- set user or group ID's
+setuid, seteuid, setgid, setegid \- set (effective) user or group ID's
 .SH SYNOPSIS
 .nf
 .ft B
 #include <sys/types.h>
 
 int setuid(uid_t \fIuid\fP)
+int seteuid(uid_t \fIeuid\fP)
 int setgid(gid_t \fIgid\fP)
+int setegid(gid_t \fIegid\fP)
 .ft R
 .fi
 .SH DESCRIPTION
@@ -45,4 +47,6 @@ The current process is not the super-user and a change
 other than one of the allowed changes was attempted.
 .SH "SEE ALSO"
 .BR getuid (2),
+.BR geteuid (2),
 .BR getgid (2).
+.BR getegid (2).