aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/libquadmath.texi
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2011-04-03 20:45:16 +0200
committerTobias Burnus <burnus@gcc.gnu.org>2011-04-03 20:45:16 +0200
commit1e4eb7bba3812301a657e0b677bafa12ef50ef8c (patch)
tree7da85026b7c92254699571b4eb59d48cff1cc925 /libquadmath/libquadmath.texi
parent3b66f105364a61be23063a4f4102d45042ea4420 (diff)
downloadgcc-1e4eb7bba3812301a657e0b677bafa12ef50ef8c.zip
gcc-1e4eb7bba3812301a657e0b677bafa12ef50ef8c.tar.gz
gcc-1e4eb7bba3812301a657e0b677bafa12ef50ef8c.tar.bz2
re PR fortran/48311 ([Quadmath] Documentation - typo, order)
2011-04-03 Tobias Burnus <burnus@net-b.de> PR fortran/48311 * libquadmath.texi (strtoflt128): Fix typo. (quadmath_snprintf): Move note up, make @item. From-SVN: r171914
Diffstat (limited to 'libquadmath/libquadmath.texi')
-rw-r--r--libquadmath/libquadmath.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/libquadmath/libquadmath.texi b/libquadmath/libquadmath.texi
index f2557c8..1ce245e 100644
--- a/libquadmath/libquadmath.texi
+++ b/libquadmath/libquadmath.texi
@@ -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