From 05739753491634830e40e088bafb8193479fbf73 Mon Sep 17 00:00:00 2001 From: Volker Reichelt Date: Fri, 24 Jan 2003 15:57:41 +0000 Subject: 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 --- gcc/doc/collect2.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc/collect2.texi') diff --git a/gcc/doc/collect2.texi b/gcc/doc/collect2.texi index 2cd1d3c0d5a..a3d43b280d1 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: -- cgit v1.2.1