fix section heading heuristic
[c-standard] / n1256.html
index 440a39e..791746b 100644 (file)
@@ -1629,7 +1629,7 @@ Forward references:        conditional inclusion (<a href="#6.10.1">6.10.1</a>),
 
     21) There is no linkage between different identifiers.
     22) A function declaration can contain the storage-class specifier static only if it is at file scope; see
-<a name="6.7.1" href="#6.7.1"><b>        6.7.1.</b></a>
+        <a href="#6.7.1">6.7.1</a>.
 
 [<a name="p30" href="#p30">page 30</a>] (<a href="#Contents">Contents</a>)
 
@@ -3104,7 +3104,7 @@ Forward references:        conditional inclusion (<a href="#6.10.1">6.10.1</a>),
     object (in which case it is an lvalue) or a function (in which case it is a function
     designator).79)
 3   A constant is a primary expression. Its type depends on its form and value, as detailed in
-<a name="6.4.4" href="#6.4.4"><b>    6.4.4.</b></a>
+    <a href="#6.4.4">6.4.4</a>.
 4   A string literal is a primary expression. It is an lvalue with type as detailed in <a href="#6.4.5">6.4.5</a>.
 5   A parenthesized expression is a primary expression. Its type and value are identical to
     those of the unparenthesized expression. It is an lvalue, a function designator, or a void
@@ -10305,7 +10305,7 @@ char int_p_sep_by_space
 <a name="7.18.2" href="#7.18.2"><b>    7.18.2 Limits of specified-width integer types</b></a>
 1   The following object-like macros226) specify the minimum and maximum limits of the
     types declared in <a href="#7.18">&lt;stdint.h&gt;</a>. Each macro name corresponds to a similar type name in
-<a name="7.18.1" href="#7.18.1"><b>    7.18.1.</b></a>
+    <a href="#7.18.1">7.18.1</a>.
 2   Each instance of any defined macro shall be replaced by a constant expression suitable
     for use in #if preprocessing directives, and this expression shall have the same type as
     would an expression that is an object of the corresponding type converted according to
@@ -10408,7 +10408,7 @@ char int_p_sep_by_space
 1   The following function-like macros230) expand to integer constants suitable for
     initializing objects that have integer types corresponding to types defined in
     <a href="#7.18">&lt;stdint.h&gt;</a>. Each macro name corresponds to a similar type name in <a href="#7.18.1.2">7.18.1.2</a> or
-<a name="7.18.1.5" href="#7.18.1.5"><b>    7.18.1.5.</b></a>
+    <a href="#7.18.1.5">7.18.1.5</a>.
 2   The argument in any instance of these macros shall be an unsuffixed integer constant (as
     defined in <a href="#6.4.4.1">6.4.4.1</a>) with a value that does not exceed the limits for the corresponding type.
 3   Each invocation of one of these macros shall expand to an integer constant expression