aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2011-01-09 07:18:42 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2011-01-09 07:18:42 +0000
commit4ee1aa2a94b7c9aa0fa53957b51bbc6493279de8 (patch)
tree94e7706abd216ce942aff5f2bf1a432da62ee6fd /gcc
parentad3f0a407d455c0a7a07c301708ce7c65c92db6a (diff)
downloadgcc-4ee1aa2a94b7c9aa0fa53957b51bbc6493279de8.zip
gcc-4ee1aa2a94b7c9aa0fa53957b51bbc6493279de8.tar.gz
gcc-4ee1aa2a94b7c9aa0fa53957b51bbc6493279de8.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/doc/cpp.texi2
-rw-r--r--gcc/doc/cppinternals.texi2
3 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2efec7e..e9bee6d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+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>
PR objc/47078
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi
index 7d78d12..195fcda 100644
--- a/gcc/doc/cpp.texi
+++ b/gcc/doc/cpp.texi
@@ -2429,7 +2429,7 @@ check specifically for features you need, using a tool such as
@subsection C++ Named Operators
@cindex named operators
@cindex C++ named operators
-@cindex iso646.h
+@cindex @file{iso646.h}
In C++, there are eleven keywords which are simply alternate spellings
of operators normally written with punctuation. These keywords are
diff --git a/gcc/doc/cppinternals.texi b/gcc/doc/cppinternals.texi
index 15e4a4c..a22ef0d 100644
--- a/gcc/doc/cppinternals.texi
+++ b/gcc/doc/cppinternals.texi
@@ -67,6 +67,7 @@ into another language, under the above conditions for modified versions.
@contents
@page
+@ifnottex
@node Top
@top
@chapter Cpplib---the GNU C Preprocessor
@@ -101,6 +102,7 @@ the way they have.
* Files:: File handling.
* Concept Index:: Index.
@end menu
+@end ifnottex
@node Conventions
@unnumbered Conventions