Defect Report #234


Sumitter: WG14 Convener
Submission Date: 26-September-2000
Reference Document: N/A
Version: 1.3
Date: 2000/09/27 17:49:55
Subject: Miscellaneous Typos

Summary #1

In 6.10.3 Macro Replacement the text:
[#5] The identifier __VA_ARGS__ shall occur only in the replacement-list of a function-like macro that uses the ellipsis notation in the arguments.
The word "arguments" should be "parameters".
Suggested Technical Corrigendum
Change "arguments" to "parameters"

Summary #2

In the Foreward under major changes:
The word VA_COPY should be va_copy
Suggested Technical Corrigendum
Change VA_COPY to va_copy.

Summary #3

In 7.11.2.1:
In the description of the following lconv members,
char int_p_cs_precedes
char int_n_cs_precedes
char int_p_sep_by_space
char int_n_sep_by_space
The reference to int_currency_symbol should be int_curr_symbol.
Suggested Technical Corrigendum
Change all occurences int_currency_symbol to int_curr_symbol.

Summary #4

In 7.19.6.14 The vsscanf function :
The vsscanf function returns the value of the macro EOF if an input failure occurs before any conversion. Otherwise, the vscanf function
The reference to vscanf should be vsscanf.
Suggested Technical Corrigendum
Change the reference from vscanf to vsscanf


Summary #5

In 7.19.6.12 The vsnprintf function is misspelled in the synopsis.
Suggested Technical Corrigendum
Change vsprintf to vsnprintf in the synopsis.


Previous Defect Report < -