From 17ec2d2782b52ac3a50198064212f45139eb1978 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 15 May 2014 22:15:29 +0200 Subject: [PATCH] select.2: Change "Linux notes" subheading to "C library/kernel ABI differences" Signed-off-by: Michael Kerrisk --- man2/select.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/select.2 b/man2/select.2 index ac70b85fd..91e05d882 100644 --- a/man2/select.2 +++ b/man2/select.2 @@ -438,7 +438,8 @@ closing the file descriptor in another thread has no effect on .BR select (). In summary, any application that relies on a particular behavior in this scenario must be considered buggy. -.SS Linux notes +.\" +.SS C library/kernel ABI differences The .BR pselect () interface described in this page is implemented by glibc.