diff mbox

[committed] Fix up M_PI_[24]q description in libquadmath.texi (PR libquadmath/56072)

Message ID 20130122082513.GP7269@tucnak.redhat.com
State New
Headers show

Commit Message

Jakub Jelinek Jan. 22, 2013, 8:25 a.m. UTC
Hi!

Documentation bug fixed thusly:

2013-01-22  Jakub Jelinek  <jakub@redhat.com>

	PR libquadmath/56072
	* libquadmath.texi (M_PI_2q, M_PI_4q): Fix up description.


	Jakub
diff mbox

Patch

--- libquadmath/libquadmath.texi.jj	2013-01-04 13:44:36.000000000 +0100
+++ libquadmath/libquadmath.texi	2013-01-22 09:21:19.781406575 +0100
@@ -6,7 +6,7 @@ 
 @c %**end of header
 
 @copying
-Copyright @copyright{} 2010, 2011 Free Software Foundation, Inc.
+Copyright @copyright{} 2010-2013 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -123,8 +123,8 @@  The following mathematical constants of
 @item @code{M_LN2q}: natural logarithm of 2
 @item @code{M_LN10q}: natural logarithm of 10
 @item @code{M_PIq}: pi
-@item @code{M_PI_2q}: two pi
-@item @code{M_PI_4q}: four pi
+@item @code{M_PI_2q}: pi divided by two
+@item @code{M_PI_4q}: pi divided by four
 @item @code{M_1_PIq}: one over pi
 @item @code{M_2_PIq}: one over two pi
 @item @code{M_2_SQRTPIq}: two over square root of pi