From 620112526bfbd09b4b52c603528541eaac9f9bac Mon Sep 17 00:00:00 2001 From: Filipp Gunbin Date: Mon, 11 Feb 2019 22:54:01 -0800 Subject: [PATCH] doc: fix typo referencing RFC 2822 * doc/coreutils.texi (date invocation): s/822/2822/. Fixes https://bugs.gnu.org/34438 --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index be35de4907..25438d5959 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -16193,7 +16193,7 @@ Fri, 09 Sep 2005 13:51:39 -0700 @opindex --rfc-2822 This format conforms to Internet RFCs @uref{https://tools.ietf.org/search/rfc5322, 5322}, -@uref{https://tools.ietf.org/search/rfc2822, 822} and +@uref{https://tools.ietf.org/search/rfc2822, 2822} and @uref{https://tools.ietf.org/search/rfc822, 822}, the current and previous standards for Internet email. For compatibility with older versions of @command{date}, -- 2.47.2