From cd9c32de8bc65a4d1d2da32c3f345d483e6a7a97 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 26 Jan 2006 11:13:49 +0000 Subject: [PATCH] .St -ansiC doesn't know about isascii(). --- lib/libc/gen/ctype.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/ctype.3 b/lib/libc/gen/ctype.3 index 1deaf9308311..ac878f487715 100644 --- a/lib/libc/gen/ctype.3 +++ b/lib/libc/gen/ctype.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ctype.3,v 1.12 2006/01/26 00:21:05 rillig Exp $ +.\" $NetBSD: ctype.3,v 1.13 2006/01/26 11:13:49 rillig Exp $ .\" .\" Copyright (c) 1991 Regents of the University of California. .\" All rights reserved. @@ -98,7 +98,8 @@ See the specific manual pages for more information. .Xr ascii 7 .Sh STANDARDS These functions, with the exception of -.Fn isblank +.Fn isblank , +.Fn isascii and .Fn toascii , conform to