ISSUE 630

Number 630
Category errata
Synopsis 17.2.1: missing closure of parenthetical comment
State lrmdraft
Class errata-simple
Arrival-DateOct 31 2004
Originator Shalom Bresticker <Shalom.Bresticker@freescale.com>
Release 2001c: 17.2.1
Description
In 17.2.1, the paragraph immediately following Table 72 in 1364-2001, three or
four paragraphs from the end of 17.2.1, depending on how you count, says,

"If a file can not be opened (either the file doesn't exist, and the type
specified is "r", "rb", "r+", "r+b", or
"rb+", or the permissions do not allow the file to be opened at that path, a
zero is returned for either the mcd
or the fd. Applications can call $ferror to determine the cause of the most
recent error (see 17.2.7)."

the right parentheses is missing and the comma after "the file doesn't
exist" should not be there, etc.

PROPOSAL:
CHANGE TO

"If a file can not be opened (either the file does not exist and the type
specified is "r", "rb", "r+", "r+b" or
"rb+", or the permissions do not allow the file to be opened at that path), a
zero is returned for the mcd
or fd. Applications can call $ferror to determine the cause of the most recent
error (see 17.2.7)."


--
Shalom Bresticker Shalom.Bresticker @freescale.com
Design & Verification Methodology Tel: +972 9 9522268
Freescale Semiconductor Israel, Ltd. Fax: +972 9 9522890
POB 2208, Herzlia 46120, ISRAEL Cell: +972 50 5441478

[ ]Freescale Internal Use Only [ ]Freescale Confidential Proprietary



Fix
In 17.2.1,

CHANGE

"If a file can not be opened (either the file doesn't exist,
and the type specified is "r", "rb", "r+", "r+b", or "rb+",
or the permissions do not allow the file to be opened at
that path, a zero is returned for either the mcd or the fd.
Applications can call $ferror to determine the cause of the
most recent error (see 17.2.7)."

TO

"If a file can not be opened (either the file does not exist
and the type specified is "r", "rb", "r+", "r+b" or "rb+",
or the permissions do not allow the file to be opened at
that path), a zero is returned for the mcd or fd.
Applications can call $ferror to determine the cause of the
most recent error (see 17.2.7)."


Audit-Trail
Fix replaced by Shalom.Bresticker@freescale.com on Sun Oct 31 06:31:12 2004

In 17.2.1,

CHANGE

"If a file can not be opened (either the file doesn't exist,
and the type specified is "r", "rb", "r+", "r+b", or "rb+",
or the permissions do not allow the file to be opened at
that path, a zero is returned for either the mcd or the fd.
Applications can call $ferror to determine the cause of the
most recent error (see 17.2.7)."

TO

"If a file can not be opened (either the file does not exist
and the type specified is "r", "rb", "r+", "r+b" or "rb+",
or the permissions do not allow the file to be opened at
that path), a zero is returned for the mcd or fd.
Applications can call $ferror to determine the cause of the
most recent error (see 17.2.7)."




Unformatted


Hosted by Boyd Technology