summaryrefslogtreecommitdiff
path: root/lib/libc/string/strtok.3
AgeCommit message (Collapse)Author
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@
2004-01-20Fix the example code. The loop invariant 'i' was not bound by MAXTOKENSTodd C. Miller
which could result in writing a NUL byte outside of tokens[]. A fix, from Patrick Latifi, is to move the increment into the "i < MAXTOKENS - 1" block.
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
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-08-09More of the same.Aaron Campbell
2000-08-09Remove trailing blank lines.Aaron Campbell
2000-04-24correct exampleTheo de Raadt
2000-04-21Flesh out libc string function man pages.Aaron Campbell
1999-11-09Document strtok_r.Artur Grabowski
1999-09-21index/rindex as deprecated synonyms to strchr/strrchr.Marc Espie
1999-07-03whoops, fix a bug in my example :)Aaron Campbell
1999-07-03add an exampleAaron Campbell
1999-06-29repairsAaron Campbell
1999-06-04some repairs, add example to strdup(3) pageAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1998-04-28use Xr more oftenTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-10-18initial import of NetBSD treeTheo de Raadt