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.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/atomic/porting.html b/doc/html/atomic/porting.html
index c11ef4b033..4187b3ad57 100644
--- a/doc/html/atomic/porting.html
+++ b/doc/html/atomic/porting.html
@@ -4,11 +4,11 @@
<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.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="../atomic.html" title="Chapter&#160;5.&#160;Boost.Atomic">
+<link rel="up" href="../atomic.html" title="Chapter&#160;6.&#160;Boost.Atomic">
<link rel="prev" href="limitations.html" title="Limitations">
-<link rel="next" href="../chrono.html" title="Chapter&#160;6.&#160;Boost.Chrono 2.0.5">
+<link rel="next" href="../chrono.html" title="Chapter&#160;7.&#160;Boost.Chrono 2.0.5">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -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>
+<div class="toc"><dl class="toc">
<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" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-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" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-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" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-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.