summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wmemchr.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* update HISTORY and SEE ALSO for all of string(3), together with variousschwarze2011-07-251-3/+11
| | | | | smaller improvements; jmc@ and nicm@ both ask me to get this in because further tweaking will be easier in-tree
* Minor function name tweaks.nicm2011-07-091-3/+3
|
* Instead of documenting all the wide string functions in wmemchr(3), addnicm2011-07-091-116/+34
| | | | | | | individual pages (based on the existing string man pages). By Tim van der Molen (tbvdm at xs4all dot nl) after a suggestion by millert@. ok deraadt
* tweak previous (my fault);jmc2011-05-281-4/+4
|
* wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@espie2011-05-281-3/+17
|
* observe the following spelling:jmc2010-09-101-4/+4
| | | | | | | | | - wide character (noun) - wide-character (adjective) this is the "fix of least resistance", and appears to be in line with posix style; a tiny fix still needed for curses, but i'll mail that upstream;
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - our pages do not have a LIBRARY section;jmc2005-04-131-3/+3
| | | | | - attach rcs id - wording tweak
* Import w* functions so that I can send smaller diffs around.espie2005-04-131-0/+141
(Nothing activated yet, of course) okay deraadt@