Skip to content

Commit 8521104

Browse files
committed
Replace more non-codeblocks with outputblocks.
1 parent 5fccd6a commit 8521104

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
@@ -17157,16 +17157,16 @@
1715717157
\pnum
1715817158
\begin{example}
1715917159
Given this directory structure:
17160-
\begin{codeblock}
17160+
\begin{outputblock}
1716117161
/dir1
1716217162
file1
1716317163
file2
1716417164
dir2
1716517165
file3
17166-
\end{codeblock}
17166+
\end{outputblock}
1716717167

1716817168
Calling \tcode{copy("/dir1", "/dir3")} would result in:
17169-
\begin{codeblock}
17169+
\begin{outputblock}
1717017170
/dir1
1717117171
file1
1717217172
file2
@@ -17175,10 +17175,10 @@
1717517175
/dir3
1717617176
file1
1717717177
file2
17178-
\end{codeblock}
17178+
\end{outputblock}
1717917179

1718017180
Alternatively, calling \tcode{copy("/dir1", "/dir3", copy_options::recursive)} would result in:
17181-
\begin{codeblock}
17181+
\begin{outputblock}
1718217182
/dir1
1718317183
file1
1718417184
file2
@@ -17189,7 +17189,7 @@
1718917189
file2
1719017190
dir2
1719117191
file3
17192-
\end{codeblock}
17192+
\end{outputblock}
1719317193
\end{example}
1719417194
\end{itemdescr}
1719517195

source/regex.tex

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

3865-
\begin{codeblock}
3865+
\begin{outputblock}
38663866
\d @\textnormal{and}@ [[:digit:]]
38673867

38683868
\D @\textnormal{and}@ [^[:digit:]]
@@ -3874,7 +3874,7 @@
38743874
\w @\textnormal{and}@ [_[:alnum:]]
38753875

38763876
\W @\textnormal{and}@ [^_[:alnum:]]
3877-
\end{codeblock}
3877+
\end{outputblock}
38783878

38793879
\pnum
38803880
\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)