View Issue Details

IDProjectCategoryView StatusLast Update
0000682Online PubsShell and Utilitiespublic2013-04-25 09:13
Reportereblake Assigned To 
PrioritynormalSeverityEditorialTypeOmission
Status AppliedResolutionAccepted 
NameEric Blake
OrganizationRed Hat
User Referenceebb.mkdir
URLhttp://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkdir.html
Sectionmkdir
Summary0000682: html rendition of 'mkdir -p' is missing important text
DescriptionThe 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 ActionFix the omitted "(S_IWUSR|S_IXUSR| ̃filemask)&0777" in the html version.
TagsNo tags attached.

Relationships

child of 0000161 Closedajosey 1003.1(2008)/Issue 7 mkdir -p through dangling symlink 

Activities

ajosey

2013-04-25 08:42

manager   bugnote:0001546

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

ajosey

2013-04-25 09:05

manager   bugnote:0001547

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.

ajosey

2013-04-25 09:13

manager   bugnote:0001549

The download bundles have been updated.

Issue History

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