Commit 4ee1aa2a by Ralf Wildenhues Committed by Ralf Wildenhues

doc: cpp manual nits

gcc/:
	* doc/cpp.texi (C++ Named Operators): Fix markup for header
	file name.
	* doc/cppinternals.texi (Top): Wrap node in @ifnottex to avoid
	two extra empty pages in PDF output.

From-SVN: r168609
parent ad3f0a40
2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/cpp.texi (C++ Named Operators): Fix markup for header
file name.
* doc/cppinternals.texi (Top): Wrap node in @ifnottex to avoid
two extra empty pages in PDF output.
2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com> 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/47078 PR objc/47078
......
...@@ -2429,7 +2429,7 @@ check specifically for features you need, using a tool such as ...@@ -2429,7 +2429,7 @@ check specifically for features you need, using a tool such as
@subsection C++ Named Operators @subsection C++ Named Operators
@cindex named operators @cindex named operators
@cindex C++ named operators @cindex C++ named operators
@cindex iso646.h @cindex @file{iso646.h}
In C++, there are eleven keywords which are simply alternate spellings In C++, there are eleven keywords which are simply alternate spellings
of operators normally written with punctuation. These keywords are of operators normally written with punctuation. These keywords are
......
...@@ -67,6 +67,7 @@ into another language, under the above conditions for modified versions. ...@@ -67,6 +67,7 @@ into another language, under the above conditions for modified versions.
@contents @contents
@page @page
@ifnottex
@node Top @node Top
@top @top
@chapter Cpplib---the GNU C Preprocessor @chapter Cpplib---the GNU C Preprocessor
...@@ -101,6 +102,7 @@ the way they have. ...@@ -101,6 +102,7 @@ the way they have.
* Files:: File handling. * Files:: File handling.
* Concept Index:: Index. * Concept Index:: Index.
@end menu @end menu
@end ifnottex
@node Conventions @node Conventions
@unnumbered Conventions @unnumbered Conventions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment