summaryrefslogtreecommitdiff
path: root/gcc/doc/bugreport.texi
diff options
context:
space:
mode:
authorreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-24 15:57:41 +0000
committerreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-24 15:57:41 +0000
commit228c76d8610c8a9744731ff35bb54df023dea8ff (patch)
tree70f0e4d4de12e17fa1d5553b9d4c52fa4ffebcbc /gcc/doc/bugreport.texi
parent000c5098da2467e4b2e77c2d261342e629101f15 (diff)
downloadgcc-228c76d8610c8a9744731ff35bb54df023dea8ff.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61701 138bc75d-0d04-0410-961f-82ee72b054a4
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 b6e5ef1e752..b7c1fb0fbca 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