svn commit: r327398 - head/lib/libc/gen

Eitan Adler eadler at FreeBSD.org
Sun Dec 31 00:46:43 UTC 2017


Author: eadler
Date: Sun Dec 31 00:46:41 2017
New Revision: 327398
URL: https://svnweb.freebsd.org/changeset/base/327398

Log:
  isgreater(3): correct description of isunordered macro
  
  PR:		211376
  Submitted by:	Duane <parakleta at darkreality.org>
  MFC After:	1 week

Modified:
  head/lib/libc/gen/isgreater.3

Modified: head/lib/libc/gen/isgreater.3
==============================================================================
--- head/lib/libc/gen/isgreater.3	Sun Dec 31 00:37:50 2017	(r327397)
+++ head/lib/libc/gen/isgreater.3	Sun Dec 31 00:46:41 2017	(r327398)
@@ -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


More information about the svn-src-head mailing list