--- src/lib/libc/gen/isprint.3 2003/06/17 04:26:44 1.2 +++ src/lib/libc/gen/isprint.3 2006/04/08 08:57:00 1.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/locale/isprint.3,v 1.1 2003/06/16 04:27:53 dillon Exp $ +.\" $DragonFly$ .\" .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 t returns non-zero if the character tests true. .Sh SEE ALSO .Xr ctype 3 , -.Xr multibyte 3 , .Xr ascii 7 .Sh STANDARDS The