From 5eb75d418657a734bfbe02e5aef69cc5fe28ebc6 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Sat, 14 Sep 2019 19:47:34 +0100 Subject: docs: remove trailing ':' from section names in CURLOPT_TRAILER* man --- docs/libcurl/opts/CURLOPT_TRAILERDATA.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/libcurl/opts/CURLOPT_TRAILERDATA.3') diff --git a/docs/libcurl/opts/CURLOPT_TRAILERDATA.3 b/docs/libcurl/opts/CURLOPT_TRAILERDATA.3 index 8162340d4..a542f0123 100644 --- a/docs/libcurl/opts/CURLOPT_TRAILERDATA.3 +++ b/docs/libcurl/opts/CURLOPT_TRAILERDATA.3 @@ -21,19 +21,19 @@ .\" ************************************************************************** .\" .TH CURLOPT_TRAILERDATA 3 "14 Aug 2018" "libcurl 7.64.0" "curl_easy_setopt options" -.SH NAME: +.SH NAME CURLOPT_TRAILERDATA \- Custom pointer passed to the trailing headers callback -.SH SYNOPSIS: +.SH SYNOPSIS #include CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TRAILERDATA, void *userdata); .SH DESCRIPTION: Data pointer to be passed to the HTTP trailer callback function. -.SH DEFAULT: +.SH DEFAULT NULL -.SH PROTOCOLS: +.SH PROTOCOLS HTTP -.SH EXAMPLE: +.SH EXAMPLE .nf /* Assuming we have a CURL handle in the hndl variable. */ @@ -43,7 +43,7 @@ curl_easy_setopt(hndl, CURLOPT_TRAILERDATA, &data); .fi A more complete example can be found in examples/http_trailers.html -.SH AVAILABILITY: +.SH AVAILABILITY This option was added in curl 7.64.0 and is present if HTTP support is enabled .SH "SEE ALSO" .BR CURLOPT_TRAILERFUNCTION "(3), " -- cgit v1.2.3