diff options
author | Volker Reichelt <reichelt@igpm.rwth-aachen.de> | 2003-01-24 15:57:41 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2003-01-24 15:57:41 +0000 |
commit | 05739753491634830e40e088bafb8193479fbf73 (patch) | |
tree | 70f0e4d4de12e17fa1d5553b9d4c52fa4ffebcbc /gcc/doc/collect2.texi | |
parent | 06bea5aa22da3dbda70f4b4670b484884aadb163 (diff) | |
download | gcc-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/collect2.texi')
-rw-r--r-- | gcc/doc/collect2.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/collect2.texi b/gcc/doc/collect2.texi index 2cd1d3c..a3d43b2 100644 --- a/gcc/doc/collect2.texi +++ b/gcc/doc/collect2.texi @@ -52,7 +52,7 @@ if specified. @end itemize ``The compiler's search directories'' means all the directories where -@code{gcc} searches for passes of the compiler. This includes +@command{gcc} searches for passes of the compiler. This includes directories that you specify with @option{-B}. Cross-compilers search a little differently: |