diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-17 08:22:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-17 08:22:53 +0000 |
commit | 4ec7afd748c72bfdcc0aa684c90d6dda478b7a2b (patch) | |
tree | 618f360fa1cdb7fee8c7f84745bc0cb5656e0f13 /gcc/doc/compat.texi | |
parent | 6eab2bc3dcf372d59324869d0af2d1e8d239c0ea (diff) | |
download | gcc-4ec7afd748c72bfdcc0aa684c90d6dda478b7a2b.tar.gz |
compat.texi, [...]: Use @option around options.
* doc/compat.texi, doc/cpp.texi, doc/cppopts.texi,
doc/extend.texi, doc/install.texi, doc/invoke.texi,
doc/sourcebuild.texi, doc/tm.texi, doc/tree-ssa.texi,
doc/trouble.texi: Use @option around options.
From-SVN: r87635
Diffstat (limited to 'gcc/doc/compat.texi')
-rw-r--r-- | gcc/doc/compat.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/compat.texi b/gcc/doc/compat.texi index 5b02ebcac71..4e65b4582bd 100644 --- a/gcc/doc/compat.texi +++ b/gcc/doc/compat.texi @@ -111,7 +111,7 @@ future GCC releases, but it is possible that we will encounter problems that make this difficult. Such problems could include different interpretations of the C++ ABI by different vendors, bugs in the ABI, or bugs in the implementation of the ABI in different compilers. -GCC's @code{-Wabi} switch warns when G++ generates code that is +GCC's @option{-Wabi} switch warns when G++ generates code that is probably not compatible with the C++ ABI@. The C++ library used with a C++ compiler includes the Standard C++ |