View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000682 | Online Pubs | Shell and Utilities | public | 2013-04-23 17:46 | 2013-04-25 09:13 |
Reporter | eblake | Assigned To | |||
Priority | normal | Severity | Editorial | Type | Omission |
Status | Applied | Resolution | Accepted | ||
Name | Eric Blake | ||||
Organization | Red Hat | ||||
User Reference | ebb.mkdir | ||||
URL | http://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkdir.html | ||||
Section | mkdir | ||||
Summary | 0000682: html rendition of 'mkdir -p' is missing important text | ||||
Description | The online version of mkdir -p shows as: The value as the mode argument, where filemask is the file mode creation mask of the process (see XSH umask) The pdf version shows the intent: 2. The value (S_IWUSR|S_IXUSR| ̃filemask)&0777 as the mode argument, where filemask is the file mode creation mask of the process (see XSH umask( )) | ||||
Desired Action | Fix the omitted "(S_IWUSR|S_IXUSR| ̃filemask)&0777" in the html version. | ||||
Tags | No tags attached. |
|
I have tracked this down to a groff macro .Cd that is not being converted correctly. This is also used in sh.mm where we are missing a kill 0 in the paragraph (p3205, l 107403) In interactive shells, SIGTERM is ignored so that kill 0 does not kill the shell I will make an update shortly to the html |
|
The online version of the html has been updated . Also an update is made to the html version of sh. The download bundles will be updated shortly. |
|
The download bundles have been updated. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-04-23 17:46 | eblake | New Issue | |
2013-04-23 17:46 | eblake | Name | => Eric Blake |
2013-04-23 17:46 | eblake | Organization | => Red Hat |
2013-04-23 17:46 | eblake | User Reference | => ebb.mkdir |
2013-04-23 17:46 | eblake | URL | => http://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkdir.html |
2013-04-23 17:46 | eblake | Section | => mkdir |
2013-04-23 17:52 | eblake | Relationship added | child of 0000161 |
2013-04-25 08:42 | ajosey | Note Added: 0001546 | |
2013-04-25 09:05 | ajosey | Note Added: 0001547 | |
2013-04-25 09:05 | ajosey | Resolution | Open => Accepted |
2013-04-25 09:13 | ajosey | Note Added: 0001549 | |
2013-04-25 09:13 | ajosey | Status | New => Applied |