aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/bugreport.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/bugreport.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/bugreport.texi')
-rw-r--r--gcc/doc/bugreport.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/bugreport.texi b/gcc/doc/bugreport.texi
index b6e5ef1..b7c1fb0 100644
--- a/gcc/doc/bugreport.texi
+++ b/gcc/doc/bugreport.texi
@@ -376,9 +376,9 @@ we should be able to reproduce the crash ourselves.
To simplify creation of bug reports, and to allow better tracking of
reports, we use the GNATS bug tracking system. Part of that system is
-the @code{gccbug} script. This is a Unix shell script, so you need a
+the @command{gccbug} script. This is a Unix shell script, so you need a
shell to run it. It is normally installed in the same directory where
-@code{gcc} is installed.
+@command{gcc} is installed.
The gccbug script is derived from send-pr, @pxref{using
send-pr,,Creating new Problem Reports,send-pr,Reporting Problems}. When