aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/interface.texi
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2004-01-18 01:20:48 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2004-01-18 01:20:48 +0000
commit3ab51846c1f7e5ee34c2b8606e0d751b82ba4b33 (patch)
treeb8bb49bcf07541a2953d86f7d22e13ca077c4398 /gcc/doc/interface.texi
parentcfbed37cf88d2cec79b5ed34c71ea3e40b2b2578 (diff)
downloadgcc-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/interface.texi')
-rw-r--r--gcc/doc/interface.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/interface.texi b/gcc/doc/interface.texi
index d2210e9..262a4ef 100644
--- a/gcc/doc/interface.texi
+++ b/gcc/doc/interface.texi
@@ -1,5 +1,5 @@
@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-@c 1999, 2000, 2001 Free Software Foundation, Inc.
+@c 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
@@ -76,10 +76,10 @@ just take the address of the variable. If a variable's address is ever
taken, even if just to compute it and ignore it, then the variable cannot
go in a register:
-@example
+@smallexample
@{
int careful;
&careful;
@dots{}
@}
-@end example
+@end smallexample