select.2: Change "Linux notes" subheading to "C library/kernel ABI differences"

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-15 22:15:29 +02:00
parent 3a8bef11e0
commit 17ec2d2782
1 changed files with 2 additions and 1 deletions

View File

@ -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.