| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
also checked that POSIX requires exactly this behaviour
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We use these all over the tree so they ought to be documented on a
separate page; move them out of getitimer.2 into timeradd.3. While
moving, clean up the language and markup here and there.
Still needs to be added to share/man/man3/Makefile, pending any further
cleanup in-tree.
With input from schwarze@, jmc@, and millert@.
"looks great" deraadt@, "(ok)" jmc@, ok tedu@,
"we'll spruce it up in-tree" schwarze@
|
|
|
|
|
| |
the macros, and simplify one wording;
OK millert@, tweak and OK jmc@
|
|
|
|
|
|
|
|
|
|
|
| |
Make it less likely you miss a zero when typing out 100000 or 100000000.
Document them in getitimer.2 for the masses. These may be of use in
library code as well as the kernel.
Comparable inline functions exist in Linux but are not available to
userspace like these.
"OK." deraadt@
|
|
|
|
|
|
| |
or otherwise change Dt to reflect the name of an existing function;
feedback/ok schwarze
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
facts checked by sobrado@
style tweaks and ok jmc@
|
| |
|
| |
|
| |
|
|
|
|
| |
rescinded 22 July 1999. Proofed by myself and Theo.
|
|
|
|
|
|
| |
- merge COMPATIBILITY
- kill whitespace at EOL
- tidy up macros
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
|
| |
|
| |
|
|
|
|
| |
breaks and getting rid of short lines, making these files easier to work with.
|
| |
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
add & fix a bunch of system call pages
|
|
|