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 <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
