View Issue Details

IDProjectCategoryView StatusLast Update
0000297Online PubsShell and Utilitiespublic2010-07-29 16:05
Reporterajosey Assigned Toajosey  
PrioritynormalSeverityEditorialTypeError
Status ClosedResolutionAccepted 
NameAndrew Josey
OrganizationThe Open Group
User Reference
URL
Sectionawk
Summary0000297: hyperlinks to Tables 4-1 and 4-2 incorrect
DescriptionThe html for the awk man page had incorrect hyperlinks in 4 places , that should have been to table 4-1 and 4-2.
Desired ActionFix up the html

 diff -c awk.html ~/tmp/
*** awk.html Tue Dec 9 10:38:10 2008
--- /home/ajosey/tmp//awk.html Thu Jul 29 07:29:39 2010
***************
*** 294,300 ****
  expression, while lvalue represents any entity that can be assigned to (that is, on the left side of an assignment operator). The
  precise syntax of expressions is given in #tag_20_06_13_16 .


  
! <center>Table: Expressions in Decreasing Precedence in awk</center>
  
  <center>
  <table border="1" cellpadding="3" align="center">
--- 294,300 ----
  expression, while lvalue represents any entity that can be assigned to (that is, on the left side of an assignment operator). The
  precise syntax of expressions is given in #tag_20_06_13_16 .


  
! <a name="table4-1"></a><center>Table: Expressions in Decreasing Precedence in awk</center>
  
  <center>
  <table border="1" cellpadding="3" align="center">
***************
*** 1269,1275 ****
  <slash> character within an ERE requires the escaping shown in the following table.

  


  
! <center>Table: Escape Sequences in awk</center>
  
  <center>
  <table border="1" cellpadding="3" align="center">
--- 1269,1275 ----
  <slash> character within an ERE requires the escaping shown in the following table.

  


  
! <a name="table4-2"></a><center>Table: Escape Sequences in awk</center>
  
  <center>
  <table border="1" cellpadding="3" align="center">
***************
*** 2171,2177 ****
  
  

      

  • !

    Operator precedence and associativity shall be as described in #tagtcjh_23 .


      

  •   
      

  • --- 2171,2177 ----
      
      

        

    • !

      Operator precedence and associativity shall be as described in #table4-1 .


        

    •   
        

    • ***************
      *** 2229,2235 ****
        a string constant, a <backslash> character shall be considered to begin an escape sequence as specified in the table in XBD
        <a href="../basedefs/V1_chap05.html#tag_05">File Format Notation</a> ( <tt>'\\'</tt> , <tt>'\a'</tt> , <tt>'\b'</tt> ,
        <tt>'\f'</tt> , <tt>'\n'</tt> , <tt>'\r'</tt> , <tt>'\t'</tt> , <tt>'\v'</tt> ). In addition, the escape sequences in <a href=
      ! "#tagtcjh_23">Batch Services Summary</a> shall be recognized. A <newline> shall not occur within a string constant. A string
        constant shall be terminated by the first unescaped occurrence of the character <tt>''</tt> after the one that begins the string
        constant. The value of the string shall be the sequence of all unescaped characters and values of escape sequences between, but not
        including, the two delimiting <tt>''</tt> characters.


      --- 2229,2235 ----
        a string constant, a <backslash> character shall be considered to begin an escape sequence as specified in the table in XBD
        <a href="../basedefs/V1_chap05.html#tag_05">File Format Notation</a> ( <tt>'\\'</tt> , <tt>'\a'</tt> , <tt>'\b'</tt> ,
        <tt>'\f'</tt> , <tt>'\n'</tt> , <tt>'\r'</tt> , <tt>'\t'</tt> , <tt>'\v'</tt> ). In addition, the escape sequences in <a href=
      ! "#table4-2">Escape Sequences in awk</a> shall be recognized. A <newline> shall not occur within a string constant. A string
        constant shall be terminated by the first unescaped occurrence of the character <tt>''</tt> after the one that begins the string
        constant. The value of the string shall be the sequence of all unescaped characters and values of escape sequences between, but not
        including, the two delimiting <tt>''</tt> characters.


      ***************
      *** 2239,2245 ****
        

      The token ERE represents an extended regular expression constant. An ERE constant shall begin with the <slash>
        character. Within an ERE constant, a <backslash> character shall be considered to begin an escape sequence as specified in
        the table in XBD <a href="../basedefs/V1_chap05.html#tag_05">File Format Notation</a> . In addition, the escape sequences in
      ! #tagtcjh_23 shall be recognized. The application shall ensure that a <newline> does not
        occur within an ERE constant. An ERE constant shall be terminated by the first unescaped occurrence of the <slash> character
        after the one that begins the ERE constant. The extended regular expression represented by the ERE constant shall be the sequence
        of all unescaped characters and values of escape sequences between, but not including, the two delimiting <slash>
      --- 2239,2245 ----
        

      The token ERE represents an extended regular expression constant. An ERE constant shall begin with the <slash>
        character. Within an ERE constant, a <backslash> character shall be considered to begin an escape sequence as specified in
        the table in XBD <a href="../basedefs/V1_chap05.html#tag_05">File Format Notation</a> . In addition, the escape sequences in
      ! #table4-2 shall be recognized. The application shall ensure that a <newline> does not
        occur within an ERE constant. An ERE constant shall be terminated by the first unescaped occurrence of the <slash> character
        after the one that begins the ERE constant. The extended regular expression represented by the ERE constant shall be the sequence
        of all unescaped characters and values of escape sequences between, but not including, the two delimiting <slash>
      ***************
      *** 3215,3221 ****
        
        

      Austin Group Interpretation 1003.1-2001 #201 is applied, permitting implementations to support infinities and NaNs.


        
      !

      SD5-XCU-ERN-79 is applied, restoring the horizontal lines to #tagtcjh_23 , and
        SD5-XCU-ERN-80 is applied, changing the order of some table entries.


        
        

      SD5-XCU-ERN-87 is applied, updating the descriptive text of the Grammar.


      --- 3215,3221 ----
        
        

      Austin Group Interpretation 1003.1-2001 #201 is applied, permitting implementations to support infinities and NaNs.


        
      !

      SD5-XCU-ERN-79 is applied, restoring the horizontal lines to #table4-1 , and
        SD5-XCU-ERN-80 is applied, changing the order of some table entries.


        
        

      SD5-XCU-ERN-87 is applied, updating the descriptive text of the Grammar.


TagsNo tags attached.

Activities

ajosey

2010-07-29 06:35

manager   bugnote:0000475

The correction has been made to the html page and applied to the tree.
We will need to rebuild the downloads before this can be closed.

ajosey

2010-07-29 16:05

manager   bugnote:0000486

The change has been completed, in that all the download bundles have been rebuilt.

Issue History

Date Modified Username Field Change
2010-07-29 06:34 ajosey New Issue
2010-07-29 06:34 ajosey Name => Andrew Josey
2010-07-29 06:34 ajosey Organization => The Open Group
2010-07-29 06:34 ajosey Section => awk
2010-07-29 06:35 ajosey Note Added: 0000475
2010-07-29 06:35 ajosey Assigned To => ajosey
2010-07-29 06:35 ajosey Status New => Applied
2010-07-29 06:35 ajosey Resolution Open => Accepted
2010-07-29 06:35 ajosey Desired Action Updated
2010-07-29 16:05 ajosey Note Added: 0000486
2010-07-29 16:05 ajosey Status Applied => Closed