]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2011-04-03 Tobias Burnus <burnus@net-b.de>
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 3 Apr 2011 18:45:16 +0000 (18:45 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 3 Apr 2011 18:45:16 +0000 (18:45 +0000)
       PR fortran/48311
       * libquadmath.texi (strtoflt128): Fix typo.
       (quadmath_snprintf): Move note up, make @item.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171914 138bc75d-0d04-0410-961f-82ee72b054a4

libquadmath/ChangeLog
libquadmath/libquadmath.texi

index 942f955d34bff89a147f169ef4e94c47f8d3a906..522d68385a98f743b7a7e4d23081c3922a5b0274 100644 (file)
@@ -1,3 +1,9 @@
+2011-04-03  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/48311
+       * libquadmath.texi (strtoflt128): Fix typo.
+       (quadmath_snprintf): Move note up, make @item.
+
 2011-03-25  Jakub Jelinek  <jakub@redhat.com>
 
        * printf/printf_fp.c (__quadmath_printf_fp): Use memcpy instead of
index f2557c8e61ac840b407f5360401d19ed13ed9e59..1ce245e8e693a4a1e20cfc02354b4a430aad1847 100644 (file)
@@ -256,7 +256,7 @@ The following mathematical functions are available:
 @node strtoflt128
 @section @code{strtoflt128} --- Convert from string
 
-The function @code{dmath_strtopQ} converts a string into a
+The function @code{strtoflt128} converts a string into a
 @code{__float128} number.
 
 @table @asis
@@ -310,6 +310,11 @@ the format.
 @item @var{format} @tab conversion specifier string
 @end multitable
 
+@item Note
+On some targets when supported by the C library hooks are installed
+for @code{printf} family of functions, so that @code{printf ("%Qe", 1.2Q);}
+etc.@: works too.
+
 @item Example
 @smallexample
 #include <quadmath.h>
@@ -351,10 +356,6 @@ int main ()
 
 @end table
 
-On some targets when supported by the C library hooks are installed
-for @code{printf} family of functions, so that @code{printf ("%Qe", 1.2Q);}
-etc.@: works too.
-
 
 @c ---------------------------------------------------------------------
 @c GNU Free Documentation License