From e06cd2b4fa4c5be8bc07494e2d4bda28e46886af Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Apr 2015 08:17:25 +0200 Subject: [PATCH] setuid.2: CONFORMING TO: add POSIX.1-2008 Signed-off-by: Michael Kerrisk --- man2/setuid.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/setuid.2 b/man2/setuid.2 index 2fc8b20c5..bf9fc6ddb 100644 --- a/man2/setuid.2 +++ b/man2/setuid.2 @@ -119,7 +119,7 @@ capability) and .I uid does not match the real UID or saved set-user-ID of the calling process. .SH CONFORMING TO -SVr4, POSIX.1-2001. +POSIX.1-2001, POSIX.1-2008, SVr4. Not quite compatible with the 4.4BSD call, which sets all of the real, saved, and effective user IDs. .\" SVr4 documents an additional EINVAL error condition.