mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:57:18 +03:00
curl_mprintf.3: minor fix of the example
This commit is contained in:
parent
dacd25888f
commit
6e26666d6b
1 changed files with 2 additions and 2 deletions
|
|
@ -237,8 +237,8 @@ by the corresponding argument.
|
|||
A '%' is written. No argument is converted.
|
||||
.SH EXAMPLE
|
||||
.nf
|
||||
mprintf("My name is %s\\n", name);
|
||||
mprintf("Pi is almost %f\\n", 25/8);
|
||||
curl_mprintf("My name is %s\\n", name);
|
||||
curl_mprintf("Pi is almost %f\\n", 25/8);
|
||||
.fi
|
||||
.SH AVAILABILITY
|
||||
These functions will be removed from the public libcurl API in the future. Do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue