From: Sascha Wildner Date: Sat, 8 Apr 2006 08:57:00 +0000 (+0000) Subject: Remove references to multibyte(3) which is no longer there. X-Git-Tag: v2.0.1~5111 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/9cbd208e341ff046395af444e1150cd3ec52d266 Remove references to multibyte(3) which is no longer there. --- diff --git a/lib/libc/gen/isalnum.3 b/lib/libc/gen/isalnum.3 index d2f680f7cf..5551fc4ba8 100644 --- a/lib/libc/gen/isalnum.3 +++ b/lib/libc/gen/isalnum.3 @@ -35,7 +35,7 @@ .\" .\" @(#)isalnum.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/locale/isalnum.3,v 1.7.2.7 2001/12/14 18:33:54 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/isalnum.3,v 1.2 2003/06/17 04:26:44 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/isalnum.3,v 1.3 2006/04/08 08:57:00 swildner Exp $ .\" .Dd June 4, 1993 .Dt ISALNUM 3 @@ -59,9 +59,7 @@ or is true. For single C .Va char Ns s -locales (see -.Xr multibyte 3 ) -the value of the argument is +locales the value of the argument is representable as an .Li unsigned char or the value of @@ -93,7 +91,6 @@ returns non-zero if the character tests true. .Xr ctype 3 , .Xr isalpha 3 , .Xr isdigit 3 , -.Xr multibyte 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isalpha.3 b/lib/libc/gen/isalpha.3 index 8953fc1bfa..8498237947 100644 --- a/lib/libc/gen/isalpha.3 +++ b/lib/libc/gen/isalpha.3 @@ -35,7 +35,7 @@ .\" .\" @(#)isalpha.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/locale/isalpha.3,v 1.7.2.6 2001/12/14 18:33:54 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/isalpha.3,v 1.2 2003/06/17 04:26:44 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/isalpha.3,v 1.3 2006/04/08 08:57:00 swildner Exp $ .\" .Dd June 4, 1993 .Dt ISALPHA 3 @@ -59,9 +59,7 @@ or is true. For single C .Va char Ns s -locales (see -.Xr multibyte 3 ) -the value of the argument is +locales the value of the argument is representable as an .Li unsigned char or the value of @@ -91,7 +89,6 @@ returns non-zero if the character tests true. .Xr ctype 3 , .Xr islower 3 , .Xr isupper 3 , -.Xr multibyte 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isblank.3 b/lib/libc/gen/isblank.3 index abb188be70..7e35533921 100644 --- a/lib/libc/gen/isblank.3 +++ b/lib/libc/gen/isblank.3 @@ -31,7 +31,7 @@ .\" .\" @(#)isblank.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/locale/isblank.3,v 1.4.2.3 2001/12/14 18:33:54 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/isblank.3,v 1.2 2003/06/17 04:26:44 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/isblank.3,v 1.3 2006/04/08 08:57:00 swildner Exp $ .\" .Dd June 4, 1993 .Dt ISBLANK 3 @@ -51,9 +51,7 @@ The function tests for a space or tab character. For single C .Va char Ns s -locales (see -.Xr multibyte 3 ) -the value of the argument is +locales the value of the argument is representable as an .Li unsigned char or the value of @@ -65,5 +63,4 @@ function returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO .Xr ctype 3 , -.Xr multibyte 3 , .Xr ascii 7 diff --git a/lib/libc/gen/iscntrl.3 b/lib/libc/gen/iscntrl.3 index f50ec241ae..7b6094a5cc 100644 --- a/lib/libc/gen/iscntrl.3 +++ b/lib/libc/gen/iscntrl.3 @@ -35,7 +35,7 @@ .\" .\" @(#)iscntrl.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/locale/iscntrl.3,v 1.6.2.5 2001/12/14 18:33:54 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/iscntrl.3,v 1.2 2003/06/17 04:26:44 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/iscntrl.3,v 1.3 2006/04/08 08:57:00 swildner Exp $ .\" .Dd June 4, 1993 .Dt ISCNTRL 3 @@ -55,9 +55,7 @@ The function tests for any control character. For single C .Va char Ns s -locales (see -.Xr multibyte 3 ) -the value of the argument is +locales the value of the argument is representable as an .Li unsigned char or the value of @@ -81,7 +79,6 @@ function returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO .Xr ctype 3 , -.Xr multibyte 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isdigit.3 b/lib/libc/gen/isdigit.3 index 51c5008d37..7736afeedb 100644 --- a/lib/libc/gen/isdigit.3 +++ b/lib/libc/gen/isdigit.3 @@ -35,7 +35,7 @@ .\" .\" @(#)isdigit.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/locale/isdigit.3,v 1.6.2.5 2001/12/14 18:33:54 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/isdigit.3,v 1.2 2003/06/17 04:26:44 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/isdigit.3,v 1.3 2006/04/08 08:57:00 swildner Exp $ .\" .Dd June 4, 1993 .Dt ISDIGIT 3 @@ -55,9 +55,7 @@ The function tests for any decimal-digit character. For single C .Va char Ns s -locales (see -.Xr multibyte 3 ) -the value of the argument is +locales the value of the argument is representable as an .Li unsigned char or the value of @@ -76,7 +74,6 @@ function returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO .Xr ctype 3 , -.Xr multibyte 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isgraph.3 b/lib/libc/gen/isgraph.3 index 6f61608364..5b6d767ad0 100644 --- a/lib/libc/gen/isgraph.3 +++ b/lib/libc/gen/isgraph.3 @@ -35,7 +35,7 @@ .\" .\" @(#)isgraph.3 8.2 (Berkeley) 12/11/93 .\" $FreeBSD: src/lib/libc/locale/isgraph.3,v 1.7.2.5 2001/12/14 18:33:54 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/isgraph.3,v 1.2 2003/06/17 04:26:44 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/isgraph.3,v 1.3 2006/04/08 08:57:00 swildner Exp $ .\" .Dd December 11, 1993 .Dt ISGRAPH 3 @@ -55,9 +55,7 @@ The function tests for any printing character except space. For single C .Va char Ns s -locales (see -.Xr multibyte 3 ) -the value of the argument is +locales the value of the argument is representable as an .Li unsigned char or the value of @@ -93,7 +91,6 @@ function returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO .Xr ctype 3 , -.Xr multibyte 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/islower.3 b/lib/libc/gen/islower.3 index 07fde09edc..2fa97e5a29 100644 --- a/lib/libc/gen/islower.3 +++ b/lib/libc/gen/islower.3 @@ -35,7 +35,7 @@ .\" .\" @(#)islower.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/locale/islower.3,v 1.7.2.5 2001/12/14 18:33:54 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/islower.3,v 1.2 2003/06/17 04:26:44 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/islower.3,v 1.3 2006/04/08 08:57:00 swildner Exp $ .\" .Dd June 4, 1993 .Dt ISLOWER 3 @@ -55,9 +55,7 @@ The function tests for any lower-case letters. For single C .Va char Ns s -locales (see -.Xr multibyte 3 ) -the value of the argument is +locales the value of the argument is representable as an .Li unsigned char or the value of @@ -80,7 +78,6 @@ function returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO .Xr ctype 3 , -.Xr multibyte 3 , .Xr tolower 3 , .Xr ascii 7 .Sh STANDARDS diff --git a/lib/libc/gen/isprint.3 b/lib/libc/gen/isprint.3 index f803c60b1d..2f03af20e8 100644 --- a/lib/libc/gen/isprint.3 +++ b/lib/libc/gen/isprint.3 @@ -35,7 +35,7 @@ .\" .\" @(#)isprint.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/locale/isprint.3,v 1.7.2.5 2001/12/14 18:33:54 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/isprint.3,v 1.2 2003/06/17 04:26:44 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/isprint.3,v 1.3 2006/04/08 08:57:00 swildner Exp $ .\" .Dd June 4, 1993 .Dt ISPRINT 3 @@ -55,9 +55,7 @@ The function tests for any printing character including space (' '). For single C .Va char Ns s -locales (see -.Xr multibyte 3 ) -the value of the argument is +locales the value of the argument is representable as an .Li unsigned char or the value of @@ -93,7 +91,6 @@ function returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO .Xr ctype 3 , -.Xr multibyte 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/ispunct.3 b/lib/libc/gen/ispunct.3 index 7d87a637ad..5352a67b21 100644 --- a/lib/libc/gen/ispunct.3 +++ b/lib/libc/gen/ispunct.3 @@ -35,7 +35,7 @@ .\" .\" @(#)ispunct.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/locale/ispunct.3,v 1.7.2.5 2001/12/14 18:33:54 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/ispunct.3,v 1.2 2003/06/17 04:26:44 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/ispunct.3,v 1.3 2006/04/08 08:57:00 swildner Exp $ .\" .Dd June 4, 1993 .Dt ISPUNCT 3 @@ -58,9 +58,7 @@ character for which is true. For single C .Va char Ns s -locales (see -.Xr multibyte 3 ) -the value of the argument is +locales the value of the argument is representable as an .Li unsigned char or the value of @@ -84,7 +82,6 @@ function returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO .Xr ctype 3 , -.Xr multibyte 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isspace.3 b/lib/libc/gen/isspace.3 index 929333baf2..261fe0c536 100644 --- a/lib/libc/gen/isspace.3 +++ b/lib/libc/gen/isspace.3 @@ -35,7 +35,7 @@ .\" .\" @(#)isspace.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/locale/isspace.3,v 1.6.2.5 2001/12/14 18:33:54 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/isspace.3,v 1.2 2003/06/17 04:26:44 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/isspace.3,v 1.3 2006/04/08 08:57:00 swildner Exp $ .\" .Dd June 4, 1993 .Dt ISSPACE 3 @@ -55,9 +55,7 @@ The function tests for the standard white-space characters. For single C .Va char Ns s -locales (see -.Xr multibyte 3 ) -the value of the argument is +locales the value of the argument is representable as an .Li unsigned char or the value of @@ -76,7 +74,6 @@ function returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO .Xr ctype 3 , -.Xr multibyte 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isupper.3 b/lib/libc/gen/isupper.3 index ed6e55b1fb..e0676a0d70 100644 --- a/lib/libc/gen/isupper.3 +++ b/lib/libc/gen/isupper.3 @@ -35,7 +35,7 @@ .\" .\" @(#)isupper.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/locale/isupper.3,v 1.8.2.5 2001/12/14 18:33:54 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/isupper.3,v 1.2 2003/06/17 04:26:44 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/isupper.3,v 1.3 2006/04/08 08:57:00 swildner Exp $ .\" .Dd June 4, 1993 .Dt ISUPPER 3 @@ -55,9 +55,7 @@ The function tests for any upper-case letter. For single C .Va char Ns s -locales (see -.Xr multibyte 3 ) -the value of the argument is +locales the value of the argument is representable as an .Li unsigned char or the value of @@ -80,7 +78,6 @@ function returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO .Xr ctype 3 , -.Xr multibyte 3 , .Xr toupper 3 , .Xr ascii 7 .Sh STANDARDS diff --git a/lib/libc/gen/isxdigit.3 b/lib/libc/gen/isxdigit.3 index 003a2b223d..a49fc5621b 100644 --- a/lib/libc/gen/isxdigit.3 +++ b/lib/libc/gen/isxdigit.3 @@ -35,7 +35,7 @@ .\" .\" @(#)isxdigit.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/locale/isxdigit.3,v 1.6.2.5 2001/12/14 18:33:54 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/isxdigit.3,v 1.2 2003/06/17 04:26:44 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/isxdigit.3,v 1.3 2006/04/08 08:57:00 swildner Exp $ .\" .Dd June 4, 1993 .Dt ISXDIGIT 3 @@ -55,9 +55,7 @@ The function tests for any hexadecimal-digit character. For single C .Va char Ns s -locales (see -.Xr multibyte 3 ) -the value of the argument is +locales the value of the argument is representable as an .Li unsigned char or the value of @@ -79,7 +77,6 @@ function returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO .Xr ctype 3 , -.Xr multibyte 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/tolower.3 b/lib/libc/gen/tolower.3 index 70200fdec7..cd6e6678f3 100644 --- a/lib/libc/gen/tolower.3 +++ b/lib/libc/gen/tolower.3 @@ -35,7 +35,7 @@ .\" .\" @(#)tolower.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/locale/tolower.3,v 1.6.2.4 2001/12/14 18:33:55 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/tolower.3,v 1.2 2003/06/17 04:26:44 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/tolower.3,v 1.3 2006/04/08 08:57:00 swildner Exp $ .\" .Dd June 4, 1993 .Dt TOLOWER 3 @@ -56,9 +56,7 @@ function converts an upper-case letter to the corresponding lower-case letter. For single C .Va char Ns s -locales (see -.Xr multibyte 3 ) -the value of the argument is +locales the value of the argument is representable as an .Li unsigned char or the value of @@ -81,7 +79,6 @@ one; otherwise the argument is returned unchanged. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , -.Xr multibyte 3 , .Xr stdio 3 , .Xr toascii 3 , .Xr toupper 3 , diff --git a/lib/libc/gen/toupper.3 b/lib/libc/gen/toupper.3 index b2e6e1f68d..34ee2ab409 100644 --- a/lib/libc/gen/toupper.3 +++ b/lib/libc/gen/toupper.3 @@ -35,7 +35,7 @@ .\" .\" @(#)toupper.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/locale/toupper.3,v 1.5.2.5 2001/12/14 18:33:55 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/toupper.3,v 1.2 2003/06/17 04:26:44 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/toupper.3,v 1.3 2006/04/08 08:57:00 swildner Exp $ .\" .Dd June 4, 1993 .Dt TOUPPER 3 @@ -56,9 +56,7 @@ function converts a lower-case letter to the corresponding upper-case letter. For single C .Va char Ns s -locales (see -.Xr multibyte 3 ) -the value of the argument is +locales the value of the argument is representable as an .Li unsigned char or the value of @@ -81,7 +79,6 @@ one; otherwise the argument is returned unchanged. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , -.Xr multibyte 3 , .Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 ,