From db963438c67c740ec388484dd24470ffbfa4bb08 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 13 Feb 2006 13:10:53 +0000 Subject: [PATCH] *** empty log message *** --- man/man2/setuid.2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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). -- 2.44.0