summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/basename.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - note that basename() may modify the stringjmc2005-11-121-5/+12
| | | | | | | - section header WARNING -> CAVEATS while here from han boetes; ok deraadt@
* Remove my email address from my entry in the AUTHORS sectionmillert2003-07-301-2/+2
|
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+8
| | | | where applicable.
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-22/+11
|
* - clean up macro abusejmc2003-05-301-2/+2
| | | | | - section reorder - merge COMPATIBILITY
* o) We always close .Bl and .Bd tags;mpech2001-08-061-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.aaron2000-12-241-3/+2
|
* Repairs, mostly removing hard sentence breaks.aaron2000-04-181-3/+5
|
* After some constructive criticism from pjanzen@ and some e-mail tag:aaron1999-06-041-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).
* repairsaaron1999-05-291-6/+8
|
* proper const semantics for dirname & basename.espie1999-05-281-2/+2
| | | | (this follows FreeBSD and Linux. Single Unix 2 is still illogical)
* fix tytypos.espie1999-05-281-3/+3
|
* more missing .El macros filled inaaron1999-05-271-2/+3
|
* punctuationaaron1999-05-251-6/+11
|
* Removed duplicated references; millertalex1999-05-141-3/+2
|
* split dirname and basename man pagesderaadt1998-07-041-39/+11
|
* Remove the advertising clause in my old license, it impedes free usemillert1998-06-211-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.xmillert1998-03-071-3/+2
|
* basename(3) and dirname(3) as specified by XPG4 and XPG4.2millert1997-08-171-0/+125