Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 00:38:34 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r327661 - stable/11/lib/libc/gen
Message-ID:  <201801070038.w070cY8a043797@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801070038.w070cY8a043797>