View Issue Details

IDProjectCategoryView StatusLast Update
0000180Online PubsBase Definitions and Headerspublic2025-02-21 16:28
Reporterajosey Assigned Toajosey  
PrioritylowSeverityEditorialTypeError
Status AppliedResolutionAccepted 
NameAndrew Josey
OrganizationThe Open Group
User Referenceaustin-group-l:archive/latest/12970
URLhttp://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_09_04
SectionXCU Chapter 2 , 2.9.4
Summary0000180: code formatting
DescriptionI was looking up for loops (to see which expansions are done)
and I noticed the formatting of multi-line code snippets
was missing some newlines:
<quote>
The format for the for loop is as follows:

for name [ in [word ... ]]do
    compound-listdone
</code>

The same can be observed for the case, while, and other descriptions
of formats in that section.

Desired ActionCorrect the formatting as per the pdf
TagsNo tags attached.

Activities

Roger Marquis

2009-11-12 20:17

reporter   bugnote:0000301

In addition to newlines:

  for name [ in [word ... ]]
  do
    ...
  done

it would be helpful if this document also included examples using semicolons:

  for name [ in [word ... ]]; do
    ...
  done

ajosey

2010-02-11 15:38

manager   bugnote:0000383

Last edited: 2010-02-12 11:15

This is accepted as a problem in the html rendition and a fix was applied on Feb 12 2010

Issue History

Date Modified Username Field Change
2009-11-12 17:17 ajosey New Issue
2009-11-12 17:17 ajosey Name => Andrew Josey
2009-11-12 17:17 ajosey Organization => The Open Group
2009-11-12 17:17 ajosey User Reference => austin-group-l:archive/latest/12970
2009-11-12 17:17 ajosey URL => http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_09_04
2009-11-12 17:17 ajosey Section => XCU Chapter 2 , 2.9.4
2009-11-12 17:19 ajosey Assigned To => ajosey
2009-11-12 17:19 ajosey Status New => Under Review
2009-11-12 20:17 Roger Marquis Note Added: 0000301
2010-02-11 15:38 ajosey Note Added: 0000383
2010-02-11 15:38 ajosey Resolution Open => Accepted
2010-02-11 15:38 ajosey Category => Base Definitions
2010-02-11 15:39 ajosey Status Under Review => Resolved
2010-02-12 11:15 ajosey Note Edited: 0000383
2010-02-12 11:16 ajosey Status Resolved => Applied
2025-02-21 16:28 agadmin Category Base Definitions => Base Definitions and Headers