summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-08-04 07:54:41 +0000
committerbde <bde@FreeBSD.org>2002-08-04 07:54:41 +0000
commitd22ac4de6c92d67978b6ae8d1b8870efc09d1f16 (patch)
tree585b2df207c24e28d34d59bdc4ca5a505146ea02 /lib
parent9565c29f19545cb357108dc817bd5c2fa9b7fa8e (diff)
downloadFreeBSD-src-d22ac4de6c92d67978b6ae8d1b8870efc09d1f16.zip
FreeBSD-src-d22ac4de6c92d67978b6ae8d1b8870efc09d1f16.tar.gz
Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment to
MAN per section).
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
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
OpenPOWER on IntegriCloud