summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/sigaltstack.2
Commit message (Collapse)AuthorAgeFilesLines
* Typo.pb1999-05-251-2/+2
| | | | | PR: docs/11832 Submitted by: Ralf S. Engelschall <rse@engelschall.com>
* Updated type of ss_size in struct sigaltstack.bde1999-01-011-3/+2
| | | | Removed bogus prerequisite <sys/types.h>.
* Make this man page really match the current <sys/signal.h> again andbde1997-03-121-2/+2
| | | | | the 2.x <sys/signal.h> for the first time :-). The type of ss_sp was lexically different.
* Make this man page match the current <sys/signal.h> again :-).mpp1997-03-121-3/+4
| | | | | | Bruce says that since NetBSD, OpenBSD and Linux currently use ss_sp, we won't be changing it to the lite2 ss_base. The type may change at some later date.
* Update the structure to match how things are going to appear aftermpp1997-03-121-3/+3
| | | | bde commits some changes later tonight.
* Cleanup some of the Lite2 merge. Most of it is mdoc cleanup,mpp1997-03-121-3/+3
| | | | | | | | but in one case the Lite2 changes were flat out wrong and caused the man page to disagree with a header file. There are still some *roff macro calls that were added that I have yet to figure out what to do with in some of the man pages.
* Merge from Lite2 onto mainline -peter1997-03-111-5/+5
| | | | | - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-2/+2
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Update the docs after the rename of SA_DISABLE and SA_ONSTACK when used forpeter1996-03-021-3/+3
| | | | | | ss_flags to SS_DISABLE and SS_ONSTACK. SA_ONSTACK is still used in struct sigaction. Nowhere in our entire source tree could I find a single place these were used.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+165
OpenPOWER on IntegriCloud