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/aefe0c2ec3d6
branches: trunk
changeset: 980903:aefe0c2ec3d6
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 0531c67c7492 -r aefe0c2ec3d6 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