aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_mprintf.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-12-28 21:56:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-12-28 21:56:56 +0000
commitf61cfc59314e4779c13312efc4845f580f0933b1 (patch)
tree0b45702118bfb29f8554294853648f09fbdf9a49 /docs/libcurl/curl_mprintf.3
parent27b8a5fd84faf025fffa2154786e55c45c9e499a (diff)
Anthony Bryan's man page cleanup in language and spelling
Diffstat (limited to 'docs/libcurl/curl_mprintf.3')
-rw-r--r--docs/libcurl/curl_mprintf.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/curl_mprintf.3 b/docs/libcurl/curl_mprintf.3
index c7c7d598c..8b27815c5 100644
--- a/docs/libcurl/curl_mprintf.3
+++ b/docs/libcurl/curl_mprintf.3
@@ -28,7 +28,7 @@ curl_mvsprintf - formatted output conversion
.br
.BI "char *curl_mvaprintf(const char *" format ", va_list " args ");"
.SH DESCRIPTION
-These are all functions that produces output according to a format string and
+These are all functions that produce output according to a format string and
given arguments. These are mostly clones of the well-known C-style functions
and there will be no detailed explanation of all available formatting rules
and usage here.
@@ -83,8 +83,8 @@ future. They will instead be made "available" by source code access only, and
then as curlx_-prefixed functions. See lib/README.curlx for further details.
.SH RETURN VALUE
The \fBcurl_maprintf\fP and \fBcurl_mvaprintf\fP functions return a pointer to
-a newly allocated string, or NULL it it failed.
+a newly allocated string, or NULL if it failed.
-All other functions return the number of character they actually outputed.
+All other functions return the number of characters they actually outputted.
.SH "SEE ALSO"
.BR printf "(3), " sprintf "(3), " fprintf "(3), " vprintf "(3) "