libc: Document some more *_l() functions.
authorSascha Wildner <saw@online.de>
Fri, 27 Dec 2013 15:15:13 +0000 (16:15 +0100)
committerSascha Wildner <saw@online.de>
Fri, 27 Dec 2013 15:15:13 +0000 (16:15 +0100)
commit7d3de48c6627bb72c991c76cd5d8a010211db77a
treec55c3c80af6861405330121d6efa1a47fb04b0b6
parent5b25d67a5c9ae11de8f8ec12bbd4fbe6a6246456
libc: Document some more *_l() functions.

mbrtowc_l()
mbsinit_l()
mbstowcs_l()
mbtowc_l()
ungetwc_l()
wcrtomb_l()
wcsftime_l()
wcstombs_l()
wcswidth_l()
wctomb_l()
wcwidth_l()
14 files changed:
lib/libc/locale/Makefile.inc
lib/libc/locale/mbrtowc.3
lib/libc/locale/mbsinit.3
lib/libc/locale/mbstowcs.3
lib/libc/locale/mbtowc.3
lib/libc/locale/wcrtomb.3
lib/libc/locale/wcsftime.3
lib/libc/locale/wcstombs.3
lib/libc/locale/wctomb.3
lib/libc/locale/wcwidth.3
lib/libc/stdio/Makefile.inc
lib/libc/stdio/ungetwc.3
lib/libc/string/Makefile.inc
lib/libc/string/wcswidth.3