summaryrefslogtreecommitdiff
path: root/lib/libc/string/strtok.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-181-0/+2
| | | | Notes: svn path=/head/; revision=108037
* Add cross-references to the wide character counterparts of these functions.Tim J. Robbins2002-10-151-1/+2
| | | | Notes: svn path=/head/; revision=105150
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: expand plain text xrefs.Ruslan Ermilov2001-08-081-1/+2
| | | | Notes: svn path=/head/; revision=81285
* Remove whitespace at EOL.Dima Dorfman2001-07-151-4/+4
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-261-1/+1
| | | | Notes: svn path=/head/; revision=73088
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+4
| | | | Notes: svn path=/head/; revision=71895
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
| | | | Notes: svn path=/head/; revision=70015
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
| | | | Notes: svn path=/head/; revision=68854
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+1
| | | | Notes: svn path=/head/; revision=68575
* Add:Andrey A. Chernov2000-09-031-0/+3
| | | | | | | The implementation will behave as if no library function calls strtok(). Notes: svn path=/head/; revision=65405
* Drop the references to index(3) and rindex(3), which are non-standardAlexander Langer2000-07-181-2/+0
| | | | | | | | | and people shouldn't be encouraged to use them. Asked by: sheldonh Notes: svn path=/head/; revision=63397
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* Backout the prev. commit. It's a bad idea to make-up terms. I believeTim Vanderhoek1999-12-311-2/+2
| | | | | | | | | there is no good solution here. Set-on-the-straight-and-narrow by: bde Notes: svn path=/head/; revision=55287
* Avoid the potentially confusing term "a null pointer" and say "the NULLTim Vanderhoek1999-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. Notes: svn path=/head/; revision=55184
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Various man page cleanup:Mike Pritchard1999-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> Notes: svn path=/head/; revision=49828
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48794
* Fixed a minor style nit in the EXAMPLE section.Wes Peters1999-07-101-1/+1
| | | | Notes: svn path=/head/; revision=48740
* Corrected use of backslash escaping in sample code.Guy Helmer1999-02-271-3/+3
| | | | | | | | PR: docs/10284 Submitted by: Alfred Perlstein <bright@cygnus.rush.net> Notes: svn path=/head/; revision=44306
* Spell check and minor grammar fix.John Polstra1999-01-191-3/+3
| | | | Notes: svn path=/head/; revision=42869
* Reviewed by: JKHWes Peters1998-12-141-28/+85
| | | | | | | | | Submitted by: Wes Peters Added strtok_r (reentrant) function and man page. Notes: svn path=/head/; revision=41762
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+110
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573