Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin | |
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 | |||
2000-12-24 | Various repairs, mostly to get rid of short lines. | Aaron Campbell | |
2000-04-18 | Repairs, mostly removing hard sentence breaks. | 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-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-25 | punctuation | Aaron Campbell | |
1999-05-14 | Removed duplicated references; millert | Alex Feldman | |
1998-07-04 | split dirname and basename man pages | Theo de Raadt | |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller | |
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | |||
1998-03-07 | .Bx Open -> .Ox 2.x | Todd C. Miller | |
1997-08-17 | basename(3) and dirname(3) as specified by XPG4 and XPG4.2 | Todd C. Miller | |