aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/xml/manual/concurrency.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/doc/xml/manual/concurrency.xml')
-rw-r--r--libstdc++-v3/doc/xml/manual/concurrency.xml26
1 files changed, 11 insertions, 15 deletions
diff --git a/libstdc++-v3/doc/xml/manual/concurrency.xml b/libstdc++-v3/doc/xml/manual/concurrency.xml
index f6a7366ff0d..e3dd9b9468a 100644
--- a/libstdc++-v3/doc/xml/manual/concurrency.xml
+++ b/libstdc++-v3/doc/xml/manual/concurrency.xml
@@ -1,12 +1,11 @@
-<?xml version='1.0'?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
-[ ]>
-
-<chapter id="std.concurrency" xreflabel="Concurrency">
+<chapter xmlns="http://docbook.org/ns/docbook" version="5.0"
+ xml:id="std.concurrency" xreflabel="Concurrency">
<?dbhtml filename="concurrency.html"?>
-<chapterinfo>
+<info><title>
+ Concurrency
+ <indexterm><primary>Concurrency</primary></indexterm>
+</title>
<keywordset>
<keyword>
ISO C++
@@ -27,12 +26,9 @@
condition_variable
</keyword>
</keywordset>
-</chapterinfo>
+</info>
+
-<title>
- Concurrency
- <indexterm><primary>Concurrency</primary></indexterm>
-</title>
<para>
Facilities for concurrent operation, and control thereof.
@@ -40,8 +36,8 @@
<!-- Sect1 01 : API -->
-<sect1 id="std.concurrency.api">
- <title>API Reference</title>
+<section xml:id="std.concurrency.api"><info><title>API Reference</title></info>
+
<para>
All items are declared in one of four standard header files.
@@ -80,6 +76,6 @@
<!-- Doxygen XML: api/group__concurrency.xml -->
-</sect1>
+</section>
</chapter>