| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: docs/11832
Submitted by: Ralf S. Engelschall <rse@engelschall.com>
|
|
|
|
| |
Removed bogus prerequisite <sys/types.h>.
|
|
|
|
|
| |
the 2.x <sys/signal.h> for the first time :-). The type of ss_sp
was lexically different.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
bde commits some changes later tonight.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
- add undelete() and undelete.2 (requires libc minor bump some time)
- man page updates
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|