Skip to content

Commit f1810c9

Browse files
committed
Replace more non-codeblocks with outputblocks.
1 parent c710fb3 commit f1810c9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

source/iostreams.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17363,16 +17363,16 @@
1736317363
\pnum
1736417364
\begin{example}
1736517365
Given this directory structure:
17366-
\begin{codeblock}
17366+
\begin{outputblock}
1736717367
/dir1
1736817368
file1
1736917369
file2
1737017370
dir2
1737117371
file3
17372-
\end{codeblock}
17372+
\end{outputblock}
1737317373

1737417374
Calling \tcode{copy("/dir1", "/dir3")} would result in:
17375-
\begin{codeblock}
17375+
\begin{outputblock}
1737617376
/dir1
1737717377
file1
1737817378
file2
@@ -17381,10 +17381,10 @@
1738117381
/dir3
1738217382
file1
1738317383
file2
17384-
\end{codeblock}
17384+
\end{outputblock}
1738517385

1738617386
Alternatively, calling \tcode{copy("/dir1", "/dir3", copy_options::recursive)} would result in:
17387-
\begin{codeblock}
17387+
\begin{outputblock}
1738817388
/dir1
1738917389
file1
1739017390
file2
@@ -17395,7 +17395,7 @@
1739517395
file2
1739617396
dir2
1739717397
file3
17398-
\end{codeblock}
17398+
\end{outputblock}
1739917399
\end{example}
1740017400
\end{itemdescr}
1740117401

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)