add nl_langinfo(3)

This commit is contained in:
Alexey Zelkin 2001-05-03 15:12:52 +00:00
parent b3d588380e
commit 1d7f7b7a7a

View File

@ -14,8 +14,8 @@ SRCS+= ansi.c big5.c collate.c collcmp.c euc.c frune.c fix_grouping.c \
.if ${LIB} == "c"
MAN+= ctype.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \
isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 \
isupper.3 isxdigit.3 mbrune.3 multibyte.3 rune.3 setlocale.3 \
toascii.3 tolower.3 toupper.3
isupper.3 isxdigit.3 mbrune.3 multibyte.3 nl_langinfo.3 rune.3 \
setlocale.3 toascii.3 tolower.3 toupper.3
MAN+= euc.4 utf2.4
MLINKS+=mbrune.3 mbmb.3 mbrune.3 mbrrune.3