mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 12:35:04 -05:00
docs: non-existing macros in man pages
As reported by man(1) when invoked as: man --warnings -E UTF-8 -l -Tutf8 -Z <file> >/dev/null Closes #5846
This commit is contained in:
parent
3165ea053b
commit
0ac310a825
@ -67,5 +67,5 @@ CURLE_UNKNOWN_OPTION
|
||||
CURLE_OUT_OF_MEMORY
|
||||
.SH "SEE ALSO"
|
||||
.BR CURLOPT_PROXY_CAINFO "(3), "
|
||||
.Br CURLOPT_CAINFO "(3), " CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
|
||||
.BR CURLOPT_CAINFO "(3), " CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
|
||||
.BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "
|
||||
|
@ -76,7 +76,7 @@ Support for the CURL_WRITEFUNC_PAUSE return code was added in version 7.18.0.
|
||||
.SH RETURN VALUE
|
||||
This will return CURLE_OK.
|
||||
.SH EXAMPLE
|
||||
.NF
|
||||
.nf
|
||||
struct memory {
|
||||
char *response;
|
||||
size_t size;
|
||||
@ -106,7 +106,7 @@ This will return CURLE_OK.
|
||||
|
||||
/* we pass our 'chunk' struct to the callback function */
|
||||
curl_easy_setopt(curl_handle, CURLOPT_WRITEDATA, (void *)&chunk);
|
||||
.FI
|
||||
.fi
|
||||
.SH "SEE ALSO"
|
||||
.BR CURLOPT_WRITEDATA "(3), " CURLOPT_READFUNCTION "(3), "
|
||||
.BR CURLOPT_HEADERFUNCTION "(3), "
|
||||
|
Loading…
Reference in New Issue
Block a user