--- src/lib/libc/gen/toupper.3 2003/06/17 04:26:44 1.2 +++ src/lib/libc/gen/toupper.3 2006/04/08 08:57:00 1.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/locale/toupper.3,v 1.1 2003/06/16 04:28:27 dillon Exp $ +.\" $DragonFly$ .\" .Dd June 4, 1993 .Dt TOUPPER 3 @@ -56,9 +56,7 @@ function converts a lower-case letter to 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 .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , -.Xr multibyte 3 , .Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 ,