summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wmemcpy.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* remove some incredible lies about overlapping buffersderaadt2013-06-041-11/+5
| | | | ok guenther
* update HISTORY and SEE ALSO for all of string(3), together with variousschwarze2011-07-251-6/+14
| | | | | 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-0/+77
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