summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/sigprocmask.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* It is distasteful to have manual pages which don't refer to realderaadt2017-05-291-3/+3
| | | | | | | function calls, but instead a "class" of functions like "sigsetops". Rename to sigaddset", and while at it improve documentation in sigprocmask(2) to point to it. ok tedu
* Mention that the signal mask does not affect what signals aremillert2017-05-051-3/+18
| | | | | discarded by the kernel. Document that at least one pending signal will be delivered before sigprocmask() returns.
* macro cleanup; from Kaspars at Bankovskis dot netschwarze2014-12-141-3/+3
|
* Don't point to <sys/signal.h> for SIG_*; they're told to use <signal.h>guenther2014-09-091-4/+3
| | | | and don't need anything beyond that
* spring cleanup:schwarze2011-04-261-17/+9
| | | | | | | * shorten and clarify some explanations * update the POSIX reference, this conforms to -2008 as well * use .In and .Rv where possible ok tedu@, feedback and ok jmc@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* from netbsd (-r 1.18):jmc2004-08-261-2/+2
| | | | the values for the parameter "how" are defined in sys/signal.h, not signal.h
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-5/+4
| | | | 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-2/+2
| | | | | | | - 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
* 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.
* fix openbsd tagderaadt1998-07-061-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+122