Add wchar and multibyte related man pages.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Sat, 12 Mar 2005 00:18:01 +0000 (00:18 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Sat, 12 Mar 2005 00:18:01 +0000 (00:18 +0000)
commiteee2ef0997a507140aa6a3ee86dad564d2eb3471
tree925b5f48b0b627cb3680d8666438d47e0a65a2b8
parent2180e8af174c41b1875a1b361506ccc885986534
Add wchar and multibyte related man pages.

Obtained-from: NetBSD / Citrus Project
21 files changed:
lib/libc/locale/btowc.3 [new file with mode: 0644]
lib/libc/locale/iswalnum.3 [new file with mode: 0644]
lib/libc/locale/iswctype.3 [new file with mode: 0644]
lib/libc/locale/mblen.3 [new file with mode: 0644]
lib/libc/locale/mbrlen.3 [new file with mode: 0644]
lib/libc/locale/mbrtowc.3 [new file with mode: 0644]
lib/libc/locale/mbsinit.3 [new file with mode: 0644]
lib/libc/locale/mbsrtowcs.3 [new file with mode: 0644]
lib/libc/locale/mbstowcs.3 [new file with mode: 0644]
lib/libc/locale/mbtowc.3 [new file with mode: 0644]
lib/libc/locale/nl_langinfo.3
lib/libc/locale/setlocale.3
lib/libc/locale/towctrans.3 [new file with mode: 0644]
lib/libc/locale/towlower.3 [new file with mode: 0644]
lib/libc/locale/wcrtomb.3 [new file with mode: 0644]
lib/libc/locale/wcsrtombs.3 [new file with mode: 0644]
lib/libc/locale/wcstombs.3 [new file with mode: 0644]
lib/libc/locale/wctob.3 [new file with mode: 0644]
lib/libc/locale/wctomb.3 [new file with mode: 0644]
lib/libc/locale/wctrans.3 [new file with mode: 0644]
lib/libc/locale/wctype.3 [new file with mode: 0644]