summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strcspn.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* update HISTORY and SEE ALSO for all of string(3), together with variousschwarze2011-07-251-4/+12
| | | | | smaller improvements; jmc@ and nicm@ both ask me to get this in because further tweaking will be easier in-tree
* Show how to use strcspn(3) to trim newlines.ray2007-08-081-2/+14
| | | | OK jmc and millert.
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Be correct in our man pages when talking about NUL termination (that is,cloder2005-02-251-2/+2
| | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Flesh out libc string function man pages.aaron2000-04-211-9/+5
|
* index/rindex as deprecated synonyms to strchr/strrchr.espie1999-09-211-3/+1
|
* add an example, similar to the one in strspn.3aaron1999-06-041-1/+15
|
* Fix RCS idstholo1996-08-191-2/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+85