summaryrefslogtreecommitdiff
path: root/doc/html/atomic/porting.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/atomic/porting.html')
-rw-r--r--doc/html/atomic/porting.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/atomic/porting.html b/doc/html/atomic/porting.html
index 57d09a7070..c11ef4b033 100644
--- a/doc/html/atomic/porting.html
+++ b/doc/html/atomic/porting.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Porting</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../atomic.html" title="Chapter&#160;5.&#160;Boost.Atomic">
<link rel="prev" href="limitations.html" title="Limitations">
@@ -27,7 +27,7 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="atomic.porting"></a><a class="link" href="porting.html" title="Porting">Porting</a>
</h2></div></div></div>
-<div class="toc"><dl class="toc">
+<div class="toc"><dl>
<dt><span class="section"><a href="porting.html#atomic.porting.unit_tests">Unit tests</a></span></dt>
<dt><span class="section"><a href="porting.html#atomic.porting.tested_compilers">Tested compilers</a></span></dt>
<dt><span class="section"><a href="porting.html#atomic.porting.acknowledgements">Acknowledgements</a></span></dt>
@@ -40,7 +40,7 @@
<span class="bold"><strong>Boost.Atomic</strong></span> provides a unit test suite
to verify that the implementation behaves as expected:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<span class="bold"><strong>fallback_api.cpp</strong></span> verifies that the fallback-to-locking
aspect of <span class="bold"><strong>Boost.Atomic</strong></span> compiles and
@@ -87,7 +87,7 @@
<span class="bold"><strong>Boost.Atomic</strong></span> has been tested on and is known
to work on the following compilers/platforms:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
gcc 4.x: i386, x86_64, ppc32, ppc64, sparcv9, armv6, alpha
</li>
@@ -100,7 +100,7 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="atomic.porting.acknowledgements"></a><a class="link" href="porting.html#atomic.porting.acknowledgements" title="Acknowledgements">Acknowledgements</a>
</h3></div></div></div>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
Adam Wulkiewicz created the logo used on the <a href="https://github.com/boostorg/atomic" target="_top">GitHub
project page</a>. The logo was taken from his <a href="https://github.com/awulkiew/boost-logos" target="_top">collection</a>
of Boost logos.