From 54f12414b9d4516defafc83ba6476f53fd487c29 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 2 Dec 2001 12:31:44 +0000 Subject: Remove specific reference to ASCII space (' '), it is true for localized spaces too --- lib/libc/locale/isprint.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/locale/isprint.3 b/lib/libc/locale/isprint.3 index 12c7459..6485a64 100644 --- a/lib/libc/locale/isprint.3 +++ b/lib/libc/locale/isprint.3 @@ -51,7 +51,7 @@ .Sh DESCRIPTION The .Fn isprint -function tests for any printing character including space (' '). +function tests for any printing character including space. For single C .Va char Ns s locales (see -- cgit v1.1