summaryrefslogtreecommitdiff
path: root/lib/libc/string/strstr.3
AgeCommit message (Collapse)Author
2016-05-11Add RETURN VALUES section and .Xr to memmem(3).Ingo Schwarze
From Michal Mazurek <akfaew at jasminek dot net>. OK tedu@
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
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-09-19add HISTORY; shortened version of diff from Ilya A. KovalenkoJason McIntyre
ok millert
2007-05-31convert to new .Dd format;Jason McIntyre
2005-03-30strcasestr(3), a case-insensitive version of strstr(3). already in netbsdTheo de Raadt
and freebsd, apparently written by torek, the man we never see anymore; submitted by jcs, but he is not around right now for the libc major crank so i sneak it in for him
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-29repairsAaron Campbell
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-10-18initial import of NetBSD treeTheo de Raadt