Module Name:    src
Committed By:   rillig
Date:           Sun Feb 21 16:33:23 UTC 2021

Modified Files:
        src/lib/libc/gen: isascii.3

Log Message:
isascii.3: fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/gen/isascii.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/isascii.3
diff -u src/lib/libc/gen/isascii.3:1.18 src/lib/libc/gen/isascii.3:1.19
--- src/lib/libc/gen/isascii.3:1.18	Fri Apr 30 04:46:18 2010
+++ src/lib/libc/gen/isascii.3	Sun Feb 21 16:33:22 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: isascii.3,v 1.18 2010/04/30 04:46:18 jruoho Exp $
+.\"	$NetBSD: isascii.3,v 1.19 2021/02/21 16:33:22 rillig Exp $
 .\"
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)isascii.3	5.1 (Berkeley) 5/2/91
 .\"
-.Dd April 30, 2010
+.Dd February 21, 2021
 .Dt ISASCII 3
 .Os
 .Sh NAME
@@ -51,7 +51,7 @@ range from 0 to 127, inclusive.
 .Pp
 The
 .Fn isascii
-is defined on all integer values.
+function is defined on all integer values.
 .Sh SEE ALSO
 .Xr ctype 3 ,
 .Xr isalnum 3 ,

Reply via email to