epoll_wait.2: Remove word "minimum" from the description of 'timeout'

Reported-by: Network Nut <sillystack@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-29 11:38:08 +01:00
parent 79ea169903
commit 3c9b77d571
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
.\" .\"
.\" 2007-04-30: mtk, Added description of epoll_pwait() .\" 2007-04-30: mtk, Added description of epoll_pwait()
.\" .\"
.TH EPOLL_WAIT 2 2014-01-24 "Linux" "Linux Programmer's Manual" .TH EPOLL_WAIT 2 2014-01-29 "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
@ -52,7 +52,7 @@ argument must be greater than zero.
The The
.I timeout .I timeout
argument specifies the minimum number of milliseconds that argument specifies the number of milliseconds that
.BR epoll_wait () .BR epoll_wait ()
will block. will block.
(This interval will be rounded up to the system clock granularity, (This interval will be rounded up to the system clock granularity,