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() .\" 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 .SH NAME
epoll_wait, epoll_pwait \- wait for an I/O event on an epoll file descriptor epoll_wait, epoll_pwait \- wait for an I/O event on an epoll file descriptor
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" flag is not used in the code. Check later to see if it .\" flag is not used in the code. Check later to see if it
.\" does get a use. 2.6.21 still shows no use. .\" 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 .SH NAME
poll, ppoll \- wait for some event on a file descriptor poll, ppoll \- wait for some event on a file descriptor
.SH SYNOPSIS .SH SYNOPSIS