poll.2: Add some information about the ppoll() syscall.
commit9533534ee0d6b1e24f603470237eebf37aad839e
authorImre Vadász <imre@vdsz.com>
Thu, 1 Dec 2016 20:31:02 +0000 (1 21:31 +0100)
committerImre Vadász <imre@vdsz.com>
Thu, 1 Dec 2016 20:45:44 +0000 (1 21:45 +0100)
tree9784c0f29426db25118a753153a951951fe67563
parent739010e3ae74f526ce3a58a1d3dc9f28bb4ce480
poll.2: Add some information about the ppoll() syscall.

* Explain timeout and newsigmask arguments. (inspired by FreeBSD's poll(2))

* Mention that ppoll() can be used for precise timeouts like the ppoll()
  in Linux.
lib/libc/sys/poll.2