docs: update curl man page references

Detected by the manpage-syntax update

Closes #11963
This commit is contained in:
Daniel Stenberg 2023-09-27 11:36:03 +02:00
parent 2b8937ce3a
commit f11a5d2c5a
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
29 changed files with 75 additions and 74 deletions

View file

@ -47,8 +47,8 @@ parameter. \fICURLE_OK\fP must be returned upon successful conversion. A
CURLcode return value defined by curl.h, such as \fICURLE_CONV_FAILED\fP,
should be returned if an error was encountered.
\fBCURLOPT_CONV_TO_NETWORK_FUNCTION\fP converts from host encoding to the
network encoding. It is used when commands or ASCII data are sent over the
\fICURLOPT_CONV_TO_NETWORK_FUNCTION(3)\fP converts from host encoding to the
network encoding. It is used when commands or ASCII data are sent over the
network.
If you set a callback pointer to NULL, or do not set it at all, the built-in