RFC Errata
Found 5 records.
Status: Verified (4)
RFC 2234, "Augmented BNF for Syntax Specifications: ABNF", November 1997
Note: This RFC has been obsoleted by RFC 4234
Source of RFC: drums (app)
Errata ID: 472
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Tanaka Akira
Date Reported: 2001-11-19
Section 3.9 says:
3.9 ; Comment A semi-colon starts a comment that continues to the end of line. This is a simple way of including useful notes in parallel with the specifications. comment = ";" *(WSP / VCHAR) CRLF
It should say:
char-val = DQUOTE *(%x20-21 / %x23-7E) DQUOTE ; quoted string of SP and VCHAR without DQUOTE prose-val = "<" *(%x20-3D / %x3F-7E) ">" ; bracketed string of SP and VCHAR without angles ; prose description, to be used as last resort CHAR = %x01-7F ; any 7-bit US-ASCII character, excluding NUL
Notes:
Should be:
char-val = DQUOTE *(%x20-21 / %x23-7E) DQUOTE
; quoted string of SP and VCHAR
; without DQUOTE
prose-val = "<" *(%x20-3D / %x3F-7E / c-wsp) ">"
; bracketed, possibly multiline string
; of SP and VCHAR without angles
; prose description, to be used as
; last resort
CHAR = %x01-7F
; any 7-bit US-ASCII character,
; excluding NUL
Errata ID: 474
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Bruce Lilly
Date Reported: 2005-04-11
Verifier Name: Alexey Melnikov
Date Verified: 2009-10-01
Section 4 says:
prose-val = "<" *(%x20-3D / %x3F-7E / c-wsp) ">" ; bracketed, possibly multiline string ; of SP and VCHAR without angles ; prose description, to be used as ; last resort
It should say:
prose-val = "<" *(%x20-3D / %x3F-7E) ">" ; bracketed string of SP and VCHAR ; without angles ; prose description, to be used as ; last resort
Notes:
Alexey: As per RFC 5234.
Errata ID: 475
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: El defeKto 2000
Date Reported: 2002-12-13
Section 3.7 says:
That is, exactly <N> occurences of <element>.
It should say:
That is, exactly <n> occurences of <element>.
Errata ID: 473
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: RFC Editor
Date Reported: 2006-12-13
Report Text:
Note: The following list of known errors in RFC 2234 is for historical reference only. All known errors in RFC 2234 are believed to have been resolved in RFC 4234, which obsoletes RFC 2234.
Status: Held for Document Update (1)
RFC 2234, "Augmented BNF for Syntax Specifications: ABNF", November 1997
Note: This RFC has been obsoleted by RFC 4234
Source of RFC: drums (app)
Errata ID: 765
Status: Held for Document Update
Type: Editorial
Publication Format(s) : TEXT
Reported By: Keith McCloghrie
Date Reported: 2005-05-19
Held for Document Update by: Peter Saint-Andre
page 5: LINEAR WHITE SPACE: Concatenation is ... ... ... ... ... ... to be freelyPand implicitlyPinterspersed around ... presumably, each "P" character should be a parenthesis and a space ??
It should say:
[see above]
Notes:
from pending