summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/wait.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document that wait3/waitpid can receive SIGCHILD when wpid doesmillert2017-05-011-3/+26
| | | | | | | not exist or is not a child of the calling process. Document what happens when SIGCHLD is ignored or SA_NOCLDWAIT is set in sa_flags (this part from FreeBSD). OK guenther@
* fix an error in NAME; ok schwarzejmc2015-11-241-3/+3
|
* add missing NAME entries;jmc2015-11-071-3/+11
|
* Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSguenther2014-09-091-7/+9
| | | | Mention send(MSG_EOR)
* Don't use use .Tn with AND/OR/NOTguenther2014-02-131-5/+3
| | | | | | | | Phrase any "The _flags_ argument is the ..." line consistently, eliminating unnecessary use of 'inclusive' and saying "zero or more" or "one or more" as appropriate ok millert@ jmc@ schwarze@
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3
|
* Drop an unnecessary #includeguenther2013-04-031-3/+2
| | | | reminded by schwarze@
* When there are multiple groups of functions with their own #includesguenther2013-04-011-3/+3
| | | | | | | | listed, the #includes in each group are independent, so that users don't need to guess at possible carry-over. general idea ok otto@ millert@ actual diff ok jmc@ schwarze@
* Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX.schwarze2011-11-171-3/+19
| | | | | All facts from http://minnie.tuhs.org/cgi-bin/utree.pl, checked by sobrado@. Feedback and ok jmc@ jmc@ (sic, Jason checked and ok'ed this twice).
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* remove superfluous paranthesisjasper2006-09-271-2/+2
| | | | | from Matthew R. Dempsky <mrd at alkemio dot org> ok deraadt
* Document that a NULL status pointer is allowed. OK deraadt@millert2004-03-111-3/+3
|
* document WAIT_ANY and WAIT_MYPGRP;jmc2004-01-121-3/+13
| | | | help and ok miod@
* Use WCONTINUED as width for list of wait options; jmc@millert2003-08-031-2/+2
|
* Implement the WCONTINUED flag to the wait(2) family of syscalls and themillert2003-08-031-9/+20
| | | | | | | | | associated WIFCONTINUED macro as per 1003.1-2001. Adapted from FreeBSD. A minor amount of trickiness is involved here. The value for WCONTINUED is chosen in such a way that _WSTATUS(_WCONTINUED) == _WSTOPPED and the WIFSTOPPED macro has been modified such that WIFSTOPPED(_WCONTINUED) != _WSTOPPED. This means we don't need to add an extra check to the WIFSIGNALED and WIFSTOPPED macros. deraadt@ OK.
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* section reorder;jmc2003-06-021-5/+5
|
* underfined -> undefined;jmc2003-04-121-2/+2
| | | | from Fabio Olive Leite;
* most of these is v2, not v6mickey2002-01-241-2/+2
|
* Refer to siginterrupt(3) rather than to a nonexistant part of intro(2)pjanzen2001-06-251-4/+3
|
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-45/+26
| | | | breaks and getting rid of short lines, making these files easier to work with.
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-14/+14
| | | | | | | - remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes
* use .Tn instead of .Em for logical/bitwise OR + ANDaaron1999-06-051-2/+4
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* make function names the correct casederaadt1999-02-271-2/+2
|
* fix openbsd tagderaadt1998-07-061-0/+1
|
* fix lots of .Xr and other minor thingsderaadt1997-06-131-3/+4
|
* Document EINVALtholo1997-02-201-0/+4
|
* initial import of NetBSD treederaadt1995-10-181-0/+298