Skip to content

Commit 09c5897

Browse files
Eelisfrederick-vs-ja
authored andcommitted
Replace more non-codeblocks with outputblocks.
1 parent eb9872a commit 09c5897

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

source/iostreams.tex

+6-6
Original file line numberDiff line numberDiff line change
@@ -17358,16 +17358,16 @@
1735817358
\pnum
1735917359
\begin{example}
1736017360
Given this directory structure:
17361-
\begin{codeblock}
17361+
\begin{outputblock}
1736217362
/dir1
1736317363
file1
1736417364
file2
1736517365
dir2
1736617366
file3
17367-
\end{codeblock}
17367+
\end{outputblock}
1736817368

1736917369
Calling \tcode{copy("/dir1", "/dir3")} would result in:
17370-
\begin{codeblock}
17370+
\begin{outputblock}
1737117371
/dir1
1737217372
file1
1737317373
file2
@@ -17376,10 +17376,10 @@
1737617376
/dir3
1737717377
file1
1737817378
file2
17379-
\end{codeblock}
17379+
\end{outputblock}
1738017380

1738117381
Alternatively, calling \tcode{copy("/dir1", "/dir3", copy_options::recursive)} would result in:
17382-
\begin{codeblock}
17382+
\begin{outputblock}
1738317383
/dir1
1738417384
file1
1738517385
file2
@@ -17390,7 +17390,7 @@
1739017390
file2
1739117391
dir2
1739217392
file3
17393-
\end{codeblock}
17393+
\end{outputblock}
1739417394
\end{example}
1739517395
\end{itemdescr}
1739617396

source/uax31.tex

+2-2
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)