Skip to content

Commit e37b257

Browse files
committed
Replace more non-codeblocks with outputblocks.
1 parent 26ea324 commit e37b257

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

source/iostreams.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17389,16 +17389,16 @@
1738917389
\pnum
1739017390
\begin{example}
1739117391
Given this directory structure:
17392-
\begin{codeblock}
17392+
\begin{outputblock}
1739317393
/dir1
1739417394
file1
1739517395
file2
1739617396
dir2
1739717397
file3
17398-
\end{codeblock}
17398+
\end{outputblock}
1739917399

1740017400
Calling \tcode{copy("/dir1", "/dir3")} would result in:
17401-
\begin{codeblock}
17401+
\begin{outputblock}
1740217402
/dir1
1740317403
file1
1740417404
file2
@@ -17407,10 +17407,10 @@
1740717407
/dir3
1740817408
file1
1740917409
file2
17410-
\end{codeblock}
17410+
\end{outputblock}
1741117411

1741217412
Alternatively, calling \tcode{copy("/dir1", "/dir3", copy_options::recursive)} would result in:
17413-
\begin{codeblock}
17413+
\begin{outputblock}
1741417414
/dir1
1741517415
file1
1741617416
file2
@@ -17421,7 +17421,7 @@
1742117421
file2
1742217422
dir2
1742317423
file3
17424-
\end{codeblock}
17424+
\end{outputblock}
1742517425
\end{example}
1742617426
\end{itemdescr}
1742717427

source/regex.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3866,7 +3866,7 @@
38663866
\tcode{upper}, \tcode{xdigit}, \tcode{d}, \tcode{s}, \tcode{w}.
38673867
In addition the following expressions shall be equivalent:
38683868

3869-
\begin{codeblock}
3869+
\begin{outputblock}
38703870
\d @\textnormal{and}@ [[:digit:]]
38713871

38723872
\D @\textnormal{and}@ [^[:digit:]]
@@ -3878,7 +3878,7 @@
38783878
\w @\textnormal{and}@ [_[:alnum:]]
38793879

38803880
\W @\textnormal{and}@ [^_[:alnum:]]
3881-
\end{codeblock}
3881+
\end{outputblock}
38823882

38833883
\pnum
38843884
\indexlibrary{regular expression traits!\idxcode{lookup_collatename}}%

source/uax31.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
the \tcode{<Medial>} set is empty, and
3535
the \tcode{<Continue>} characters are unmodified.
3636
In the grammar used in \UAX{31}, this is
37-
\begin{codeblock}
37+
\begin{outputblock}
3838
<Identifier> := <Start> <Continue>*
3939
<Start> := XID_Start + @\textrm{\ucode{005f}}@
4040
<Continue> := <Start> + XID_Continue
41-
\end{codeblock}
41+
\end{outputblock}
4242

4343
\pnum
4444
This is described in the \Cpp{} grammar in \ref{lex.name},

0 commit comments

Comments
 (0)