svn commit: r326753 - head/lib/msun/man

Dimitry Andric dim at FreeBSD.org
Sun Dec 10 23:03:14 UTC 2017


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


More information about the svn-src-head mailing list