summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/isascii.3
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1998-09-06 22:23:16 +0000
committeraaron <aaron@openbsd.org>1998-09-06 22:23:16 +0000
commitfb1a43c9c8e031284e7c50d9d6b6726205caae8f (patch)
tree96dd55ed7e53b8fa2e7001beb11abf4eb897fdb2 /lib/libc/gen/isascii.3
parentIf mount by non-root, then verify that user has necessary permissions on (diff)
downloadwireguard-openbsd-fb1a43c9c8e031284e7c50d9d6b6726205caae8f.tar.xz
wireguard-openbsd-fb1a43c9c8e031284e7c50d9d6b6726205caae8f.zip
More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.
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 ,