From 93584b12e6ce16d67eb19a0318e155334df202eb Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sat, 15 Nov 2003 02:13:09 +0000 Subject: [PATCH] Install the section 5 versions of EUC and UTF2 manual pages instead of the section 4 versions. --- lib/libc/locale/Makefile.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc index 711ad8d4713..f9aadf30028 100644 --- a/lib/libc/locale/Makefile.inc +++ b/lib/libc/locale/Makefile.inc @@ -31,8 +31,7 @@ MAN+= btowc.3 \ wcrtomb.3 \ wcsrtombs.3 wcstod.3 wcstol.3 \ wctrans.3 wctype.3 wcwidth.3 -MAN+= euc.4 utf2.4 -MAN+= big5.5 gb18030.5 gb2312.5 gbk.5 mskanji.5 utf8.5 +MAN+= big5.5 euc.5 gb18030.5 gb2312.5 gbk.5 mskanji.5 utf2.5 utf8.5 MLINKS+=btowc.3 wctob.3 MLINKS+=isdigit.3 isnumber.3