From b5b4580849137eebb343619e06ebc3cc4aa7354c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Apr 2015 07:00:53 +0200 Subject: [PATCH] chdir.2: CONFORMING TO: add POSIX.1-2008 Signed-off-by: Michael Kerrisk --- man2/chdir.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/chdir.2 b/man2/chdir.2 index aede2cb0a..04506a6bb 100644 --- a/man2/chdir.2 +++ b/man2/chdir.2 @@ -123,7 +123,7 @@ Search permission was denied on the directory open on .I fd is not a valid file descriptor. .SH CONFORMING TO -SVr4, 4.4BSD, POSIX.1-2001. +POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD. .SH NOTES The current working directory is the starting point for interpreting relative pathnames (those not starting with \(aq/\(aq).