diff --git a/man2/setuid.2 b/man2/setuid.2 index 5231ab722..09cae98d8 100644 --- a/man2/setuid.2 +++ b/man2/setuid.2 @@ -25,7 +25,7 @@ .\" , aeb 970616. .\" Modified, 27 May 2004, Michael Kerrisk .\" Added notes on capability requirements -.TH SETUID 2 2004-05-27 "Linux" "Linux Programmer's Manual" +.TH SETUID 2 2010-02-21 "Linux" "Linux Programmer's Manual" .SH NAME setuid \- set user identity .SH SYNOPSIS @@ -63,7 +63,7 @@ Thus, a set-user-ID-root program wishing to temporarily drop root privileges, assume the identity of an unprivileged user, and then regain root privileges afterwards cannot use .BR setuid (). -You can accomplish this with the (non-POSIX, BSD) call +You can accomplish this with .BR seteuid (2). .SH "RETURN VALUE" On success, zero is returned.