summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strtok.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* mdoc(7) police: expand plain text xrefs.ru2001-08-081-1/+2
|
* Remove whitespace at EOL.dd2001-07-151-4/+4
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* .St -ansiC -> .St -isoCru2001-02-261-1/+1
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+4
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-1/+1
|
* Add:ache2000-09-031-0/+3
| | | | The implementation will behave as if no library function calls strtok().
* Drop the references to index(3) and rindex(3), which are non-standardalex2000-07-181-2/+0
| | | | | | and people shouldn't be encouraged to use them. Asked by: sheldonh
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Backout the prev. commit. It's a bad idea to make-up terms. I believehoek1999-12-311-2/+2
| | | | | | there is no good solution here. Set-on-the-straight-and-narrow by: bde
* Avoid the potentially confusing term "a null pointer" and say "the NULLhoek1999-12-281-2/+2
| | | | | | | pointer" instead. The potential confusion arises because the string/*.3 pages use the term "null-terminated string" (which is permissable). Moreover, this also makes these two manpages more consistent with the other string/*.3 manpages.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Various man page cleanup:mpp1999-08-151-5/+6
| | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlines in mdoc(7) - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexy M. Zelkin <phantom@cris.net>
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Fixed a minor style nit in the EXAMPLE section.wes1999-07-101-1/+1
|
* Corrected use of backslash escaping in sample code.ghelmer1999-02-271-3/+3
| | | | | PR: docs/10284 Submitted by: Alfred Perlstein <bright@cygnus.rush.net>
* Spell check and minor grammar fix.jdp1999-01-191-3/+3
|
* Reviewed by: JKHwes1998-12-141-28/+85
| | | | | | Submitted by: Wes Peters Added strtok_r (reentrant) function and man page.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+110
OpenPOWER on IntegriCloud