ISSUE 29

Number 29
Category errata
Synopsis A.8.7: [] around size should not be bold
State lrmdraft
Class errata-simple
Arrival-DateSep 04 2001
Originator Shalom Bresticker, Motorola
Release 2001a, A.8.7, 2.5
Environment

Description
In A.8.7, syntaxes of decimal_number, binary_number,
octal_number, hex_number contain "[ size ]", where "[" and
"]" are in bold, meaning actual literal characters.

They should not be in bold, meaning that "size" is an
optional field.
Fix
Passed 10/7/02:

Section A.8.7 (Change 6 pairs of brackets to non-bold typeface):
Section 2.5 - Syntax 2-1:

Bold "]" and "[" should not be in bold, meaning that "size" is an
optional field.

REPLACE:
decimal_number ::=
unsigned_number
| [ size ] decimal_base unsigned_number
| [ size ] decimal_base x_digit { _ }
| [ size ] decimal_base z_digit { _ }
binary_number ::= [ size ] binary_base binary_value
octal_number ::= [ size ] octal_base octal_value
hex_number ::= [ size ] hex_base hex_value

WITH:
decimal_number ::=
unsigned_number
| [ size ] decimal_base unsigned_number
| [ size ] decimal_base x_digit { _ }
| [ size ] decimal_base z_digit { _ }
binary_number ::= [ size ] binary_base binary_value
octal_number ::= [ size ] octal_base octal_value
hex_number ::= [ size ] hex_base hex_value

Audit-Trail
Unformatted


Hosted by Boyd Technology