From 1fc051f36f1a80b3abb1d6a08ab1760283da940a Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 4 Feb 2006 18:47:31 +0000 Subject: [PATCH] Serial comma; bump date for previous. --- lib/libc/gen/ctype.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/ctype.3 b/lib/libc/gen/ctype.3 index ac878f487715..88c150d80c8e 100644 --- a/lib/libc/gen/ctype.3 +++ b/lib/libc/gen/ctype.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ctype.3,v 1.13 2006/01/26 11:13:49 rillig Exp $ +.\" $NetBSD: ctype.3,v 1.14 2006/02/04 18:47:31 wiz Exp $ .\" .\" Copyright (c) 1991 Regents of the University of California. .\" All rights reserved. @@ -30,7 +30,7 @@ .\" .\" @(#)ctype.3 6.5 (Berkeley) 4/19/91 .\" -.Dd April 19, 1991 +.Dd January 26, 2006 .Dt CTYPE 3 .Os .Sh NAME @@ -99,7 +99,7 @@ See the specific manual pages for more information. .Sh STANDARDS These functions, with the exception of .Fn isblank , -.Fn isascii +.Fn isascii , and .Fn toascii , conform to