Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 2017 23:03:13 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326753 - head/lib/msun/man
Message-ID:  <201712102303.vBAN3DWL082570@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Sun Dec 10 23:03:13 2017
New Revision: 326753
URL: https://svnweb.freebsd.org/changeset/base/326753

Log:
  Correct r326748, indicating that tgammal(3) is mapped to tgamma(3), not
  to itself.
  
  Noticed by:	jilles
  MFC after:	3 days

Modified:
  head/lib/msun/man/lgamma.3

Modified: head/lib/msun/man/lgamma.3
==============================================================================
--- head/lib/msun/man/lgamma.3	Sun Dec 10 21:51:27 2017	(r326752)
+++ head/lib/msun/man/lgamma.3	Sun Dec 10 23:03:13 2017	(r326753)
@@ -176,7 +176,7 @@ To conform with newer C/C++ standards, a stub implemen
 was committed to the math library, where
 .Nm tgammal
 is mapped to
-.Nm tgammal .
+.Nm tgamma .
 Thus, the numerical accuracy is at most that of the 53-bit double
 precision implementation.
 .Sh SEE ALSO



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