summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/doc/html/manual/source_organization.html
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-21 23:33:44 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-21 23:33:44 +0000
commitbd8a9cbe3ab8a02f669adf27655c97f0f1211967 (patch)
tree80f57097da71ed324ad21f9513419c6d2b076a31 /libstdc++-v3/doc/html/manual/source_organization.html
parent5a2aecd69f9210e2b54c34d515a6db56ee070527 (diff)
downloadppe42-gcc-bd8a9cbe3ab8a02f669adf27655c97f0f1211967.tar.gz
ppe42-gcc-bd8a9cbe3ab8a02f669adf27655c97f0f1211967.zip
2010-04-22 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/faq.xml: Link to manual. * doc/xml/manual/using.xml: Expand dynamic libraries section. * doc/xml/manual/strings.xml: Mention shrink_to_fit() member. * doc/xml/manual/prerequisites.xml: Link to doxygen requirements. * doc/xml/manual/appendix_contributing.xml: Update Bash version. * doc/html/*: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158624 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc/html/manual/source_organization.html')
-rw-r--r--libstdc++-v3/doc/html/manual/source_organization.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/libstdc++-v3/doc/html/manual/source_organization.html b/libstdc++-v3/doc/html/manual/source_organization.html
index 2ac9f9041a3..4cb92481af7 100644
--- a/libstdc++-v3/doc/html/manual/source_organization.html
+++ b/libstdc++-v3/doc/html/manual/source_organization.html
@@ -20,26 +20,26 @@ It has subdirectories:<br />
<br />
    include/std<br />
      Files meant to be found by #include &lt;name&gt; directives in<br />
-      standard-conforming user programs.  <br />
+      standard-conforming user programs.<br />
<br />
    include/c<br />
-      Headers intended to directly include standard C headers. <br />
+      Headers intended to directly include standard C headers.<br />
      [NB: this can be enabled via --enable-cheaders=c]<br />
<br />
-    include/c_global <br />
+    include/c_global<br />
      Headers intended to include standard C headers in<br />
      the global namespace, and put select names into the std::<br />
      namespace.  [NB: this is the default, and is the same as<br />
      --enable-cheaders=c_global]<br />
<br />
-    include/c_std <br />
+    include/c_std<br />
      Headers intended to include standard C headers<br />
      already in namespace std, and put select names into the std::<br />
      namespace.  [NB: this is the same as --enable-cheaders=c_std]<br />
<br />
    include/bits<br />
      Files included by standard headers and by other files in<br />
-      the bits directory. <br />
+      the bits directory.<br />
<br />
    include/backward<br />
      Headers provided for backward compatibility, such as &lt;iostream.h&gt;.<br />
@@ -58,7 +58,7 @@ It has subdirectories:<br />
    installed.<br />
<br />
  testsuites/[backward, demangle, ext, performance, thread, 17_* to 27_*]<br />
-    Test programs are here, and may be used to begin to exercise the <br />
+    Test programs are here, and may be used to begin to exercise the<br />
    library.  Support for "make check" and "make check-install" is<br />
    complete, and runs through all the subdirectories here when this<br />
    command is issued from the build directory.  Please note that<br />
OpenPOWER on IntegriCloud