Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment to

MAN per section).
This commit is contained in:
Bruce Evans 2002-08-04 07:54:41 +00:00
parent 7f0bf36a2e
commit 1a2140f531

View File

@ -12,13 +12,14 @@ SRCS+= ansi.c big5.c btowc.c collate.c collcmp.c euc.c fix_grouping.c frune.c \
tolower.c toupper.c utf2.c wctob.c wctype.c
.if ${LIB} == "c"
MAN+= btowc.3
MAN+= ctype.3 digittoint.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \
MAN+= btowc.3 \
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 wctype.3
MAN+= euc.4 utf2.4
MLINKS+=btowc.3 wctob.3
MLINKS+=isdigit.3 isnumber.3
MLINKS+=isxdigit.3 ishexnumber.3
MLINKS+=mbrune.3 mbmb.3 mbrune.3 mbrrune.3
@ -29,5 +30,4 @@ MLINKS+=rune.3 fgetrune.3 rune.3 fputrune.3 rune.3 fungetrune.3 \
rune.3 sputrune.3
MLINKS+=setlocale.3 localeconv.3
MLINKS+=wctype.3 iswctype.3
MLINKS+=btowc.3 wctob.3
.endif