From: nsz Date: Fri, 22 Jul 2011 13:41:36 +0000 (+0200) Subject: annot fix: end pre before para X-Git-Url: http://nsz.repo.hu/git/?p=c-standard;a=commitdiff_plain;h=60964d4bc3b9138f1ee750c1e0c0a63442d53d72 annot fix: end pre before para --- diff --git a/annot.sh b/annot.sh index debb71d..a2cc13b 100755 --- a/annot.sh +++ b/annot.sh @@ -182,8 +182,10 @@ BEGIN { indent = 0 for (i = 1; i < n; i++) { if (a[i] ~ /^@/) { - if (a[i] ~ /^@para/) + if (a[i] ~ /^@para/) { + endpre() endlist() + } print a[i] } else { s = substr(a[i], indent+1) diff --git a/n1548.html b/n1548.html index 5f12277..e21d333 100644 --- a/n1548.html +++ b/n1548.html @@ -1926,10 +1926,10 @@ margin: deleted text is marked with ''*'', new or changed text with '' ''. tabulation position, the behavior of the display device is unspecified. \v (vertical tab) Moves the active position to the initial position of the next vertical -

     tabulation position. If the active position is at or past the last defined vertical
       tabulation position, the behavior of the display device is unspecified.
+

Each of these escape sequences shall produce a unique implementation-defined value which can be stored in a single char object. The external representations in a text file need not be identical to the internal representations, and are outside the scope of this @@ -2076,13 +2076,13 @@ margin: deleted text is marked with ''*'', new or changed text with '' ''. representation of floating-point numbers and values that provide information about an implementation's floating-point arithmetic.21) The following parameters are used to define the model for each floating-point type: -

         s          sign ((+-)1)
         b          base or radix of exponent representation (an integer > 1)
         e          exponent (an integer between a minimum emin and a maximum emax )
         p          precision (the number of base-b digits in the significand)
          fk        nonnegative integers less than b (the significand digits)
+

A floating-point number (x) is defined by the following model:

                     p
@@ -2164,11 +2164,11 @@ margin: deleted text is marked with ''*'', new or changed text with '' ''.
  The presence or absence of subnormal numbers is characterized by the implementation-
  defined     values     of    FLT_HAS_SUBNORM,          DBL_HAS_SUBNORM,           and
  LDBL_HAS_SUBNORM:
-

         -1       indeterminable25)
          0       absent26) (type does not support subnormal numbers)
          1       present (type does support subnormal numbers)
+

The values given in the following list shall be replaced by constant expressions with implementation-defined values that are greater or equal in magnitude (absolute value) to those shown, with the same sign: @@ -2233,22 +2233,22 @@ margin: deleted text is marked with ''*'', new or changed text with '' ''. LDBL_MAX_EXP

  • maximum integer such that 10 raised to that power is in the range of representable finite floating-point numbers, [_log10 ((1 - b- p )b emax )_] - -

         FLT_MAX_10_EXP                               +37
         DBL_MAX_10_EXP                               +37
         LDBL_MAX_10_EXP                              +37
    + +

    The values given in the following list shall be replaced by constant expressions with implementation-defined values that are greater than or equal to those shown:

    -

         FLT_MAX                                   1E+37
         DBL_MAX                                   1E+37
         LDBL_MAX                                  1E+37
    + +

    The values given in the following list shall be replaced by constant expressions with implementation-defined (positive) values that are less than or equal to those shown: