freebsd-dev/lib/libc/locale
Nik Clayton 26dabb6003 From the PR:
1. ctype.h defines digittoint(), isnumber() and ishexnmber(), yet
        they are not documented in any of the manpages.

        2. The ctype manpage references a non-existent manpage for
        digittoint().

        3. The isascii() manpage claims it is standards compliant, when
        it isn't.

        4. isblank() claims it is _not_ standards compliant, when it
        is.

Fix by including the appropriate .Nm entries, and with a new digittoint.3
page.

PR:		docs/26451
Submitted by:	Adrian Filipi-Martin <adrian@ubergeeks.com>
2002-01-09 13:43:31 +00:00
..
ansi.c
big5.c
collate.c
collate.h style(9)'ify 2001-12-20 18:28:52 +00:00
collcmp.c
ctype.3 From the PR: 2002-01-09 13:43:31 +00:00
digittoint.3 From the PR: 2002-01-09 13:43:31 +00:00
euc.4
euc.5
euc.c
fix_grouping.c Add my e-mail to copyrights 2001-12-20 15:30:02 +00:00
frune.c
isalnum.3
isalpha.3
isascii.3 From the PR: 2002-01-09 13:43:31 +00:00
isblank.3 From the PR: 2002-01-09 13:43:31 +00:00
iscntrl.3
isctype.c
isdigit.3 From the PR: 2002-01-09 13:43:31 +00:00
isgraph.3 mdoc(7) police: use non-break space, remove whitespace at EOL, fix markup. 2001-12-12 13:42:25 +00:00
islower.3
isprint.3 mdoc(7) police: use no-break space, fix markup. 2001-12-12 13:45:35 +00:00
ispunct.3 mdoc(7) police: use no-break space. 2001-12-12 13:46:15 +00:00
isspace.3
isupper.3
isxdigit.3 From the PR: 2002-01-09 13:43:31 +00:00
ldpart.c style(9)'ify 2001-12-20 18:28:52 +00:00
ldpart.h style(9)'ify 2001-12-20 18:28:52 +00:00
lmessages.c Back out recent replacement of LC_MESSAGES file with directory. 2001-12-24 11:49:49 +00:00
lmessages.h style(9)'ify 2001-12-20 18:28:52 +00:00
lmonetary.c * Add my e-mail to copyrights 2001-12-11 15:55:42 +00:00
lmonetary.h style(9)'ify 2001-12-20 18:28:52 +00:00
lnumeric.c * Add my e-mail to copyrights 2001-12-11 15:55:42 +00:00
lnumeric.h style(9)'ify 2001-12-20 18:28:52 +00:00
localeconv.c Add my e-mail to copyrights 2001-12-20 15:30:02 +00:00
Makefile.inc From the PR: 2002-01-09 13:43:31 +00:00
mbrune.3
mbrune.c
mskanji.c
multibyte.3
nl_langinfo.3 * Add my e-mail to copyrights 2001-12-11 15:55:42 +00:00
nl_langinfo.c * Add my e-mail to copyrights 2001-12-11 15:55:42 +00:00
nomacros.c
none.c
rune.3
rune.c
runetype.c
setinvalidrune.c
setlocale.3
setlocale.c
setlocale.h style(9)'ify 2001-12-20 18:28:52 +00:00
setrunelocale.c
table.c
toascii.3 From the PR: 2002-01-09 13:43:31 +00:00
tolower.3 From the PR: 2002-01-09 13:43:31 +00:00
tolower.c
toupper.3 From the PR: 2002-01-09 13:43:31 +00:00
toupper.c
utf2.4
utf2.5
utf2.c