Skip to content

Commit 0b296da

Browse files
committed
[{localization,re}.general] Change "This Clause" to "Subclause".
These subclauses are no longer top-level clauses.
1 parent f818270 commit 0b296da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/text.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
\rSec2[localization.general]{General}
356356

357357
\pnum
358-
This Clause describes components that \Cpp{} programs may use to
358+
Subclause \ref{localization} describes components that \Cpp{} programs may use to
359359
encapsulate (and therefore be more portable when confronting)
360360
cultural differences.
361361
The locale facility includes
@@ -371,9 +371,9 @@
371371
as summarized in \tref{localization.summary}.
372372

373373
\begin{libsumtab}{Localization library summary}{localization.summary}
374-
\ref{locales} & Locales & \tcode{<locale>} \\
375-
\ref{locale.categories} & Standard \tcode{locale} categories & \\ \rowsep
376-
\ref{c.locales} & C library locales & \tcode{<clocale>} \\ \rowsep
374+
\ref{locales} & Locales & \tcode{<locale>} \\
375+
\ref{locale.categories} & Standard \tcode{locale} categories & \\ \rowsep
376+
\ref{c.locales} & C library locales & \tcode{<clocale>} \\ \rowsep
377377
\end{libsumtab}
378378

379379
\rSec2[locale.syn]{Header \tcode{<locale>} synopsis}
@@ -9006,7 +9006,7 @@
90069006
\rSec2[re.general]{General}
90079007

90089008
\pnum
9009-
This Clause describes components that \Cpp{} programs may use to
9009+
Subclause \ref{re} describes components that \Cpp{} programs may use to
90109010
perform operations involving regular expression matching and
90119011
searching.
90129012

0 commit comments

Comments
 (0)