From b9f4755d42c321678e2633e1fa7d6e12166d7263 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 21 Feb 2014 07:57:40 +0100 Subject: [PATCH] access.2: access() also conforms to POSIX.1-2008 Signed-off-by: Michael Kerrisk --- man2/access.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/access.2 b/man2/access.2 index afa54e893..9145f823d 100644 --- a/man2/access.2 +++ b/man2/access.2 @@ -252,7 +252,7 @@ was added to Linux in kernel 2.6.16; library support was added to glibc in version 2.4. .SH "CONFORMING TO" .BR access (2): -SVr4, 4.3BSD, POSIX.1-2001. +SVr4, 4.3BSD, POSIX.1-2001, POSIX.1-2008. .BR faccessat (2): POSIX.1-2008.