From 26ca1f82240d7e05c80808847236a9e0fb5d42f8 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Sat, 29 May 1999 20:07:15 +0000 Subject: repairs --- lib/libc/gen/isdigit.3 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'lib/libc/gen/isdigit.3') 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 -- cgit v1.2.3