Details

[Home]

Issue of the Standard # S0447

Brief

Misprint in description of the bind_textdomain_codeset() function.

Detailed Description

There are 2 quite the same paragraphs in the section ‘Description’ of the description of the bind_textdomain_codeset() function:
“The bind_textdomain_codeset() function shall return a pointer to a string containing the name of the selected codeset. The string shall be allocated internally in the function and shall not be changed or freed by the user.”
and
“The bind_textdomain_codeset() function returns a pointer to a string containing the name of the selected codeset. The string is allocated internally in the function and shall not be changed by the user.”

Problem location(s) in the standard

Linux Standard Base Core Specification 3.1, Chapter 13. Base Libraries, 13.5. Interface Definitions for libc, the description of the <nobr>bind_textdomain_codeset()</nobr> function.

Accepted

LSB Bugzilla, 1533

Status

Fixed in LSB 3.1 Update 1

[Home]