From e6ce241912fc4f9b397398629fd6e6c56e4cebff Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 22 Nov 2010 08:42:43 +0100 Subject: [PATCH] setuid.2: tfix Signed-off-by: Michael Kerrisk --- man2/setuid.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/setuid.2 b/man2/setuid.2 index 1095c3ac2..96cd591ec 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 2010-02-21 "Linux" "Linux Programmer's Manual" +.TH SETUID 2 2010-11-22 "Linux" "Linux Programmer's Manual" .SH NAME setuid \- set user identity .SH SYNOPSIS @@ -104,7 +104,7 @@ See .PP If .I uid -is different from the old effective uid, the process will +is different from the old effective UID, the process will be forbidden from leaving core dumps. .SH "SEE ALSO" .BR getuid (2),