about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-11-03 22:55:59 +0000
committerEric Wong <e@80x24.org>2020-12-26 19:38:09 +0000
commit2fcf2b14a9ce3336af3f58fd23bc18f9a6876718 (patch)
treec116a3c62d7e96d2199ffd39c1e922f4364f4c07 /Documentation
parent31f9b61a318f4daf8a6208ed4f6bc60aa355faa9 (diff)
downloadpublic-inbox-2fcf2b14a9ce3336af3f58fd23bc18f9a6876718.tar.gz
...instead of spaces.  This is specified in RFC 5536 3.1.4.

Include references to RFC 1036, 5536 and 5537 in our docs while
we're at it.

Reported-by: Andrey Melnikov <temnota.am@gmail.com>
Link: https://public-inbox.org/meta/CA+PODjpUN5Q4gBFQhAzUNuMasVEdmp9f=8Uo0Ej0mFumdSwi4w@mail.gmail.com/
(cherry picked from commit 44227c2624e4f954943d632cd5335396351373be)
Diffstat (limited to 'Documentation')
-rwxr-xr-xDocumentation/standards.perl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/standards.perl b/Documentation/standards.perl
index 0ac6cc52..1c56830e 100755
--- a/Documentation/standards.perl
+++ b/Documentation/standards.perl
@@ -25,6 +25,9 @@ EOF
 my $rfcs = [
         3977 => 'NNTP',
         977 => 'NNTP (old)',
+        1036 => 'Standard for Interchange of USENET Messages',
+        5536 => 'Netnews Article Format',
+        5537 => 'Netnews Architecture and Protocols',
         6048 => 'NNTP additions to LIST command (TODO)',
         8054 => 'NNTP compression',
         4642 => 'NNTP TLS',