| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
syntactically correct" roff mess. Follow the mdoc style guide on
function pointers to improve this a little. Neglect and remove a
comment that advises against trying to fix this.
guidance and ok schwarze@
|
|
|
|
| |
wordsmithing and ok jmc@
|
| |
|
|
|
|
|
|
|
| |
functions; the concept comes from POSIX anyway.
With tweaks from schwarze@
ok deraadt@, jmc@, millert@, schwarze@
|
|
|
|
| |
Noted by Jean-Philippe Ouellet (jean-philippe (at) ouellet.biz)
|
| |
|
|
|
|
|
|
|
| |
when creating them: pipe2(), dup3(), accept4(), MSG_CMSG_CLOEXEC,
SOCK_CLOEXEC. Includes SOCK_NONBLOCK support.
ok matthew@
|
|
|
|
|
|
| |
functions, per POSIX Issue 7
ok deraadt
|
| |
|
|
|
|
|
|
|
|
|
|
| |
stdio buffers
While here replace "SUSv[67]" with "POSIX Issue [67]" and update
signal(3) to mention that pselect() and ppoll() are async signal safe
like sigaction(2) already does.
ok guenther
|
|
|
|
|
| |
Also, update the async signal safe list in signal(3) too (reminded by
deraadt)
|
| |
|
| |
|
|
|
|
|
| |
facts checked by sobrado@
style tweaks and ok jmc@
|
| |
|
|
|
|
| |
ok jmc
|
|
|
|
|
|
| |
While here, recognize that _Exit() and raise() are C functions.
ok deraadt@, guenther@, jmc@
|
|
|
|
| |
ok jmc@, millert@
|
|
|
|
|
|
|
|
|
|
| |
specifically, rewrite them to permit some markup in the column headers,
and use "Ta" instead of literal tabs; mandoc does not currently match groff
100%, but a mandoc fix may be some time off, and we've gone enough releases
with poorly formatting column lists.
in some cases i have rewritten the lists as -tag, where -column made
little sense.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
generated by .Bl -column .It <tab> on following lines. This is a
workaround; fixing it properly in a way compatible with our old groff
would require .Xo support for .Bl -column phrases in mandoc(1), which
is too much work right now just to fix exactly this one place in our tree.
ok jmc@
This commit fixes the last issue i'm aware of which prevented building
our whole tree with mandoc. Not all pages format nicely yet, but
none kill the build any more.
|
|
|
|
|
|
|
|
|
|
| |
Document that snprintf/vsnprintf/syslog_r() aren't async-signal-safe
for floating-point
Provide cursory documentation of SIGTHR
Eliminate the NOTE section of the sigaction(2) manpage by merging the
good bits into the STANDARDS section
ok deraadt@
|
| |
|
|
|
|
| |
from Chad Dougherty, documentation/5493
|
| |
|
|
|
|
|
|
|
|
|
| |
- many grammar, punctuation, macro, layout, spelling/typos,
rewording, etc. fixes
- avoid first person
- sprinkle crossrefs where relevant
help & ok jmc
|
|
|
|
| |
from freebsd pr docs/75615;
|
| |
|
| |
|
| |
|
|
|
|
| |
+make a copy of the global variable
|
|
|
|
| |
good-for-nothing commit. my apologies.
|
| |
|
|
|
|
| |
rescinded 22 July 1999. Proofed by myself and Theo.
|
|
|
|
| |
- section reorder
|
| |
|
| |
|
|
|
|
| |
not having access to these makes things really painful
|
|
|
|
|
|
|
|
|
|
|
|
| |
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;
o) wrap long lines;
millert@ ok
|
|
|
|
|
|
| |
SA_NOCLDWAIT (don't create zombies) flag has been specified. This
is consistent with most other operating systems and is what XPG4.2
specifies.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
|
| |
|
| |
|
|
|
|
| |
is used instead; kwesterback@home.com
|
|
|
|
|
|
|
| |
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
|
| |
|
| |
|