curl_mprintf.3: minor fix of the example

This commit is contained in:
Daniel Stenberg 2023-06-09 11:29:41 +02:00
parent dacd25888f
commit 6e26666d6b
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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