diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2010-03-26 16:33:41 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2010-03-26 16:33:41 +0000 |
commit | 3211205756b997e6a2bd8bfb1949a67c324db273 (patch) | |
tree | c2fda462c675d55fdf02a9413df27eb0d9266d66 | |
parent | 6ca5d1f6d08c5c6b4cfd006a363b8e9ad17347dc (diff) | |
download | gcc-3211205756b997e6a2bd8bfb1949a67c324db273.zip gcc-3211205756b997e6a2bd8bfb1949a67c324db273.tar.gz gcc-3211205756b997e6a2bd8bfb1949a67c324db273.tar.bz2 |
profile_mode.xml (Profile Diagnostics): Correct cols.
* doc/xml/manual/profile_mode.xml (Profile Diagnostics): Correct
cols.
* doc/xml/manual/using.xml (C++ 1998 Library Headers): Add missing
c5 colspec.
(C++ 1998 Library Headers for C Library Facilities): Likewise.
(C++ 200x Library Headers): Likewise.
From-SVN: r157754
-rw-r--r-- | libstdc++-v3/ChangeLog | 9 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/profile_mode.xml | 2 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/using.xml | 3 |
3 files changed, 13 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5bd9f95..474a35c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,12 @@ +2010-03-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * doc/xml/manual/profile_mode.xml (Profile Diagnostics): Correct + cols. + * doc/xml/manual/using.xml (C++ 1998 Library Headers): Add missing + c5 colspec. + (C++ 1998 Library Headers for C Library Facilities): Likewise. + (C++ 200x Library Headers): Likewise. + 2010-03-25 Paolo Carlini <paolo.carlini@oracle.com> * include/bits/unordered_map.h (operator==, operator!=): Add per N3068. diff --git a/libstdc++-v3/doc/xml/manual/profile_mode.xml b/libstdc++-v3/doc/xml/manual/profile_mode.xml index a361c81..5665d4e 100644 --- a/libstdc++-v3/doc/xml/manual/profile_mode.xml +++ b/libstdc++-v3/doc/xml/manual/profile_mode.xml @@ -714,7 +714,7 @@ it helps the user focus on the key problems and ignore the uninteresting ones. <table frame='all'> <title>Profile Diagnostics</title> -<tgroup cols='6' align='left' colsep='1' rowsep='1'> +<tgroup cols='7' align='left' colsep='1' rowsep='1'> <colspec colname='c1'></colspec> <colspec colname='c2'></colspec> <colspec colname='c3'></colspec> diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml index 7369f57..e4863c2 100644 --- a/libstdc++-v3/doc/xml/manual/using.xml +++ b/libstdc++-v3/doc/xml/manual/using.xml @@ -128,6 +128,7 @@ <colspec colname='c2'></colspec> <colspec colname='c3'></colspec> <colspec colname='c4'></colspec> +<colspec colname='c5'></colspec> <tbody> <row> <entry><filename class="headerfile">algorithm</filename></entry> @@ -187,6 +188,7 @@ <colspec colname='c2'></colspec> <colspec colname='c3'></colspec> <colspec colname='c4'></colspec> +<colspec colname='c5'></colspec> <tbody> <row> <entry><filename class="headerfile">cassert</filename></entry> @@ -231,6 +233,7 @@ mode, i.e. <literal>-std=c++0x</literal> or <literal>-std=gnu++0x</literal>. <colspec colname='c2'></colspec> <colspec colname='c3'></colspec> <colspec colname='c4'></colspec> +<colspec colname='c5'></colspec> <tbody> <row> |