docs/libcurl: fix three minor man page format mistakes

Reported-by: Samuel Henrique

Closes https://github.com/curl/curl/pull/12126
This commit is contained in:
Carlos Henrique Lima Melara 2023-10-14 22:36:04 -03:00 committed by Jay Satiro
parent 0dd0bb0d1a
commit e4de693bf6
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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.