summaryrefslogtreecommitdiff
path: root/lib/libc/gen/basename.3
AgeCommit message (Collapse)Author
2001-08-06o) 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-24Various repairs, mostly to get rid of short lines.Aaron Campbell
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
1999-06-04After 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-29repairsAaron Campbell
1999-05-28proper const semantics for dirname & basename.Marc Espie
(this follows FreeBSD and Linux. Single Unix 2 is still illogical)
1999-05-28fix tytypos.Marc Espie
1999-05-27more missing .El macros filled inAaron Campbell
1999-05-25punctuationAaron Campbell
1999-05-14Removed duplicated references; millertAlex Feldman
1998-07-04split dirname and basename man pagesTheo de Raadt
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd 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.xTodd C. Miller
1997-08-17basename(3) and dirname(3) as specified by XPG4 and XPG4.2Todd C. Miller