diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-06 22:23:22 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-06 22:23:22 +0000 |
commit | ca298332c9649c2500f0e4f3d94401193db3349c (patch) | |
tree | a2f1af75d795779c6d51b1367dc11979819b3043 /lib/libc/gen | |
parent | b224066e4d677e6eb97225a356f813c8f7fa5c81 (diff) |
More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/isascii.3 | 4 |
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 , |