Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell | |
1999-07-04 | document KERN_RND and KERN_NOSUIDCOREDUMP | Aaron Campbell | |
1999-07-02 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-02 | - rnd(4) does not exist, it is really random(4) | Aaron Campbell | |
- iteger -> integer - cpus -> CPUs | |||
1999-07-02 | some formatting fixes | Aaron Campbell | |
1999-07-02 | remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, | Aaron Campbell | |
not "Month, ##, ####" | |||
1999-06-30 | document KERN_ARND, this mangpage needs work, KERN_RND, KERN_NOSUIDCOREDUMP, | Niels Provos | |
etc ... are not documented. | |||
1999-06-29 | add Xr for stdio(3) like the is*() man pages | Aaron Campbell | |
1999-06-06 | Grammatical, spelling, and format fixes | Paul Janzen | |
1999-06-05 | use .Tn instead of .Em for logical/bitwise OR + AND | Aaron Campbell | |
1999-06-05 | change some .Em/.Va to .Li, looks nicer | Aaron Campbell | |
1999-06-05 | change some .Va to .Li, also more .Dv | Aaron Campbell | |
1999-06-05 | some more .Dv | Aaron Campbell | |
1999-06-04 | After some constructive criticism from pjanzen@ and some e-mail tag: | Aaron Campbell | |
- only use the .Dv NULL form when referring explicitly to a function argument or return value - otherwise, use these forms: o non-null o null-terminated (hyphenated form for predicate adjective) o else, null terminated, or null terminate, whichever the case o null pointer, null byte, null string, etc. - may use NUL to refer to an ASCII NUL, but it doesn't need a .Tn macro In general, capitalizing the word "null" everywhere is unnecessary and makes the man pages harder to read. The above is consistent with popular programming texts (i.e., K&R, Stevens). | |||
1999-06-03 | -20 -> \-20 | Aaron Campbell | |
1999-06-03 | use \-1, not -1, to change the meaning of `-' to minus sign from hyphen; | Aaron Campbell | |
pjanzen@ | |||
1999-06-01 | getfsstat now takes a size_t, not long, for the length parameter | Todd C. Miller | |
1999-05-30 | Careless: I forgot to propagate obvious consts. | Marc Espie | |
1999-05-29 | repairs; go back over some old files, because we should properly distinguish | Aaron Campbell | |
between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL | |||
1999-05-29 | repairs | Aaron Campbell | |
1999-05-29 | repairs | Aaron Campbell | |
1999-05-29 | repairs | Aaron Campbell | |
1999-05-29 | repairs | Aaron Campbell | |
1999-05-28 | proper const semantics for dirname & basename. | Marc Espie | |
(this follows FreeBSD and Linux. Single Unix 2 is still illogical) | |||
1999-05-28 | fix tytypos. | Marc Espie | |
1999-05-27 | more missing .El macros filled in | Aaron Campbell | |
1999-05-27 | or'ing -> OR'ing | Aaron Campbell | |
1999-05-27 | sync cgetset() Fn definition with prototype from stdlib.h | Aaron Campbell | |
1999-05-25 | punctuation | Aaron Campbell | |
1999-05-25 | all functions need a return type and at least one arg, even if it's void | Aaron Campbell | |
1999-05-25 | add .Ft macros and move the argument type into each function definition | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-20 | add missing #include's from SYNOPSIS section | Aaron Campbell | |
1999-05-19 | add default value for mssdflt. more rationale might be needed. | Niels Provos | |
1999-05-19 | document tcp.sack and tcp.mssdflt for sysctl | Niels Provos | |
1999-05-17 | 1) Only do pointer adjusting if realloc() changed our pointer | Todd C. Miller | |
2) Only adjust pointers based on ftp_path, not fts_name. 3) Adjust the entries in the file list, as well as the trees, if needed. Loosely based on a patch from Stas Kisel <stas@SONET.CRIMEA.UA> | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-14 | Removed duplicated references; millert | Alex Feldman | |
1999-05-10 | correct some Xr's which referred to the wrong man page sections | Aaron Campbell | |
1999-04-02 | .Pp macros do not belong immiedately after .Sh section header lines | Aaron Campbell | |
1999-03-29 | initgroups(3) should not spew to stderr; giles@nemeton.com.au | Todd C. Miller | |
Also document the NGROUPS limit. | |||
1999-03-10 | fix comma splices involving 'however' | Paul Janzen | |
1999-03-10 | Daylight Saving Time, not savings | Paul Janzen | |
1999-02-27 | make function names the correct case | Theo de Raadt | |
1999-02-25 | Don't segfault when sysctl fails | Artur Grabowski | |
1999-02-25 | constify getcap(3). This fixes a warning in libcurses and doesn't | Todd C. Miller | |
really change the API since those parameters that was been constified really are not modified by getcap(3) routines. | |||
1999-02-16 | daemon returns int | Theo de Raadt | |
1999-01-08 | when malloc fails set bufsize to 0 or all other calls to getmntinfo will fail | Artur Grabowski | |
1998-12-21 | md spinlock | David Leonard | |
1998-11-25 | clarify; d@ | Aaron Campbell | |