RFC Errata
Found 1 record.
Status: Verified (1)
RFC 194, "The Data Reconfiguration Service -- Compiler/Interpreter Implementation Notes", July 1971
Source of RFC: Legacy
Errata ID: 5859
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Darius Kazemi
Date Reported: 2019-09-14
Verifier Name: John Scudder
Date Verified: 2024-01-12
Section 3 says:
+-------------+ +--------------+ | inputstream | | outputstream | +-------------+ +--------------+ /\ / \ / \ / \ \/ +-----------------------+ | CPU | +-----------------------+ | /\ | | | | \/ | +-----------------------+ Storage: | Instruction | | Sequence | +-----------------------+ | Label Table | +-----------------------+ | Literal/Identifier | | Pool | +-----------------------+ | Variable length | | string area | +-----------------------+ Fig. 1. Form Interpreter
It should say:
+-------------+ +--------------+ | inputstream | | outputstream | +-------------+ +--------------+ \ /\ \ / \ / \/ / +-----------------------+ | CPU | +-----------------------+ | /\ | | | | \/ | +-----------------------+ Storage: | Instruction | | Sequence | +-----------------------+ | Label Table | +-----------------------+ | Literal/Identifier | | Pool | +-----------------------+ | Variable length | | string area | +-----------------------+ Fig. 1. Form Interpreter
Notes:
This was discovered while cross-referencing the online RFC Editor txt version to a paper original at the Computer History Museum. Reference: https://write.as/365-rfcs/rfc-194