From d22ac4de6c92d67978b6ae8d1b8870efc09d1f16 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 4 Aug 2002 07:54:41 +0000 Subject: Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment to MAN per section). --- lib/libc/locale/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc/locale') diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc index 0871fc7..9111fdd 100644 --- a/lib/libc/locale/Makefile.inc +++ b/lib/libc/locale/Makefile.inc @@ -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 -- cgit v1.1