Skip to content

Commit 191187a

Browse files
committed
Stylistic improvements
1 parent 551a9ff commit 191187a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/issue4388.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ va_start(ap, BAD);
3535
This wording is relative to <paper num="N5014"/>.
3636
</p>
3737

38-
<ul>
38+
<ol>
3939
<li><p>Modify <sref ref="[cstdarg.syn]"/> as indicated:</p>
4040

4141
<blockquote>
@@ -50,12 +50,12 @@ the program is ill-formed, no diagnostic required.
5050
</ins>
5151
The preprocessing tokens comprising the second and subsequent arguments to
5252
`va_start` (if any) are discarded.
53-
[Note 1: va_start accepts a second argument for compatibility with prior revisions of C++.
54-
end note]
53+
[<i>Note 1</i>: `va_start` accepts a second argument for compatibility with prior revisions of C++.
54+
&mdash; <i>end note</i>]
5555
</p>
5656
</blockquote>
5757
</li>
58-
</ul>
58+
</ol>
5959

6060
</resolution>
6161

0 commit comments

Comments
 (0)