summaryrefslogtreecommitdiff
path: root/doc/html/interprocess/some_basic_explanations.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/interprocess/some_basic_explanations.html')
-rw-r--r--doc/html/interprocess/some_basic_explanations.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/interprocess/some_basic_explanations.html b/doc/html/interprocess/some_basic_explanations.html
index 00b3f79a59..a9e603e3a9 100644
--- a/doc/html/interprocess/some_basic_explanations.html
+++ b/doc/html/interprocess/some_basic_explanations.html
@@ -4,9 +4,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Some basic explanations</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.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../interprocess.html" title="Chapter&#160;15.&#160;Boost.Interprocess">
+<link rel="up" href="../interprocess.html" title="Chapter&#160;16.&#160;Boost.Interprocess">
<link rel="prev" href="quick_guide.html" title="Quick Guide for the Impatient">
<link rel="next" href="sharedmemorybetweenprocesses.html" title="Sharing memory between processes">
</head>
@@ -27,7 +27,7 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="interprocess.some_basic_explanations"></a><a class="link" href="some_basic_explanations.html" title="Some basic explanations">Some basic explanations</a>
</h2></div></div></div>
-<div class="toc"><dl>
+<div class="toc"><dl class="toc">
<dt><span class="section"><a href="some_basic_explanations.html#interprocess.some_basic_explanations.processes_and_threads">Processes
And Threads</a></span></dt>
<dt><span class="section"><a href="some_basic_explanations.html#interprocess.some_basic_explanations.sharing_information">Sharing
@@ -62,7 +62,7 @@
running and each process has its own address space. To share information
between processes we have several alternatives:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Two processes share information using a <span class="bold"><strong>file</strong></span>.
To access to the data, each process uses the usual file read/write mechanisms.
@@ -97,7 +97,7 @@
In <span class="bold"><strong>Boost.Interprocess</strong></span>, we can have 3 types
of persistence:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<span class="bold"><strong>Process-persistence</strong></span>: The mechanism lasts
until all the processes that have opened the mechanism close it, exit
@@ -120,7 +120,7 @@
persistence:
</p>
<div class="table">
-<a name="interprocess.some_basic_explanations.persistence.boost_interprocess_persistence_table"></a><p class="title"><b>Table&#160;15.1.&#160;Boost.Interprocess Persistence Table</b></p>
+<a name="interprocess.some_basic_explanations.persistence.boost_interprocess_persistence_table"></a><p class="title"><b>Table&#160;16.1.&#160;Boost.Interprocess Persistence Table</b></p>
<div class="table-contents"><table class="table" summary="Boost.Interprocess Persistence Table">
<colgroup>
<col>
@@ -291,7 +291,7 @@
between UNIX systems. For this reason, <span class="bold"><strong>Boost.Interprocess</strong></span>
limits this name to a C++ variable identifier or keyword:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Starts with a letter, lowercase or uppercase, such as a letter from a
to z or from A to Z. Examples: <span class="emphasis"><em>Sharedmemory, sharedmemory,
@@ -319,7 +319,7 @@
by functions controlling file opening/creation/erasure:
</p>
<div class="table">
-<a name="interprocess.some_basic_explanations.constructors_destructors_and_resource_lifetime.boost_interprocess_filesystem_analogy"></a><p class="title"><b>Table&#160;15.2.&#160;Boost.Interprocess-Filesystem Analogy</b></p>
+<a name="interprocess.some_basic_explanations.constructors_destructors_and_resource_lifetime.boost_interprocess_filesystem_analogy"></a><p class="title"><b>Table&#160;16.2.&#160;Boost.Interprocess-Filesystem Analogy</b></p>
<div class="table-contents"><table class="table" summary="Boost.Interprocess-Filesystem Analogy">
<colgroup>
<col>
@@ -403,7 +403,7 @@
memory and named semaphores:
</p>
<div class="table">
-<a name="interprocess.some_basic_explanations.constructors_destructors_and_resource_lifetime.boost_interprocess_posix_shared_memory"></a><p class="title"><b>Table&#160;15.3.&#160;Boost.Interprocess-POSIX shared memory</b></p>
+<a name="interprocess.some_basic_explanations.constructors_destructors_and_resource_lifetime.boost_interprocess_posix_shared_memory"></a><p class="title"><b>Table&#160;16.3.&#160;Boost.Interprocess-POSIX shared memory</b></p>
<div class="table-contents"><table class="table" summary="Boost.Interprocess-POSIX shared memory">
<colgroup>
<col>
@@ -463,7 +463,7 @@
</table></div>
</div>
<br class="table-break"><div class="table">
-<a name="interprocess.some_basic_explanations.constructors_destructors_and_resource_lifetime.boost_interprocess_posix_named_semaphore"></a><p class="title"><b>Table&#160;15.4.&#160;Boost.Interprocess-POSIX named semaphore</b></p>
+<a name="interprocess.some_basic_explanations.constructors_destructors_and_resource_lifetime.boost_interprocess_posix_named_semaphore"></a><p class="title"><b>Table&#160;16.4.&#160;Boost.Interprocess-POSIX named semaphore</b></p>
<div class="table-contents"><table class="table" summary="Boost.Interprocess-POSIX named semaphore">
<colgroup>
<col>