summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcspn.3
AgeCommit message (Collapse)Author
2011-07-25update HISTORY and SEE ALSO for all of string(3), together with variousIngo Schwarze
smaller improvements; jmc@ and nicm@ both ask me to get this in because further tweaking will be easier in-tree
2007-08-08Show how to use strcspn(3) to trim newlines.Ray Lai
OK jmc and millert.
2007-05-31convert to new .Dd format;Jason McIntyre
2005-02-25Be correct in our man pages when talking about NUL termination (that is,Chad Loder
termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2000-04-21Flesh out libc string function man pages.Aaron Campbell
1999-09-21index/rindex as deprecated synonyms to strchr/strrchr.Marc Espie
1999-06-04add an example, similar to the one in strspn.3Aaron Campbell
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-10-18initial import of NetBSD treeTheo de Raadt