summaryrefslogtreecommitdiff
path: root/lib/libc/gen/isspace.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-07-06 17:31:21 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-07-06 17:31:21 +0000
commit8ead68bbc23cf17ded93209dadf943ad99c351cf (patch)
tree26991474d8181c0b7ef9d00c80892568780f7deb /lib/libc/gen/isspace.3
parent3346dd05dd49777780df6554b023df73ad11a8f1 (diff)
functions, not macros; from Daniel Dickman
ok guenther
Diffstat (limited to 'lib/libc/gen/isspace.3')
-rw-r--r--lib/libc/gen/isspace.36
1 files changed, 3 insertions, 3 deletions
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 ,