View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000515 | Online Pubs | Shell and Utilities | public | 2011-11-22 15:10 | 2013-06-17 11:29 |
Reporter | Love4Boobies | Assigned To | |||
Priority | normal | Severity | Editorial | Type | Error |
Status | Applied | Resolution | Accepted As Marked | ||
Name | Bogdan Barbu | ||||
Organization | |||||
User Reference | |||||
URL | http://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html | ||||
Section | Extended Description, Include Lines | ||||
Summary | 0000515: Typos on make's page | ||||
Description | I 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 Action | 1. 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 ). | ||||
Tags | No tags attached. |
|
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). |
|
This is being fixed in the html (the second issue is also corrected in the merged TC1 draft as an editorial) |
|
Applied to html edition and download bundles updated. |
|
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> |
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 |