View Issue Details

IDProjectCategoryView StatusLast Update
0000515Online PubsShell and Utilitiespublic2013-06-17 11:29
ReporterLove4Boobies Assigned To 
PrioritynormalSeverityEditorialTypeError
Status AppliedResolutionAccepted As Marked 
NameBogdan Barbu
Organization
User Reference
URLhttp://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html
SectionExtended Description, Include Lines
Summary0000515: Typos on make's page
DescriptionI found a couple of typos on make's page (section: Extended Description, subsection: Include Lines) but I don't really know whether they only apply to the online version or not.
Desired Action1. For the first bullet point, replace the second sentence from

If the resulting string contains any double-quote characters ( ' )'

to

If the resulting string contains any double-quote characters ( " )

2. Replace the second bullet point from

The resulting string shall be processed for macro expansion (see Macros .

to

The resulting string shall be processed for macro expansion (see Macros ).
TagsNo tags attached.

Activities

geoffclare

2011-11-22 15:40

manager   bugnote:0001043

The first one (double quotes) is an HTML translation issue. The second one (missing closing parenthesis) is caused by a problem in the standard itself. Line 95673 has unbalanced parentheses:

The resulting string shall be processed for macro expansion (see Macros (on page 2914).

It should be:

The resulting string shall be processed for macro expansion (see Macros, on page 2914).

ajosey

2012-05-02 06:07

manager   bugnote:0001220

This is being fixed in the html (the second issue is also corrected in the merged TC1 draft as an editorial)

ajosey

2012-05-02 06:13

manager   bugnote:0001221

Applied to html edition and download bundles updated.

steffen

2013-06-17 11:29

reporter   bugnote:0001654

I've redownloaded (on saturday i think) but after unzipping i still see this.
Also on the web.
(But good that i've looked again, because i logged in to report that i see

  MACRO = value1NEW = $(MACRO)
  MACRO = value2

in my local copy, but now i see it's already fixed on [1]. Thank you!)

[1] <http://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html>

Issue History

Date Modified Username Field Change
2011-11-22 15:10 Love4Boobies New Issue
2011-11-22 15:10 Love4Boobies Name => Bogdan Barbu
2011-11-22 15:10 Love4Boobies URL => http://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html
2011-11-22 15:10 Love4Boobies Section => Extended Description, Include Lines
2011-11-22 15:40 geoffclare Note Added: 0001043
2012-05-02 06:07 ajosey Note Added: 0001220
2012-05-02 06:07 ajosey Status New => Resolved
2012-05-02 06:07 ajosey Resolution Open => Accepted As Marked
2012-05-02 06:13 ajosey Note Added: 0001221
2012-05-02 06:13 ajosey Status Resolved => Applied
2013-06-17 11:29 steffen Note Added: 0001654