svn commit: r327661 - stable/11/lib/libc/gen

Eitan Adler eadler at FreeBSD.org
Sun Jan 7 00:38:35 UTC 2018


Author: eadler
Date: Sun Jan  7 00:38:34 2018
New Revision: 327661
URL: https://svnweb.freebsd.org/changeset/base/327661

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

Modified:
  stable/11/lib/libc/gen/isgreater.3
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/gen/isgreater.3
==============================================================================
--- stable/11/lib/libc/gen/isgreater.3	Sun Jan  7 00:35:52 2018	(r327660)
+++ stable/11/lib/libc/gen/isgreater.3	Sun Jan  7 00:38:34 2018	(r327661)
@@ -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-all mailing list