Install digittoint.3 (forgotten in rev 1.21)

PR:		docs/26451
Submitted by:	Adrian Filipi-Martin <adrian@ubergeeks.com>
This commit is contained in:
des 2002-04-13 22:32:33 +00:00
parent 06161d0183
commit e824bdd8fb

View File

@ -12,7 +12,7 @@ SRCS+= ansi.c big5.c collate.c collcmp.c euc.c fix_grouping.c frune.c \
tolower.c toupper.c utf2.c
.if ${LIB} == "c"
MAN+= ctype.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \
MAN+= ctype.3 digittoint.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 nl_langinfo.3 rune.3 \
setlocale.3 toascii.3 tolower.3 toupper.3