summaryrefslogtreecommitdiff
path: root/lib/libc/gen/isascii.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/isascii.3')
-rw-r--r--lib/libc/gen/isascii.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/isascii.3 b/lib/libc/gen/isascii.3
index 2651eb25b7f..83f4fe93bf7 100644
--- a/lib/libc/gen/isascii.3
+++ b/lib/libc/gen/isascii.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isascii.3,v 1.3 1997/11/05 10:02:54 deraadt Exp $
+.\" $OpenBSD: isascii.3,v 1.4 1998/09/06 22:23:18 aaron Exp $
.\"
.\" Copyright (c) 1989, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -46,7 +46,7 @@ The
.Fn isascii
function tests for an
.Tn ASCII
-character, which is any character with a value less than than or
+character, which is any character with a value less than or
equal to 0177.
.Sh SEE ALSO
.Xr isalnum 3 ,