summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/poll.2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't mention using poll(2) as a timeout.cheloha2018-08-181-8/+2
* Missing opening brace. Spotted by Hiltjo Posthuma.tb2017-02-141-3/+3
* Restore warnings about multiple process waiting on same fdguenther2016-09-171-2/+8
* remove historic note about multiple processes. mostly irrelevant today.tedu2016-06-071-8/+2
* Add missing second argument to FD_SET macro in example code snippet.tb2015-12-251-3/+3
* Fix variable name typo in IDIOMS.kspillner2015-03-031-3/+3
* Document that POLLPRI and POLLRDBAND are set for out-of-band socketmillert2015-03-021-2/+15
* macro fixes from Kaspars at Bankovskis dot net;schwarze2015-02-051-13/+16
* use .In and delete .Tn; from Kaspars at Bankovskis dot netschwarze2014-12-161-5/+4
* update STANDARDS; ok millert@ jmc@schwarze2014-11-301-3/+3
* zap double word;jmc2014-11-051-2/+2
* Convert EXAMPLES to IDIOMS and make it a simple select -> pollmillert2014-11-051-17/+69
* POLLERR is only valid in revents so it is not a bug that it ismillert2014-11-031-5/+3
* .Xr clock_gettimeespie2013-11-021-2/+3
* Extend P_SIGSUSPEND handling in userret() to properly restore thematthew2013-04-291-16/+49
* add a STANDARDS section, as requested by itojun;jmc2007-07-111-2/+8
* convert to new .Dd format;jmc2007-05-311-2/+2
* Add missing include of poll.h to example code; Andre Nathanmillert2004-01-081-1/+2
* Add an nfds_t type as per POSIX and also add pollfd_t like Solaris has.millert2003-12-101-4/+4
* o mention why poll(2) is often more effecient than select(2)millert2003-09-231-26/+57
* o Use proper mdoc macros for function macros and definesmillert2003-09-081-70/+100
* document what happens when pollfd.fd is -1deraadt2003-08-191-1/+10
* Remove note about POLLMSG. not used and not provided. ok millert@tedu2003-04-251-4/+1
* typos;jmc2003-02-271-2/+2
* poll(2) manpage references itself, accept(2) references poll(2) twice.jj2001-11-021-2/+1
* Define INFTIM to -1, as appears everywhere. Talk about it in thefgsch2001-08-111-2/+2
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-12/+19
* Insert missing period.aaron2000-08-091-2/+2
* Use .Va macro when referring to the global variable errno.aaron2000-01-221-2/+2
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-3/+3
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
* make function names the correct casederaadt1999-02-271-3/+3
* Xr pollderaadt1998-08-171-1/+2
* fix openbsd tagderaadt1998-07-061-0/+1
* poll is not a wrapper around selectderaadt1996-08-071-7/+2
* poll() as a system callderaadt1996-05-181-0/+199