The following issue has been SUBMITTED. 
====================================================================== 
https://austingroupbugs.net/view.php?id=1758 
====================================================================== 
Reported By:                larryv
Assigned To:                
====================================================================== 
Project:                    Online Pubs
Issue ID:                   1758
Category:                   Shell and Utilities
Type:                       Error
Severity:                   Editorial
Priority:                   normal
Status:                     New
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 
====================================================================== 
Date Submitted:             2023-07-15 23:53 UTC
Last Modified:              2023-07-15 23:53 UTC
====================================================================== 
Summary:                    line break missing in "Arithmetic Expansion" example
Description: 
As in https://austingroupbugs.net/view.php?id=180, the code example under
"Arithmetic Expansion" is missing a
line break in the online publication, as compared to the
PDF:<blockquote><pre># repeat a command 100 times
x=100
while [ $x -gt 0 ]
do
    <i>command</i>    x=$(($x-1))
done</pre></blockquote>
Desired Action: 
Change:<blockquote><pre><i>command</i>   
x=$(($x-1))</pre></blockquote>to:<blockquote><pre><i>command</i>
x=$(($x-1))</pre></blockquote>
====================================================================== 

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         
======================================================================


  • [Online Pubs... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group

Reply via email to