Summary #1
In 6.10.3 Macro Replacement the text:Suggested Technical Corrigendum[#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".
Change "arguments" to "parameters"
Summary #2
In the Foreward under major changes:Suggested Technical CorrigendumThe word VA_COPY should be va_copy
Change VA_COPY to va_copy.
Summary #3
In 7.11.2.1:Suggested Technical CorrigendumIn the description of the following lconv members,The reference to int_currency_symbol should be int_curr_symbol.char int_p_cs_precedes
char int_n_cs_precedes
char int_p_sep_by_space
char int_n_sep_by_space
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.