This commit is contained in:
Michael Kerrisk 2008-04-23 14:42:14 +00:00
parent c98759f3ea
commit 14946d05f3
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
.\"
.\" 2007-04-30: mtk, Added description of epoll_pwait()
.\"
.TH EPOLL_WAIT 2 2007-12-19 "Linux" "Linux Programmer's Manual"
.TH EPOLL_WAIT 2 2008-04-23 "Linux" "Linux Programmer's Manual"
.SH NAME
epoll_wait, epoll_pwait \- wait for an I/O event on an epoll file descriptor
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" flag is not used in the code. Check later to see if it
.\" does get a use. 2.6.21 still shows no use.
.\"
.TH POLL 2 2006-03-13 "Linux" "Linux Programmer's Manual"
.TH POLL 2 2008-04-23 "Linux" "Linux Programmer's Manual"
.SH NAME
poll, ppoll \- wait for some event on a file descriptor
.SH SYNOPSIS