diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-16 03:54:54 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-16 03:54:54 +0000 |
commit | a81d4cba187afe7d9bb40cc112c7dba35dffdfaf (patch) | |
tree | ce422517ace7236a82e63250e08e4bfb105f8c18 /gcc/doc/standards.texi | |
parent | 8221a81a25ba10616a82b0f8f8dfc9b91678092c (diff) | |
download | gcc-a81d4cba187afe7d9bb40cc112c7dba35dffdfaf.tar.gz |
* doc/c-tree.texi: Use `@.' where appropriate.
* doc/extend.texi: Likewise.
* doc/install.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/loop.texi: Likewise.
* doc/makefile.texi: Likewise.
* doc/md.texi: Likewise.
* doc/passes.texi: Likewise.
* doc/standards.texi: Likewise.
* doc/tm.texi: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132361 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/standards.texi')
-rw-r--r-- | gcc/doc/standards.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index 28cae113676..cd6e82f5fe9 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -178,7 +178,7 @@ warnings). The ISO C++ committee is working on a new ISO C++ standard, dubbed C++0x, that is intended to be published by 2009. C++0x contains several changes to the C++ language, some of which have been implemented in an -experimental C++0x mode in GCC. The C++0x mode in GCC tracks the draft +experimental C++0x mode in GCC@. The C++0x mode in GCC tracks the draft working paper for the C++0x standard; the latest working paper is available on the ISO C++ committee's web site at @uref{http://www.open-std.org/jtc1/sc22/wg21/}. For information |