From e4abf822333eb5f3a0e4348cfca9f33300e451ff Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Apr 2015 07:31:15 +0200 Subject: [PATCH] getpid.2: CONFORMING TO: add POSIX.1-2008 Signed-off-by: Michael Kerrisk --- man2/getpid.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/getpid.2 b/man2/getpid.2 index 799441981..23ae72e09 100644 --- a/man2/getpid.2 +++ b/man2/getpid.2 @@ -44,7 +44,7 @@ returns the process ID of the parent of the calling process. .SH ERRORS These functions are always successful. .SH CONFORMING TO -POSIX.1-2001, 4.3BSD, SVr4. +POSIX.1-2001, POSIX.1-2008, 4.3BSD, SVr4. .SH NOTES If the caller's parent is in a different PID namespace (see .BR pid_namespaces (7)),