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/isdigit.3 | |
parent | b2a110ce8991f3cd33c033c6958e5eddfc745d25 (diff) |
repairs
Diffstat (limited to 'lib/libc/gen/isdigit.3')
-rw-r--r-- | lib/libc/gen/isdigit.3 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libc/gen/isdigit.3 b/lib/libc/gen/isdigit.3 index d0c35be439e..49ba362d038 100644 --- a/lib/libc/gen/isdigit.3 +++ b/lib/libc/gen/isdigit.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isdigit.3,v 1.3 1999/05/16 19:54:55 alex Exp $ +.\" $OpenBSD: isdigit.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. @@ -52,15 +52,14 @@ function tests for any decimal-digit character. .Sh RETURN VALUES The .Fn isdigit -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 isalpha 3 , .Xr isascii 3 , .Xr isblank 3 , .Xr iscntrl 3 , -.Xr isdigit 3 , .Xr isgraph 3 , .Xr islower 3 , .Xr isprint 3 , @@ -70,7 +69,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 |