summaryrefslogtreecommitdiff
path: root/lib/libc/gen/dirname.3
AgeCommit message (Collapse)Author
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
where applicable.
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-05-30- clean up macro abuseJason McIntyre
- section reorder - merge COMPATIBILITY
2002-06-09spelling; moritz@jodeit.orgTheo de Raadt
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-07-17Add a warning that our implementation is different from other vendors (Solaris).Jason Downs
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-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 pages; add dirnameTheo de Raadt