From: Ben Gras Date: Mon, 13 Feb 2006 13:10:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v3.1.2a~366 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch03.html?a=commitdiff_plain;h=db963438c67c740ec388484dd24470ffbfa4bb08;p=minix.git *** empty log message *** --- diff --git a/man/man2/setuid.2 b/man/man2/setuid.2 index a36dc4d48..4c791c85c 100644 --- a/man/man2/setuid.2 +++ b/man/man2/setuid.2 @@ -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 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).