summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strstr.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: minor markup and spelling fixes.ru2001-11-201-4/+7
|
* Clarify that strnstr() will stop searching after in encounters a NULmike2001-10-111-5/+8
| | | | character. Bump document date. Add a missing comma.
* Implement strcasestr() which many others (f.e. Linux) already have.ache2001-10-101-1/+9
|
* Document the fact that the strnstr(3) function is not portable.mike2001-10-091-0/+5
| | | | Requested by: brian, gad
* Add a new libc function, strnstr(3), which allows one to limit themike2001-10-091-11/+50
| | | | | | | | number of characters that are searched. This is especially useful with file operations and non-NUL terminated strings. Silence from: -audit, -hackers MFC after: 5 days
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* .St -ansiC -> .St -isoCru2001-02-261-1/+1
|
* 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.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* 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
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+88
OpenPOWER on IntegriCloud