Imported Upstream version 1.57.0
[platform/upstream/boost.git] / doc / html / interprocess / quick_guide.html
index 38e3e1b..fd65985 100644 (file)
@@ -3,10 +3,10 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Quick Guide for the Impatient</title>
 <link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../interprocess.html" title="Chapter&#160;12.&#160;Boost.Interprocess">
-<link rel="prev" href="../interprocess.html" title="Chapter&#160;12.&#160;Boost.Interprocess">
+<link rel="up" href="../interprocess.html" title="Chapter&#160;14.&#160;Boost.Interprocess">
+<link rel="prev" href="../interprocess.html" title="Chapter&#160;14.&#160;Boost.Interprocess">
 <link rel="next" href="some_basic_explanations.html" title="Some basic explanations">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -26,7 +26,7 @@
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="interprocess.quick_guide"></a><a class="link" href="quick_guide.html" title="Quick Guide for the Impatient">Quick Guide for the Impatient</a>
 </h2></div></div></div>
-<div class="toc"><dl>
+<div class="toc"><dl class="toc">
 <dt><span class="section"><a href="quick_guide.html#interprocess.quick_guide.qg_memory_pool">Using shared
       memory as a pool of unnamed memory blocks</a></span></dt>
 <dt><span class="section"><a href="quick_guide.html#interprocess.quick_guide.qg_named_interprocess">Creating
       </p>
 <p>
         The class that allows this complex structures in shared memory is called
-        <code class="computeroutput"><a class="link" href="../boost_interprocess_reference.html#boost.interprocess.managed_shared_memory">boost::interprocess::managed_shared_memory</a></code>
+        <code class="computeroutput"><a class="link" href="../boost/interprocess/managed_shared_memory.html" title="Type definition managed_shared_memory">boost::interprocess::managed_shared_memory</a></code>
         and it's easy to use. Just execute this example without arguments:
       </p>
 <p>
    <span class="special">}</span>
 
    <span class="keyword">return</span> <span class="number">0</span><span class="special">;</span>
-<span class="special">};</span>
+<span class="special">}</span>
 </pre>
 <p>
       </p>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2011 Ion Gaztanaga<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2012 Ion Gaztanaga<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
       </p>