From d53de2a70728748f8fd9f1073b8e94852716b9fa Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 12 Apr 2012 05:44:52 +1200 Subject: [PATCH] select.2: ffix Signed-off-by: Michael Kerrisk --- man2/select.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/select.2 b/man2/select.2 index 512471db5..49902282a 100644 --- a/man2/select.2 +++ b/man2/select.2 @@ -418,7 +418,9 @@ by using a local variable for the timeout argument that is passed to the system call. Thus, the glibc .BR pselect () -function does not modify its timeout argument; +function does not modify its +.I timeout +argument; this is the behavior required by POSIX.1-2001. .SH BUGS Glibc 2.0 provided a version of