View Issue Details

IDProjectCategoryView StatusLast Update
0001758Online PubsShell and Utilitiespublic2023-07-17 10:35
Reporterlarryv Assigned To 
PrioritynormalSeverityEditorialTypeError
Status AppliedResolutionAccepted 
NameLawrence Velázquez
Organization
User Reference
URLhttps://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_04_01
Section2.6.4.1
Summary0001758: line break missing in "Arithmetic Expansion" example
DescriptionAs in 0000180, the code example under "Arithmetic Expansion" is missing a line break in the online publication, as compared to the PDF:
# repeat a command 100 times
x=100
while [ $x -gt 0 ]
do
    command    x=$(($x-1))
done
Desired ActionChange:
command    x=$(($x-1))
to:
command
x=$(($x-1))
TagsNo tags attached.

Activities

agadmin

2023-07-17 10:35

administrator   bugnote:0006387

Applied to the online html edition

Issue History

Date Modified Username Field Change
2023-07-15 23:53 larryv New Issue
2023-07-15 23:53 larryv Name => Lawrence Velázquez
2023-07-15 23:53 larryv URL => https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_04_01
2023-07-15 23:53 larryv Section => 2.6.4.1
2023-07-17 10:35 agadmin Note Added: 0006387
2023-07-17 10:35 agadmin Status New => Applied
2023-07-17 10:35 agadmin Resolution Open => Accepted