Skip to content

Commit 87c5b97

Browse files
Eelisfrederick-vs-ja
authored andcommitted
Replace more non-codeblocks with outputblocks.
1 parent 3de9b1c commit 87c5b97

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
@@ -17387,16 +17387,16 @@
1738717387
\pnum
1738817388
\begin{example}
1738917389
Given this directory structure:
17390-
\begin{codeblock}
17390+
\begin{outputblock}
1739117391
/dir1
1739217392
file1
1739317393
file2
1739417394
dir2
1739517395
file3
17396-
\end{codeblock}
17396+
\end{outputblock}
1739717397

1739817398
Calling \tcode{copy("/dir1", "/dir3")} would result in:
17399-
\begin{codeblock}
17399+
\begin{outputblock}
1740017400
/dir1
1740117401
file1
1740217402
file2
@@ -17405,10 +17405,10 @@
1740517405
/dir3
1740617406
file1
1740717407
file2
17408-
\end{codeblock}
17408+
\end{outputblock}
1740917409

1741017410
Alternatively, calling \tcode{copy("/dir1", "/dir3", copy_options::recursive)} would result in:
17411-
\begin{codeblock}
17411+
\begin{outputblock}
1741217412
/dir1
1741317413
file1
1741417414
file2
@@ -17419,7 +17419,7 @@
1741917419
file2
1742017420
dir2
1742117421
file3
17422-
\end{codeblock}
17422+
\end{outputblock}
1742317423
\end{example}
1742417424
\end{itemdescr}
1742517425

source/regex.tex

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

3882-
\begin{codeblock}
3882+
\begin{outputblock}
38833883
\d @\textnormal{and}@ [[:digit:]]
38843884

38853885
\D @\textnormal{and}@ [^[:digit:]]
@@ -3891,7 +3891,7 @@
38913891
\w @\textnormal{and}@ [_[:alnum:]]
38923892

38933893
\W @\textnormal{and}@ [^_[:alnum:]]
3894-
\end{codeblock}
3894+
\end{outputblock}
38953895

38963896
\pnum
38973897
\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)