Skip to content

Commit 74d4064

Browse files
committed
Replace more non-codeblocks with outputblocks.
1 parent 6dd8fc5 commit 74d4064

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
@@ -16836,16 +16836,16 @@
1683616836
\pnum
1683716837
\begin{example}
1683816838
Given this directory structure:
16839-
\begin{codeblock}
16839+
\begin{outputblock}
1684016840
/dir1
1684116841
file1
1684216842
file2
1684316843
dir2
1684416844
file3
16845-
\end{codeblock}
16845+
\end{outputblock}
1684616846

1684716847
Calling \tcode{copy("/dir1", "/dir3")} would result in:
16848-
\begin{codeblock}
16848+
\begin{outputblock}
1684916849
/dir1
1685016850
file1
1685116851
file2
@@ -16854,10 +16854,10 @@
1685416854
/dir3
1685516855
file1
1685616856
file2
16857-
\end{codeblock}
16857+
\end{outputblock}
1685816858

1685916859
Alternatively, calling \tcode{copy("/dir1", "/dir3", copy_options::recursive)} would result in:
16860-
\begin{codeblock}
16860+
\begin{outputblock}
1686116861
/dir1
1686216862
file1
1686316863
file2
@@ -16868,7 +16868,7 @@
1686816868
file2
1686916869
dir2
1687016870
file3
16871-
\end{codeblock}
16871+
\end{outputblock}
1687216872
\end{example}
1687316873
\end{itemdescr}
1687416874

source/regex.tex

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

3812-
\begin{codeblock}
3812+
\begin{outputblock}
38133813
\d @\textnormal{and}@ [[:digit:]]
38143814

38153815
\D @\textnormal{and}@ [^[:digit:]]
@@ -3821,7 +3821,7 @@
38213821
\w @\textnormal{and}@ [_[:alnum:]]
38223822

38233823
\W @\textnormal{and}@ [^_[:alnum:]]
3824-
\end{codeblock}
3824+
\end{outputblock}
38253825

38263826
\pnum
38273827
\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)