Austin Group Defect Tracker

Aardvark Mark IV


Viewing Issue Simple Details Jump to Notes ] Issue History ] Print ]
ID Category Severity Type Date Submitted Last Update
0001758 [Online Pubs] Shell and Utilities Editorial Error 2023-07-15 23:53 2023-07-17 10:35
Reporter larryv View Status public  
Assigned To
Priority normal Resolution Accepted  
Status Applied  
Name Lawrence Velázquez
Organization
User Reference
URL https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_04_01 [^]
Section 2.6.4.1
Summary 0001758: line break missing in "Arithmetic Expansion" example
Description As 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 Action Change:
command    x=$(($x-1))
to:
command
x=$(($x-1))
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0006387)
agadmin (administrator)
2023-07-17 10:35

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


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker