diff options
author | Dodji Seketeli <dodji@redhat.com> | 2011-10-20 12:36:55 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@gcc.gnu.org> | 2011-10-20 14:36:55 +0200 |
commit | 61445bdc92b54c78e8f2b21e71d90ff37a12c8a2 (patch) | |
tree | edba4d5cdc545a5706135fc089da1adb83c1fb76 | |
parent | f2aeb744a1029e8ca105c4f2ee5f479521810f9a (diff) | |
download | gcc-61445bdc92b54c78e8f2b21e71d90ff37a12c8a2.zip gcc-61445bdc92b54c78e8f2b21e71d90ff37a12c8a2.tar.gz gcc-61445bdc92b54c78e8f2b21e71d90ff37a12c8a2.tar.bz2 |
Use @smallexample instead of @quotation in cppopts.texi
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
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/doc/cppopts.texi | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e07de32..5ec343a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index ef3a0b2..6c70a0a 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -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. |