View Issue Details

IDProjectCategoryView StatusLast Update
0001756Online PubsShell and Utilitiespublic2023-07-17 10:43
Reporterlarryv Assigned To 
PrioritynormalSeverityEditorialTypeError
Status AppliedResolutionAccepted 
NameLawrence Velázquez
Organization
User Reference
URLhttps://pubs.opengroup.org/onlinepubs/9699919799/utilities/awk.html
Sectionawk
Summary0001756: awk: line breaks missing between output_redirection forms
Description


The "Output Statements" section begins with the following text:


Both print and printf statements shall write to standard output by default. The output shall be written to the location specified by output_redirection if one is supplied, as follows:

> expression>> expression| expression



As seen in Issue 8, draft 3, page 2602, lines 85263-85265 (I don't have access to any Issue 7 PDFs), the three output_redirection forms should be on three separate lines.




The same issue affects at least the following older online publications:


Desired Action


Change:


> expression>> expression| expression



to:


> expression
>> expression
| expression


TagsNo tags attached.

Activities

agadmin

2023-07-17 10:43

administrator   bugnote:0006388

Applied to the online html edition

Issue History

Date Modified Username Field Change
2023-07-14 03:15 larryv New Issue
2023-07-14 03:15 larryv Name => Lawrence Velázquez
2023-07-14 03:15 larryv URL => https://pubs.opengroup.org/onlinepubs/9699919799/utilities/awk.html
2023-07-14 03:15 larryv Section => awk
2023-07-17 10:43 agadmin Note Added: 0006388
2023-07-17 10:43 agadmin Status New => Applied
2023-07-17 10:43 agadmin Resolution Open => Accepted
2023-07-17 10:43 agadmin Description Updated
2023-07-17 10:43 agadmin Desired Action Updated