diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-08-21 07:37:08 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-08-21 07:37:08 +0000 |
| commit | b9b90a131248967679ea3943c6481203add07695 (patch) | |
| tree | 6383bdb99ca26798ca5a359531d4c6653a5da38b /lib/libc | |
| parent | 9f09e3bbc66129431e4fdfc37665f5c52a3078e0 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/isalnum.3 | 7 | ||||
| -rw-r--r-- | lib/libc/locale/isalpha.3 | 7 | ||||
| -rw-r--r-- | lib/libc/locale/isblank.3 | 7 | ||||
| -rw-r--r-- | lib/libc/locale/iscntrl.3 | 7 | ||||
| -rw-r--r-- | lib/libc/locale/isdigit.3 | 7 | ||||
| -rw-r--r-- | lib/libc/locale/isgraph.3 | 7 | ||||
| -rw-r--r-- | lib/libc/locale/islower.3 | 7 | ||||
| -rw-r--r-- | lib/libc/locale/isprint.3 | 7 | ||||
| -rw-r--r-- | lib/libc/locale/ispunct.3 | 7 | ||||
| -rw-r--r-- | lib/libc/locale/isspace.3 | 7 | ||||
| -rw-r--r-- | lib/libc/locale/isupper.3 | 7 | ||||
| -rw-r--r-- | lib/libc/locale/isxdigit.3 | 7 | ||||
| -rw-r--r-- | lib/libc/locale/tolower.3 | 17 | ||||
| -rw-r--r-- | lib/libc/locale/toupper.3 | 17 |
14 files changed, 64 insertions, 54 deletions
diff --git a/lib/libc/locale/isalnum.3 b/lib/libc/locale/isalnum.3 index 643a97916d00..b87c5bd0eb1e 100644 --- a/lib/libc/locale/isalnum.3 +++ b/lib/libc/locale/isalnum.3 @@ -36,7 +36,7 @@ .\" @(#)isalnum.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 30, 2004 +.Dd August 21, 2004 .Dt ISALNUM 3 .Os .Sh NAME @@ -93,10 +93,11 @@ The .Bx 4.4 extension of accepting arguments outside of the range of the .Vt "unsigned char" -type in locales with large character sets is deprecated. +type in locales with large character sets is considered obsolete +and may not be supported in future releases. The .Fn iswalnum -function should be used instead for maximum portability. +function should be used instead. .Sh SEE ALSO .Xr ctype 3 , .Xr isalpha 3 , diff --git a/lib/libc/locale/isalpha.3 b/lib/libc/locale/isalpha.3 index 2e1ead270f43..7ab4e3a2678d 100644 --- a/lib/libc/locale/isalpha.3 +++ b/lib/libc/locale/isalpha.3 @@ -36,7 +36,7 @@ .\" @(#)isalpha.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 30, 2004 +.Dd August 21, 2004 .Dt ISALPHA 3 .Os .Sh NAME @@ -91,10 +91,11 @@ The .Bx 4.4 extension of accepting arguments outside of the range of the .Vt "unsigned char" -type in locales with large character sets is deprecated. +type in locales with large character sets is considered obsolete +and may not be supported in future releases. The .Fn iswalpha -function should be used instead for maximum portability. +function should be used instead. .Sh SEE ALSO .Xr ctype 3 , .Xr islower 3 , diff --git a/lib/libc/locale/isblank.3 b/lib/libc/locale/isblank.3 index d8bfb8ebaa2c..3b269bf151eb 100644 --- a/lib/libc/locale/isblank.3 +++ b/lib/libc/locale/isblank.3 @@ -32,7 +32,7 @@ .\" @(#)isblank.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 30, 2004 +.Dd August 21, 2004 .Dt ISBLANK 3 .Os .Sh NAME @@ -71,10 +71,11 @@ The .Bx 4.4 extension of accepting arguments outside of the range of the .Vt "unsigned char" -type in locales with large character sets is deprecated. +type in locales with large character sets is considered obsolete +and may not be supported in future releases. The .Fn iswblank -function should be used instead for maximum portability. +function should be used instead. .Sh RETURN VALUES The .Fn isblank diff --git a/lib/libc/locale/iscntrl.3 b/lib/libc/locale/iscntrl.3 index d3ea5aa5354d..8e1e4e4cd73e 100644 --- a/lib/libc/locale/iscntrl.3 +++ b/lib/libc/locale/iscntrl.3 @@ -36,7 +36,7 @@ .\" @(#)iscntrl.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 30, 2004 +.Dd August 21, 2004 .Dt ISCNTRL 3 .Os .Sh NAME @@ -83,10 +83,11 @@ The .Bx 4.4 extension of accepting arguments outside of the range of the .Vt "unsigned char" -type in locales with large character sets is deprecated. +type in locales with large character sets is considered obsolete +and may not be supported in future releases. The .Fn iswcntrl -function should be used instead for maximum portability. +function should be used instead. .Sh SEE ALSO .Xr ctype 3 , .Xr iswcntrl 3 , diff --git a/lib/libc/locale/isdigit.3 b/lib/libc/locale/isdigit.3 index 1d5eadd61568..483041fc497e 100644 --- a/lib/libc/locale/isdigit.3 +++ b/lib/libc/locale/isdigit.3 @@ -36,7 +36,7 @@ .\" @(#)isdigit.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 30, 2004 +.Dd August 21, 2004 .Dt ISDIGIT 3 .Os .Sh NAME @@ -89,10 +89,11 @@ The .Bx 4.4 extension of accepting arguments outside of the range of the .Vt "unsigned char" -type in locales with large character sets is deprecated. +type in locales with large character sets is considered obsolete +and may not be supported in future releases. The .Fn iswdigit -function should be used instead for maximum portability. +function should be used instead. .Sh SEE ALSO .Xr ctype 3 , .Xr iswdigit 3 , diff --git a/lib/libc/locale/isgraph.3 b/lib/libc/locale/isgraph.3 index 39da046111b7..e4e2c621c34d 100644 --- a/lib/libc/locale/isgraph.3 +++ b/lib/libc/locale/isgraph.3 @@ -36,7 +36,7 @@ .\" @(#)isgraph.3 8.2 (Berkeley) 12/11/93 .\" $FreeBSD$ .\" -.Dd July 30, 2004 +.Dd August 21, 2004 .Dt ISGRAPH 3 .Os .Sh NAME @@ -98,10 +98,11 @@ The .Bx 4.4 extension of accepting arguments outside of the range of the .Vt "unsigned char" -type in locales with large character sets is deprecated. +type in locales with large character sets is considered obsolete +and may not be supported in future releases. The .Fn iswgraph -function should be used instead for maximum portability. +function should be used instead. .Sh SEE ALSO .Xr ctype 3 , .Xr iswgraph 3 , diff --git a/lib/libc/locale/islower.3 b/lib/libc/locale/islower.3 index 5a818d71ebaa..57ee9a99bf56 100644 --- a/lib/libc/locale/islower.3 +++ b/lib/libc/locale/islower.3 @@ -36,7 +36,7 @@ .\" @(#)islower.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 30, 2004 +.Dd August 21, 2004 .Dt ISLOWER 3 .Os .Sh NAME @@ -82,10 +82,11 @@ The .Bx 4.4 extension of accepting arguments outside of the range of the .Vt "unsigned char" -type in locales with large character sets is deprecated. +type in locales with large character sets is considered obsolete +and may not be supported in future releases. The .Fn iswlower -function should be used instead for maximum portability. +function should be used instead. .Sh SEE ALSO .Xr ctype 3 , .Xr iswlower 3 , diff --git a/lib/libc/locale/isprint.3 b/lib/libc/locale/isprint.3 index ace183a56c09..99133ea5d668 100644 --- a/lib/libc/locale/isprint.3 +++ b/lib/libc/locale/isprint.3 @@ -36,7 +36,7 @@ .\" @(#)isprint.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 30, 2004 +.Dd August 21, 2004 .Dt ISPRINT 3 .Os .Sh NAME @@ -96,10 +96,11 @@ The .Bx 4.4 extension of accepting arguments outside of the range of the .Vt "unsigned char" -type in locales with large character sets is deprecated. +type in locales with large character sets is considered obsolete +and may not be supported in future releases. The .Fn iswprint -function should be used instead for maximum portability. +function should be used instead. .Sh SEE ALSO .Xr ctype 3 , .Xr iswprint 3 , diff --git a/lib/libc/locale/ispunct.3 b/lib/libc/locale/ispunct.3 index 96b2c4fec58a..c5ef60ff2e8d 100644 --- a/lib/libc/locale/ispunct.3 +++ b/lib/libc/locale/ispunct.3 @@ -36,7 +36,7 @@ .\" @(#)ispunct.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 30, 2004 +.Dd August 21, 2004 .Dt ISPUNCT 3 .Os .Sh NAME @@ -88,10 +88,11 @@ The .Bx 4.4 extension of accepting arguments outside of the range of the .Vt "unsigned char" -type in locales with large character sets is deprecated. +type in locales with large character sets is considered obsolete +and may not be supported in future releases. The .Fn iswpunct -function should be used instead for maximum portability. +function should be used instead. .Sh SEE ALSO .Xr ctype 3 , .Xr iswpunct 3 , diff --git a/lib/libc/locale/isspace.3 b/lib/libc/locale/isspace.3 index a808371de224..db2775ffebaa 100644 --- a/lib/libc/locale/isspace.3 +++ b/lib/libc/locale/isspace.3 @@ -36,7 +36,7 @@ .\" @(#)isspace.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 30, 2004 +.Dd August 21, 2004 .Dt ISSPACE 3 .Os .Sh NAME @@ -80,10 +80,11 @@ The .Bx 4.4 extension of accepting arguments outside of the range of the .Vt "unsigned char" -type in locales with large character sets is deprecated. +type in locales with large character sets is considered obsolete +and may not be supported in future releases. The .Fn iswspace -function should be used instead for maximum portability. +function should be used instead. .Sh SEE ALSO .Xr ctype 3 , .Xr iswspace 3 , diff --git a/lib/libc/locale/isupper.3 b/lib/libc/locale/isupper.3 index c3c187a98c65..c1fe6324326d 100644 --- a/lib/libc/locale/isupper.3 +++ b/lib/libc/locale/isupper.3 @@ -36,7 +36,7 @@ .\" @(#)isupper.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 30, 2004 +.Dd August 21, 2004 .Dt ISUPPER 3 .Os .Sh NAME @@ -82,10 +82,11 @@ The .Bx 4.4 extension of accepting arguments outside of the range of the .Vt "unsigned char" -type in locales with large character sets is deprecated. +type in locales with large character sets is considered obsolete +and may not be supported in future releases. The .Fn iswupper -function should be used instead for maximum portability. +function should be used instead. .Sh SEE ALSO .Xr ctype 3 , .Xr iswupper 3 , diff --git a/lib/libc/locale/isxdigit.3 b/lib/libc/locale/isxdigit.3 index 4019d69b9ee4..9dc3400f2855 100644 --- a/lib/libc/locale/isxdigit.3 +++ b/lib/libc/locale/isxdigit.3 @@ -36,7 +36,7 @@ .\" @(#)isxdigit.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 30, 2004 +.Dd August 21, 2004 .Dt ISXDIGIT 3 .Os .Sh NAME @@ -90,10 +90,11 @@ The .Bx 4.4 extension of accepting arguments outside of the range of the .Vt "unsigned char" -type in locales with large character sets is deprecated. +type in locales with large character sets is considered obsolete +and may not be supported in future releases. The .Fn iswxdigit -function should be used instead for maximum portability. +function should be used instead. .Sh SEE ALSO .Xr ctype 3 , .Xr iswxdigit 3 , diff --git a/lib/libc/locale/tolower.3 b/lib/libc/locale/tolower.3 index 394895eaccef..47dfb44cc03d 100644 --- a/lib/libc/locale/tolower.3 +++ b/lib/libc/locale/tolower.3 @@ -36,7 +36,7 @@ .\" @(#)tolower.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd October 3, 2002 +.Dd August 21, 2004 .Dt TOLOWER 3 .Os .Sh NAME @@ -68,16 +68,15 @@ If the argument is an upper-case letter, the function returns the corresponding lower-case letter if there is one; otherwise the argument is returned unchanged. .Sh COMPATIBILITY -Although -.Fn tolower -accepts arguments outside of the range of the -.Vt "unsigned char" -type in locales with large character sets, -this is a +The .Bx 4.4 -extension and the +extension of accepting arguments outside of the range of the +.Vt "unsigned char" +type in locales with large character sets is considered obsolete +and may not be supported in future releases. +The .Fn towlower -function should be used instead for maximum portability. +function should be used instead. .Sh SEE ALSO .Xr ctype 3 , .Xr islower 3 , diff --git a/lib/libc/locale/toupper.3 b/lib/libc/locale/toupper.3 index 9d6d3ba3bd37..d3008232f871 100644 --- a/lib/libc/locale/toupper.3 +++ b/lib/libc/locale/toupper.3 @@ -36,7 +36,7 @@ .\" @(#)toupper.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd October 3, 2002 +.Dd August 21, 2004 .Dt TOUPPER 3 .Os .Sh NAME @@ -68,16 +68,15 @@ If the argument is a lower-case letter, the function returns the corresponding upper-case letter if there is one; otherwise the argument is returned unchanged. .Sh COMPATIBILITY -Although -.Fn toupper -accepts arguments outside of the range of the -.Vt "unsigned char" -type in locales with large character sets, -this is a +The .Bx 4.4 -extension and the +extension of accepting arguments outside of the range of the +.Vt "unsigned char" +type in locales with large character sets is considered obsolete +and may not be supported in future releases. +The .Fn towupper -function should be used instead for maximum portability. +function should be used instead. .Sh SEE ALSO .Xr ctype 3 , .Xr isupper 3 , |
