aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/html/27_io/howto.html
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/docs/html/27_io/howto.html')
-rw-r--r--libstdc++-v3/docs/html/27_io/howto.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/libstdc++-v3/docs/html/27_io/howto.html b/libstdc++-v3/docs/html/27_io/howto.html
index 35568c453ff..e1afe5453d8 100644
--- a/libstdc++-v3/docs/html/27_io/howto.html
+++ b/libstdc++-v3/docs/html/27_io/howto.html
@@ -10,8 +10,16 @@
<meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" />
<meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 27." />
<meta name="GENERATOR" content="vi and eight fingers" />
- <title>libstdc++-v3 HOWTO: Chapter 27</title>
-<link rel="StyleSheet" href="../lib3styles.css" />
+ <title>libstdc++-v3 HOWTO: Chapter 27: Input/Output</title>
+<link rel="StyleSheet" href="../lib3styles.css" type="text/css" />
+<link rel="Start" href="../documentation.html" type="text/html"
+ title="GNU C++ Standard Library" />
+<link rel="Prev" href="../26_numerics/howto.html" type="text/html"
+ title="Numerics" />
+<link rel="Next" href="../ext/howto.html" type="text/html"
+ title="Extensions" />
+<link rel="Copyright" href="../17_intro/license.html" type="text/html" />
+<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." />
</head>
<body>
@@ -145,7 +153,7 @@
&lt;&lt; &quot;another line of text\n&quot;; </pre>
<p>I have also joined the output statements into a single statement.
You could make the code prettier by moving the single newline to
- the start of the quoted text on the thing line, for example.
+ the start of the quoted text on the last line, for example.
</p>
<p>If you do need to flush the buffer above, you can send an
<code>endl</code> if you also need a newline, or just flush the buffer