]> gcc.gnu.org Git - gcc.git/commitdiff
bugreport.texi: Use @command instead of @code for commands.
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Fri, 24 Jan 2003 15:57:41 +0000 (15:57 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Fri, 24 Jan 2003 15:57:41 +0000 (15:57 +0000)
* 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/ChangeLog
gcc/doc/bugreport.texi
gcc/doc/collect2.texi
gcc/doc/headerdirs.texi
gcc/doc/invoke.texi
gcc/doc/standards.texi
gcc/doc/tm.texi
gcc/doc/trouble.texi

index 382396c08be68d0c8f11106082311166f60c89c0..422f6d44d99cf79839fdf33c6fc74faaf2674e95 100644 (file)
@@ -1,3 +1,13 @@
+2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       * 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.
+
 2003-01-24  Nick Clifton  <nickc@redhat.com>
 
        * config/arm/arm.c (use_return_insn): Do not use a single return
index b6e5ef1e752107451f1f9accc827316bc88bfb7a..b7c1fb0fbca233c2e23f941be228fee6e74f9b83 100644 (file)
@@ -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
index 2cd1d3c0d5a15660a45157e2c445996111e8ad8b..a3d43b280d122264c796f9b46047331f41576046 100644 (file)
@@ -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:
index 17db57f056013ac246eca12e433bf809900a90b8..beac0ddde2281b501091ee12864e8f9fe4bc3ada 100644 (file)
@@ -15,7 +15,7 @@ are already suitable for ISO C and GNU CC, nothing special need be
 done).
 
 @code{GPLUSPLUS_INCLUDE_DIR} means the same thing for native and cross.  It
-is where @code{g++} looks first for header files.  The C++ library
+is where @command{g++} looks first for header files.  The C++ library
 installs only target independent header files in that directory.
 
 @code{LOCAL_INCLUDE_DIR} is used only by native compilers.  GNU CC
index ddcb9ff520a3eb4f27d8009125c4ca963f9be086..56440fb29534cd0f3b6338cb22c4f833fedc1b22 100644 (file)
@@ -3002,19 +3002,19 @@ Compress DWARF2 debugging information by eliminating duplicated
 information about each symbol.  This option only makes sense when
 generating DWARF2 debugging information with @option{-gdwarf-2}.
 
-@cindex @code{prof}
+@cindex @command{prof}
 @item -p
 @opindex p
 Generate extra code to write profile information suitable for the
-analysis program @code{prof}.  You must use this option when compiling
+analysis program @command{prof}.  You must use this option when compiling
 the source files you want data about, and you must also use it when
 linking.
 
-@cindex @code{gprof}
+@cindex @command{gprof}
 @item -pg
 @opindex pg
 Generate extra code to write profile information suitable for the
-analysis program @code{gprof}.  You must use this option when compiling
+analysis program @command{gprof}.  You must use this option when compiling
 the source files you want data about, and you must also use it when
 linking.
 
@@ -3054,7 +3054,7 @@ optimization and code generation options plus
 @option{-fbranch-probabilities} (@pxref{Optimize Options,,Options that
 Control Optimization}).
 
-The other use of @option{-fprofile-arcs} is for use with @code{gcov},
+The other use of @option{-fprofile-arcs} is for use with @command{gcov},
 when it is used with the @option{-ftest-coverage} option.
 
 With @option{-fprofile-arcs}, for each function of your program GCC
@@ -3074,11 +3074,11 @@ Create data files for the @command{gcov} code-coverage utility
 
 @table @gcctabopt
 @item @var{auxname}.bb
-A mapping from basic blocks to line numbers, which @code{gcov} uses to
+A mapping from basic blocks to line numbers, which @command{gcov} uses to
 associate basic block execution counts with line numbers.
 
 @item @var{auxname}.bbg
-A list of all arcs in the program flow graph.  This allows @code{gcov}
+A list of all arcs in the program flow graph.  This allows @command{gcov}
 to reconstruct the program flow graph, so that it can compute all basic
 block and arc execution counts from the information in the
 @file{@var{auxname}.da} file.
@@ -3967,7 +3967,7 @@ as well as AIX may have these optimizations in the future.
 Only use these options when there are significant benefits from doing
 so.  When you specify these options, the assembler and linker will
 create larger object and executable files and will also be slower.
-You will not be able to use @code{gprof} on all systems if you
+You will not be able to use @command{gprof} on all systems if you
 specify this option and you may have problems with debugging if
 you specify both this option and @option{-g}.
 
@@ -11174,16 +11174,16 @@ prototype information about standard system functions.  This option
 applies only to @code{protoize}.
 
 @item -c @var{compilation-options}
-Use  @var{compilation-options} as the options when running @code{gcc} to
+Use @var{compilation-options} as the options when running @command{gcc} to
 produce the @samp{.X} files.  The special option @option{-aux-info} is
-always passed in addition, to tell @code{gcc} to write a @samp{.X} file.
+always passed in addition, to tell @command{gcc} to write a @samp{.X} file.
 
 Note that the compilation options must be given as a single argument to
 @code{protoize} or @code{unprotoize}.  If you want to specify several
-@code{gcc} options, you must quote the entire set of compilation options
+@command{gcc} options, you must quote the entire set of compilation options
 to make them a single word in the shell.
 
-There are certain @code{gcc} arguments that you cannot use, because they
+There are certain @command{gcc} arguments that you cannot use, because they
 would produce the wrong kind of output.  These include @option{-g},
 @option{-O}, @option{-c}, @option{-S}, and @option{-o} If you include these in
 the @var{compilation-options}, they are ignored.
@@ -11236,12 +11236,12 @@ Use the program @var{program} as the compiler.  Normally, the name
 Work quietly.  Most warnings are suppressed.
 
 @item -v
-Print the version number, just like @option{-v} for @code{gcc}.
+Print the version number, just like @option{-v} for @command{gcc}.
 @end table
 
 If you need special compiler options to compile one of your program's
 source files, then you should generate that file's @samp{.X} file
-specially, by running @code{gcc} on that source file with the
+specially, by running @command{gcc} on that source file with the
 appropriate options and the option @option{-aux-info}.  Then run
 @code{protoize} on the entire set of files.  @code{protoize} will use
 the existing @samp{.X} file because it is newer than the source file.
index 8c37fccd440a47c58487419f8ba5fc75930d0887..098c925f7514450b5724bbe8392a5917c2bac793 100644 (file)
@@ -189,4 +189,4 @@ conformance and compatibility of the Ada compiler.
 Fortran}, for details of the Fortran language supported by GCC@.
 
 @xref{Compatibility,,Compatibility with the Java Platform, gcj, GNU gcj},
-for details of compatibility between @code{gcj} and the Java Platform.
+for details of compatibility between @command{gcj} and the Java Platform.
index bc883331f95993909dfc110d28e957d9815ea493..24efe145d854d45b63b0ac1e7134dec69fcf28dd 100644 (file)
@@ -404,7 +404,7 @@ the target makefile fragment or if none of the options listed in
 
 @findex RELATIVE_PREFIX_NOT_LINKDIR
 @item RELATIVE_PREFIX_NOT_LINKDIR
-Define this macro to tell @code{gcc} that it should only translate
+Define this macro to tell @command{gcc} that it should only translate
 a @option{-B} prefix into a @option{-L} linker option if the prefix
 indicates an absolute file name.
 
@@ -7038,7 +7038,7 @@ When arbitrary sections are available, there are two variants, depending
 upon how the code in @file{crtstuff.c} is called.  On systems that
 support a @dfn{.init} section which is executed at program startup,
 parts of @file{crtstuff.c} are compiled into that section.  The
-program is linked by the @code{gcc} driver like this:
+program is linked by the @command{gcc} driver like this:
 
 @example
 ld -o @var{output_file} crti.o crtbegin.o @dots{} -lgcc crtend.o crtn.o
index a3ef96e2dfe4180a17b1116c864192168d351683..4a8f0c32fd12e1a55e25a4c86659b47f0f93eb28 100644 (file)
@@ -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
This page took 0.093878 seconds and 5 git commands to generate.