poll.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Yuri Kozlov 2011-09-08 16:01:37 +02:00 committed by Michael Kerrisk
parent 39c05c26b1
commit cc12d0c5c8
1 changed files with 3 additions and 1 deletions

View File

@ -288,7 +288,9 @@ system call was introduced in Linux 2.1.23.
The
.BR poll ()
library call was introduced in libc 5.4.28
(and provides emulation using select(2) if your kernel does not
(and provides emulation using
.BR select (2)
if your kernel does not
have a
.BR poll ()
system call).