]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Use @smallexample instead of @quotation in cppopts.texi
authorDodji Seketeli <dodji@redhat.com>
Thu, 20 Oct 2011 12:36:55 +0000 (12:36 +0000)
committerDodji Seketeli <dodji@gcc.gnu.org>
Thu, 20 Oct 2011 12:36:55 +0000 (14:36 +0200)
gcc/
PR other/50659
* doc/cppopts.texi: Use @smallexample/@end smallexample in
documentation for -fdebug-cpp instead of @quotation/@end quotation
that is not supported by contrib/texi2pod.pl.

From-SVN: r180250

gcc/ChangeLog
gcc/doc/cppopts.texi

index e07de320d7fe95385b78c1ad1d0be4e57aca7464..5ec343af7ed5815ddced63ace3492c95882acee4 100644 (file)
@@ -1,3 +1,10 @@
+2011-10-20  Dodji Seketeli  <dodji@redhat.com>
+
+       PR other/50659
+       * doc/cppopts.texi: Use @smallexample/@end smallexample in
+       documentation for -fdebug-cpp instead of @quotation/@end quotation
+       that is not supported by contrib/texi2pod.pl.
+
 2011-10-19  Jan Hubicka  <jh@suse.cz>
 
        * ipa-inline.c (inline_small_functions): Always update all calles after
index ef3a0b2f1960ee76ade0afc795087c66e92ace17..6c70a0a9cd00bdd3762ebc72240b09fbb15e9b32 100644 (file)
@@ -590,9 +590,9 @@ This option is only useful for debugging GCC.  When used with
 token in the output is preceded by the dump of the map its location
 belongs to.  The dump of the map holding the location of a token would
 be:
-@quotation
+@smallexample
 @{@samp{P}:@file{/file/path};@samp{F}:@file{/includer/path};@samp{L}:@var{line_num};@samp{C}:@var{col_num};@samp{S}:@var{system_header_p};@samp{M}:@var{map_address};@samp{E}:@var{macro_expansion_p},@samp{loc}:@var{location}@}
-@end quotation
+@end smallexample
 
 When used without @option{-E}, this option has no effect.