summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-01-07 00:38:34 +0000
committereadler <eadler@FreeBSD.org>2018-01-07 00:38:34 +0000
commit9904350d178f1ea0e0ee8f4f4e5f557c81057aff (patch)
treecb85342e9bfc59b828f5222d91ed9bba6abe75d6 /lib
parentb72aad5d52e908548bdd3b60d36c5f2071c4cde9 (diff)
downloadFreeBSD-src-9904350d178f1ea0e0ee8f4f4e5f557c81057aff.zip
FreeBSD-src-9904350d178f1ea0e0ee8f4f4e5f557c81057aff.tar.gz
MFC r327398:
isgreater(3): correct description of isunordered macro PR: 211376 Submitted by: Duane <parakleta@darkreality.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/isgreater.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/isgreater.3 b/lib/libc/gen/isgreater.3
index 9a6d85c..27e958f 100644
--- a/lib/libc/gen/isgreater.3
+++ b/lib/libc/gen/isgreater.3
@@ -75,9 +75,9 @@ macro takes arguments
.Fa x
and
.Fa y
-and returns non-zero if and only if neither
+and returns non-zero if and only if any of
.Fa x
-nor
+or
.Fa y
are NaNs.
For any pair of floating-point values, one
OpenPOWER on IntegriCloud