summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-12-30 12:58:14 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-12-30 12:58:14 +0100
commit17f0891184f7e18d541d2b4f19f3fe14d2d15aed (patch)
tree2419dac219687b3193f9ff2a851cbe2082a97ac5
parent54120efdf64c40c93308dee3935bbed7e1cdc1aa (diff)
downloadcurl-17f0891184f7e18d541d2b4f19f3fe14d2d15aed.tar.gz
docs/libcurl/curl_getdate.3: minor whitespace edit
To avoid a fccp quirk that made it render wrongly on the website
-rw-r--r--docs/libcurl/curl_getdate.35
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/libcurl/curl_getdate.3 b/docs/libcurl/curl_getdate.3
index ffe8201fe..793cca71d 100644
--- a/docs/libcurl/curl_getdate.3
+++ b/docs/libcurl/curl_getdate.3
@@ -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