From 518e4554be9201f9dc426aeb198da38aa7ca2aa9 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 31 Dec 2017 00:46:41 +0000 Subject: [PATCH] isgreater(3): correct description of isunordered macro PR: 211376 Submitted by: Duane MFC After: 1 week --- lib/libc/gen/isgreater.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/isgreater.3 b/lib/libc/gen/isgreater.3 index 9a6d85cd50ca..27e958f19b09 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