summaryrefslogtreecommitdiff
path: root/lib/libc/sys/poll.2
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
| | | | Notes: svn path=/head/; revision=119893
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-1/+3
| | | | Notes: svn path=/head/; revision=108087
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-4/+8
| | | | | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe. Notes: svn path=/head/; revision=108028
* Bring poll.h up to conformance with POSIX.1-2001 by adding someMike Barcroft2002-07-081-3/+2
| | | | | | | | visibility conditionals, adding the nfds_t type, and changing the poll() prototype a little. Update the manual to match. Notes: svn path=/head/; revision=99593
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
| | | | Notes: svn path=/head/; revision=84306
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=71097
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Clarify what happens if fd is set to -1Bill Fumerola1999-06-291-2/+4
| | | | | | | Submitted by: Alfred Perlstein <bright@rush.net> Notes: svn path=/head/; revision=48336
* Fix a bunch of spelling errors.Steve Price1998-06-041-2/+2
| | | | | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36649
* A poll(2) manpage.Peter Wemm1997-09-141-0/+188
Obtained from: NetBSD Notes: svn path=/head/; revision=29374