commit cce3b7638b0e9480c808c3893ede7d772d5ddc5e
parent cf9d6f75f9d9b5a6b7207ea5221ccbd176b0d094
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 24 Feb 2019 13:39:12 +0100
documentation: fix typo to RFC reference for timestamps: RFC-3332 to RFC-3339
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sfeed.1 b/sfeed.1
@@ -51,7 +51,7 @@ Item author.
.Sh AUTHORS
.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org
.Sh CAVEATS
-If a timezone is not in the RFC-822 or RFC-3332 format it is not supported and
+If a timezone is not in the RFC-822 or RFC-3339 format it is not supported and
the UNIX timestamp is interpreted as UTC+0.
.Pp
HTML in titles is treated as plain-text.
diff --git a/sfeed.5 b/sfeed.5
@@ -46,7 +46,7 @@ Item author.
.Sh AUTHORS
.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org
.Sh CAVEATS
-If a timezone is not in the RFC-822 or RFC-3332 format it is not supported and
+If a timezone is not in the RFC-822 or RFC-3339 format it is not supported and
the UNIX timestamp is interpreted as UTC+0.
.Pp
HTML in titles is treated as plain-text.