curl_mprintf.3: minor fix of the example
This commit is contained in:
parent
dacd25888f
commit
6e26666d6b
@ -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…
Reference in New Issue
Block a user