From: Carlos Henrique Lima Melara Date: Sun, 15 Oct 2023 01:36:04 +0000 (-0300) Subject: docs/libcurl: fix three minor man page format mistakes X-Git-Tag: curl-8_5_0~244 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4de693bf6d8752696fa8f378d85fdebda7743f2;p=thirdparty%2Fcurl.git docs/libcurl: fix three minor man page format mistakes Reported-by: Samuel Henrique Closes https://github.com/curl/curl/pull/12126 --- diff --git a/docs/libcurl/curl_getdate.3 b/docs/libcurl/curl_getdate.3 index 2f88fdb99e..cd2cd63925 100644 --- a/docs/libcurl/curl_getdate.3 +++ b/docs/libcurl/curl_getdate.3 @@ -21,7 +21,7 @@ .\" * SPDX-License-Identifier: curl .\" * .\" ************************************************************************** -a.TH curl_getdate 3 "12 Aug 2005" "libcurl" "libcurl" +.TH curl_getdate 3 "12 Aug 2005" "libcurl" "libcurl" .SH NAME curl_getdate - Convert a date string to number of seconds .SH SYNOPSIS diff --git a/docs/libcurl/curl_global_trace.3 b/docs/libcurl/curl_global_trace.3 index 8f16bb4abc..686896fde9 100644 --- a/docs/libcurl/curl_global_trace.3 +++ b/docs/libcurl/curl_global_trace.3 @@ -102,10 +102,10 @@ Below is a trace sample where "http/2" was configured. The trace output of an enabled component appears at the beginning in brackets. .nf * [HTTP/2] [h2sid=1] cf_send(len=96) submit https://example.com/ -... +\&... * [HTTP/2] [h2sid=1] FRAME[HEADERS] * [HTTP/2] [h2sid=1] 249 header bytes -... +\&... .fi .SH AVAILABILITY diff --git a/docs/libcurl/libcurl.3 b/docs/libcurl/libcurl.3 index 1c17406633..dd4163a7e3 100644 --- a/docs/libcurl/libcurl.3 +++ b/docs/libcurl/libcurl.3 @@ -71,7 +71,7 @@ get information about a performed transfer. See \fIcurl_easy_getinfo(3)\fP helps building an HTTP form POST. See \fIcurl_mime_addpart(3)\fP .IP curl_slist_append() builds a linked list. See \fIcurl_slist_append(3)\fP -.IP Sharing data between transfers +.IP "Sharing data between transfers" You can have multiple easy handles share certain data, even if they are used in different threads. This magic is setup using the share interface, as described in the \fIlibcurl-share(3)\fP man page.