aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/trouble.texi
diff options
context:
space:
mode:
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>2003-01-24 15:57:41 +0000
committerVolker Reichelt <reichelt@gcc.gnu.org>2003-01-24 15:57:41 +0000
commit05739753491634830e40e088bafb8193479fbf73 (patch)
tree70f0e4d4de12e17fa1d5553b9d4c52fa4ffebcbc /gcc/doc/trouble.texi
parent06bea5aa22da3dbda70f4b4670b484884aadb163 (diff)
downloadgcc-05739753491634830e40e088bafb8193479fbf73.zip
gcc-05739753491634830e40e088bafb8193479fbf73.tar.gz
gcc-05739753491634830e40e088bafb8193479fbf73.tar.bz2
bugreport.texi: Use @command instead of @code for commands.
* doc/bugreport.texi: Use @command instead of @code for commands. * doc/collect2.texi: Likewise. * doc/headerdirs.texi: Likewise. * doc/invoke.texi: Likewise. * doc/standards.texi: Likewise. * doc/tm.texi: Likewise. * doc/trouble.texi: Likewise. From-SVN: r61701
Diffstat (limited to 'gcc/doc/trouble.texi')
-rw-r--r--gcc/doc/trouble.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/trouble.texi b/gcc/doc/trouble.texi
index a3ef96e..4a8f0c3 100644
--- a/gcc/doc/trouble.texi
+++ b/gcc/doc/trouble.texi
@@ -886,9 +886,9 @@ int Foo::bar = 0;
@end example
Other C++ compilers may not correctly implement the standard behavior.
-As a result, when you switch to @code{g++} from one of these compilers,
+As a result, when you switch to @command{g++} from one of these compilers,
you may discover that a program that appeared to work correctly in fact
-does not conform to the standard: @code{g++} reports as undefined
+does not conform to the standard: @command{g++} reports as undefined
symbols any static data members that lack definitions.
@node Temporaries