Skip to content

Commit 88d223c

Browse files
committed
[ostream.manip] Rephrase references to exposition-only variable "buf",
and add "Calls" to Effects: clause to match our style guide.
1 parent f691899 commit 88d223c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

source/iostreams.tex

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6694,7 +6694,8 @@
66946694
\pnum
66956695
\effects
66966696
If \tcode{os.rdbuf()} is a
6697-
\tcode{basic_osyncbuf<charT, traits, Allocator>*} \tcode{buf},
6697+
\tcode{basic_osyncbuf<charT, traits, Allocator>*},
6698+
called \tcode{buf} for the purpose of exposition,
66986699
calls \tcode{buf->set_emit_on_sync(true)}.
66996700
Otherwise this manipulator has no effect.
67006701
\begin{note}
@@ -6719,7 +6720,8 @@
67196720
\pnum
67206721
\effects
67216722
If \tcode{os.rdbuf()} is a
6722-
\tcode{basic_osyncbuf<charT, traits, Allocator>*} \tcode{buf},
6723+
\tcode{basic_osyncbuf<charT, traits, Allocator>*},
6724+
called \tcode{buf} for the purpose of exposition,
67236725
calls \tcode{buf->set_emit_on_sync(false)}.
67246726
Otherwise this manipulator has no effect.
67256727

@@ -6737,9 +6739,10 @@
67376739
\begin{itemdescr}
67386740
\pnum
67396741
\effects
6740-
\tcode{os.flush()}.
6742+
Calls \tcode{os.flush()}.
67416743
Then, if \tcode{os.rdbuf()} is a
6742-
\tcode{basic_osyncbuf<charT, traits, Allocator>*} \tcode{buf},
6744+
\tcode{basic_osyncbuf<charT, traits, Allocator>*},
6745+
called \tcode{buf} for the purpose of exposition,
67436746
calls \tcode{buf->emit()}.
67446747

67456748
\pnum

0 commit comments

Comments
 (0)