Skip to content

Commit

Permalink
curl_mprintf.3: minor fix of the example
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jun 9, 2023
1 parent dacd258 commit 6e26666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/libcurl/curl_mprintf.3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e26666

Please sign in to comment.