]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/libcurl: fix three minor man page format mistakes
authorCarlos Henrique Lima Melara <charlesmelara@riseup.net>
Sun, 15 Oct 2023 01:36:04 +0000 (22:36 -0300)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 15 Oct 2023 03:19:53 +0000 (23:19 -0400)
Reported-by: Samuel Henrique
Closes https://github.com/curl/curl/pull/12126

docs/libcurl/curl_getdate.3
docs/libcurl/curl_global_trace.3
docs/libcurl/libcurl.3

index 2f88fdb99e0a6cac69294b831678c9c375e45498..cd2cd6392518ccd3f1bcbadc02331ff9868f116a 100644 (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
index 8f16bb4abc353554a0de3036d13b854edb1d60ff..686896fde92a13d609df5a25153f5c41fcb16e0f 100644 (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
index 1c17406633be9aaab4c12a07243f014090fcc373..dd4163a7e3ade55d714e3250246f00370cfabaa2 100644 (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.