diff options
author | Joseph Myers <jsm@polyomino.org.uk> | 2004-01-18 01:20:48 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-01-18 01:20:48 +0000 |
commit | 3ab51846c1f7e5ee34c2b8606e0d751b82ba4b33 (patch) | |
tree | b8bb49bcf07541a2953d86f7d22e13ca077c4398 /gcc/doc/compat.texi | |
parent | cfbed37cf88d2cec79b5ed34c71ea3e40b2b2578 (diff) | |
download | gcc-3ab51846c1f7e5ee34c2b8606e0d751b82ba4b33.zip gcc-3ab51846c1f7e5ee34c2b8606e0d751b82ba4b33.tar.gz gcc-3ab51846c1f7e5ee34c2b8606e0d751b82ba4b33.tar.bz2 |
c-tree.texi, [...]: Use @smallexample instead of @example.
* doc/c-tree.texi, doc/compat.texi, doc/cpp.texi,
doc/cppopts.texi, doc/extend.texi, doc/install.texi,
doc/interface.texi, doc/invoke.texi, doc/libgcc.texi, doc/md.texi,
doc/objc.texi, doc/rtl.texi, doc/tm.texi, doc/trouble.texi: Use
@smallexample instead of @example.
From-SVN: r76075
Diffstat (limited to 'gcc/doc/compat.texi')
-rw-r--r-- | gcc/doc/compat.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/compat.texi b/gcc/doc/compat.texi index 274368a..5b02ebc 100644 --- a/gcc/doc/compat.texi +++ b/gcc/doc/compat.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002 Free Software Foundation, Inc. +@c Copyright (C) 2002, 2004 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @@ -133,9 +133,9 @@ build was configured, but can be seen by using the G++ @option{-v} option. With default configuration options for G++ 3.3 the compile line for a different C++ compiler needs to include -@example +@smallexample -I@var{gcc_install_directory}/include/c++/3.3 -@end example +@end smallexample Similarly, compiling code with G++ that must use a C++ library other than the GNU C++ library requires specifying the location of the header |