diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 20:07:15 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 20:07:15 +0000 |
commit | 26ca1f82240d7e05c80808847236a9e0fb5d42f8 (patch) | |
tree | 1e0e09cb6bcd49d0c606b85a6f75d9c38a1d8895 /lib/libc/gen/isalpha.3 | |
parent | b2a110ce8991f3cd33c033c6958e5eddfc745d25 (diff) |
repairs
Diffstat (limited to 'lib/libc/gen/isalpha.3')
-rw-r--r-- | lib/libc/gen/isalpha.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/isalpha.3 b/lib/libc/gen/isalpha.3 index d6d889eb8c6..502ed2a864d 100644 --- a/lib/libc/gen/isalpha.3 +++ b/lib/libc/gen/isalpha.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isalpha.3,v 1.3 1999/05/16 19:54:54 alex Exp $ +.\" $OpenBSD: isalpha.3,v 1.4 1999/05/29 20:07:13 aaron Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -73,8 +73,8 @@ is true. .Sh RETURN VALUES The .Fn isalpha -macro returns zero if the character tests false and -returns non-zero if the character tests true. +macro returns zero if the character tests false or +non-zero if the character tests true. .Sh SEE ALSO .Xr isalnum 3 , .Xr isascii 3 , @@ -90,7 +90,7 @@ returns non-zero if the character tests true. .Xr isxdigit 3 , .Xr stdio 3 , .Xr toascii 3 , -.Xr tolower 3 , +.Xr tolower 3 , .Xr toupper 3 , .Xr ascii 7 .Sh STANDARDS |