===================================================================
@@ -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
===================================================================
@@ -256,7 +256,7 @@
@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 @@
@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,11 +356,7 @@
@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
@c ---------------------------------------------------------------------