Expanded tabs

This commit is contained in:
Michael Kerrisk 2012-10-15 11:13:31 +02:00
parent b473be57b9
commit 928145bb39
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ epoll_wait.2
The limit is given by:
#define EP_MAX_MSTIMEO min(1000ULL * MAX_SCHEDULE_TIMEOUT / HZ, \
(LONG_MAX - 999ULL) / HZ)
(LONG_MAX - 999ULL) / HZ)
That is, the limit depends on the size of a long and the timer
frequency. Assuming the a long is never smaller than 32 bits