From b09c2522b054bce4e5779bd4cd80a404a91fbe7c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Apr 2015 07:48:48 +0200 Subject: [PATCH] lseek.2: CONFORMING TO: add POSIX.1-2008 Signed-off-by: Michael Kerrisk --- man2/lseek.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/lseek.2 b/man2/lseek.2 index 18d92dc87..404587c37 100644 --- a/man2/lseek.2 +++ b/man2/lseek.2 @@ -215,7 +215,7 @@ or .BR SEEK_HOLE , and the current file offset is beyond the end of the file. .SH CONFORMING TO -SVr4, 4.3BSD, POSIX.1-2001. +POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD. .BR SEEK_DATA and