]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/libcurl/curl_getdate.3: minor whitespace edit
authorDaniel Stenberg <daniel@haxx.se>
Fri, 30 Dec 2022 11:58:14 +0000 (12:58 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 30 Dec 2022 11:58:14 +0000 (12:58 +0100)
To avoid a fccp quirk that made it render wrongly on the website

docs/libcurl/curl_getdate.3

index ffe8201fe5f1001e681bd3bcec65889dd705b71b..793cca71de81a45d0fbb15dcb82cab52ed1027c0 100644 (file)
@@ -97,8 +97,9 @@ calendar date.
 .SH STANDARDS
 This parser handles date formats specified in RFC 822 (including the update in
 RFC 1123) using time zone name or time zone delta and RFC 850 (obsoleted by
-RFC 1036) and ANSI C's \fIasctime()\fP format. These formats are the only ones
-RFC 7231 says HTTP applications may use.
+RFC 1036) and ANSI C's \fIasctime()\fP format.
+
+These formats are the only ones RFC 7231 says HTTP applications may use.
 .SH AVAILABILITY
 Always
 .SH RETURN VALUE