Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen isascii.3: fix typo



details:   https://anonhg.NetBSD.org/src/rev/1f051b74b982
branches:  trunk
changeset: 959679:1f051b74b982
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Feb 21 16:33:22 2021 +0000

description:
isascii.3: fix typo

diffstat:

 lib/libc/gen/isascii.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d7f2b5d7099d -r 1f051b74b982 lib/libc/gen/isascii.3
--- a/lib/libc/gen/isascii.3    Sun Feb 21 16:07:43 2021 +0000
+++ b/lib/libc/gen/isascii.3    Sun Feb 21 16:33:22 2021 +0000
@@ -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 @@
 .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 ,



Home | Main Index | Thread Index | Old Index