diff options
author | thevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-12-13 16:59:31 +0000 |
---|---|---|
committer | thevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-12-13 16:59:31 +0000 |
commit | 29cf3150b89c96ac56c75a95327af9eb20fb9556 (patch) | |
tree | 4d0f4d3eca146ab2d4eadc80f5288cd4ecdb5e2f | |
parent | 1492c0432f4b506b7f3e2cca4ee3bd3b6885079f (diff) | |
download | mpfr-29cf3150b89c96ac56c75a95327af9eb20fb9556.tar.gz |
Fix typos.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5074 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r-- | mpfr.texi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1835,10 +1835,10 @@ occurred. @deftypefunx int mpfr_snprintf (char *@var{buf}, size_t @var{n}, const char *@var{template}, ...) @deftypefunx int mpfr_vsprintf (char *@var{buf}, const char *@var{template}, va_list @var{ap}) @deftypefunx int mpfr_vsnprintf (char *@var{buf}, size_t @var{n}, const char *@var{template}, va_list @var{ap}) -@code{mpfr_sprintf} and @code{mpfr_vsprintf} return the numbers of characters +@code{mpfr_sprintf} and @code{mpfr_vsprintf} return the number of characters written in the array @var{buf} not counting the terminating null character or a negative value if an error occurred. -@code{mpfr_snprintf} and @code{mpfr_vsnprintf} return the numbers of +@code{mpfr_snprintf} and @code{mpfr_vsnprintf} return the number of characters that would have been written had @var{n} be sufficiently large, not counting the terminating null character or a negative value if an error occurred. |