Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | - note that basename() may modify the string | 2005-11-12 | 1 | -5/+12 | |
| | | | | | | | - section header WARNING -> CAVEATS while here from han boetes; ok deraadt@ | ||||
* | Remove my email address from my entry in the AUTHORS section | 2003-07-30 | 1 | -2/+2 | |
| | |||||
* | Sync with share/misc/license.template and add missing DARPA credit | 2003-06-17 | 1 | -9/+8 | |
| | | | | where applicable. | ||||
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. | 2003-06-03 | 1 | -22/+11 | |
| | |||||
* | - clean up macro abuse | 2003-05-30 | 1 | -2/+2 | |
| | | | | | - section reorder - merge COMPATIBILITY | ||||
* | o) We always close .Bl and .Bd tags; | 2001-08-06 | 1 | -2/+2 | |
| | | | | | | | | | | 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 | ||||
* | Various repairs, mostly to get rid of short lines. | 2000-12-24 | 1 | -3/+2 | |
| | |||||
* | Repairs, mostly removing hard sentence breaks. | 2000-04-18 | 1 | -3/+5 | |
| | |||||
* | After some constructive criticism from pjanzen@ and some e-mail tag: | 1999-06-04 | 1 | -7/+3 | |
| | | | | | | | | | | | | | | | - 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). | ||||
* | repairs | 1999-05-29 | 1 | -6/+8 | |
| | |||||
* | proper const semantics for dirname & basename. | 1999-05-28 | 1 | -2/+2 | |
| | | | | (this follows FreeBSD and Linux. Single Unix 2 is still illogical) | ||||
* | fix tytypos. | 1999-05-28 | 1 | -3/+3 | |
| | |||||
* | more missing .El macros filled in | 1999-05-27 | 1 | -2/+3 | |
| | |||||
* | punctuation | 1999-05-25 | 1 | -6/+11 | |
| | |||||
* | Removed duplicated references; millert | 1999-05-14 | 1 | -3/+2 | |
| | |||||
* | split dirname and basename man pages | 1998-07-04 | 1 | -39/+11 | |
| | |||||
* | Remove the advertising clause in my old license, it impedes free use | 1998-06-21 | 1 | -5/+2 | |
| | | | | | of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | ||||
* | .Bx Open -> .Ox 2.x | 1998-03-07 | 1 | -3/+2 | |
| | |||||
* | basename(3) and dirname(3) as specified by XPG4 and XPG4.2 | 1997-08-17 | 1 | -0/+125 | |