diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-17 08:22:53 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-17 08:22:53 +0000 |
commit | 2c19433aa66f0992dacd936f52969dc9449fa0a4 (patch) | |
tree | 618f360fa1cdb7fee8c7f84745bc0cb5656e0f13 /gcc/doc/compat.texi | |
parent | 40fdda5ae1a7579eea754ec18e5fecdd15bb5b0f (diff) | |
download | gcc-2c19433aa66f0992dacd936f52969dc9449fa0a4.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87635 138bc75d-0d04-0410-961f-82ee72b054a4
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++ |