From 8ead68bbc23cf17ded93209dadf943ad99c351cf Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Sat, 6 Jul 2013 17:31:21 +0000 Subject: functions, not macros; from Daniel Dickman ok guenther --- lib/libc/gen/isspace.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc/gen/isspace.3') diff --git a/lib/libc/gen/isspace.3 b/lib/libc/gen/isspace.3 index ee973d5e98e..ce59e397055 100644 --- a/lib/libc/gen/isspace.3 +++ b/lib/libc/gen/isspace.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isspace.3,v 1.11 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: isspace.3,v 1.12 2013/07/06 17:31:20 jmc Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 6 2013 $ .Dt ISSPACE 3 .Os .Sh NAME @@ -73,7 +73,7 @@ returns true only for the standard whitespace characters. .Sh RETURN VALUES The .Fn isspace -macro returns zero if the character tests false or +function returns zero if the character tests false or non-zero if the character tests true. .Sh SEE ALSO .Xr isalnum 3 , -- cgit v1.2.3