From d8287ca8bc446ccab89064874d1738715cb02ffa Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 24 Jun 2014 00:00:34 +0200 Subject: opts: added some DEFAULT and RETURN VALUE sections --- docs/libcurl/opts/CURLOPT_HEADER.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/libcurl/opts/CURLOPT_HEADER.3') diff --git a/docs/libcurl/opts/CURLOPT_HEADER.3 b/docs/libcurl/opts/CURLOPT_HEADER.3 index aa1afc499..130575aaa 100644 --- a/docs/libcurl/opts/CURLOPT_HEADER.3 +++ b/docs/libcurl/opts/CURLOPT_HEADER.3 @@ -31,7 +31,6 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HEADER, long onoff); Pass in \fIonoff\fP set to 1 to tell the library to include the header in the body output for requests with this \fIhandle\fP. This option is relevant for protocols that actually have headers or other meta-data (like HTTP and FTP). -The default value for this option is 0. When asking to get the header info passed to the same callback as the body, it is not possible to accurately separate them again without detailed knowledge @@ -39,5 +38,9 @@ about the protocol in use. It is often better to use \fICURLOPT_HEADERFUNCTION(3)\fP to get the header data separately. +.SH DEFAULT +0 +.SH RETURN VALUE +Returns CURLE_OK. .SH "SEE ALSO" .BR CURLOPT_HEADERFUNCTION "(3), " -- cgit v1.2.3