Skip to content

Commit bd08a4e

Browse files
committed
Replace more non-codeblocks with outputblocks.
1 parent a3db04b commit bd08a4e

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
@@ -17158,16 +17158,16 @@
1715817158
\pnum
1715917159
\begin{example}
1716017160
Given this directory structure:
17161-
\begin{codeblock}
17161+
\begin{outputblock}
1716217162
/dir1
1716317163
file1
1716417164
file2
1716517165
dir2
1716617166
file3
17167-
\end{codeblock}
17167+
\end{outputblock}
1716817168

1716917169
Calling \tcode{copy("/dir1", "/dir3")} would result in:
17170-
\begin{codeblock}
17170+
\begin{outputblock}
1717117171
/dir1
1717217172
file1
1717317173
file2
@@ -17176,10 +17176,10 @@
1717617176
/dir3
1717717177
file1
1717817178
file2
17179-
\end{codeblock}
17179+
\end{outputblock}
1718017180

1718117181
Alternatively, calling \tcode{copy("/dir1", "/dir3", copy_options::recursive)} would result in:
17182-
\begin{codeblock}
17182+
\begin{outputblock}
1718317183
/dir1
1718417184
file1
1718517185
file2
@@ -17190,7 +17190,7 @@
1719017190
file2
1719117191
dir2
1719217192
file3
17193-
\end{codeblock}
17193+
\end{outputblock}
1719417194
\end{example}
1719517195
\end{itemdescr}
1719617196

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)