Skip to content

Commit cf13993

Browse files
committed
Replace more non-codeblocks with outputblocks.
1 parent 52f3246 commit cf13993

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
@@ -16847,16 +16847,16 @@
1684716847
\pnum
1684816848
\begin{example}
1684916849
Given this directory structure:
16850-
\begin{codeblock}
16850+
\begin{outputblock}
1685116851
/dir1
1685216852
file1
1685316853
file2
1685416854
dir2
1685516855
file3
16856-
\end{codeblock}
16856+
\end{outputblock}
1685716857

1685816858
Calling \tcode{copy("/dir1", "/dir3")} would result in:
16859-
\begin{codeblock}
16859+
\begin{outputblock}
1686016860
/dir1
1686116861
file1
1686216862
file2
@@ -16865,10 +16865,10 @@
1686516865
/dir3
1686616866
file1
1686716867
file2
16868-
\end{codeblock}
16868+
\end{outputblock}
1686916869

1687016870
Alternatively, calling \tcode{copy("/dir1", "/dir3", copy_options::recursive)} would result in:
16871-
\begin{codeblock}
16871+
\begin{outputblock}
1687216872
/dir1
1687316873
file1
1687416874
file2
@@ -16879,7 +16879,7 @@
1687916879
file2
1688016880
dir2
1688116881
file3
16882-
\end{codeblock}
16882+
\end{outputblock}
1688316883
\end{example}
1688416884
\end{itemdescr}
1688516885

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)