Skip to content

Commit 3bd0db6

Browse files
burblebeetkoeppe
authored andcommitted
[ostream.formatted.print, print.fun] Move "only" to a clearer place
In wording for LWG4044, as per LWG discussion.
1 parent ce924b8 commit 3bd0db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6865,7 +6865,7 @@
68656865
\item
68666866
If the function is \tcode{vprint_unicode} and
68676867
\tcode{os} is a stream that refers to a terminal that
6868-
is only capable of displaying Unicode via a native Unicode API,
6868+
is capable of displaying Unicode only via a native Unicode API,
68696869
which is determined in an implementation-defined manner,
68706870
flushes \tcode{os} and then
68716871
writes \tcode{out} to the terminal using the native Unicode API;
@@ -7846,7 +7846,7 @@
78467846
\begin{itemize}
78477847
\item
78487848
If \tcode{stream} refers to a terminal that
7849-
is only capable of displaying Unicode via a native Unicode API,
7849+
is capable of displaying Unicode only via a native Unicode API,
78507850
flushes \tcode{stream} and then
78517851
writes \tcode{out} to the terminal using the native Unicode API;
78527852
if \tcode{out} contains invalid code units,

0 commit comments

Comments
 (0)