Emdash fixes

Use — instead of unicode character.
Use colon instead of &mdash in section_support-compute.xml.
Remove wrong usage of "--" in hds-hnas-driver.xml.

Change-Id: I8e7107e86de43569fb706d2bf8b38483b19c93d4
This commit is contained in:
Andreas Jaeger 2014-09-25 19:54:08 +02:00
parent 1e468bc749
commit 347d84bfee
4 changed files with 38 additions and 16 deletions

View File

@ -1,8 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section [
<!ENTITY % openstack SYSTEM "entities/openstack.ent">
%openstack;
]>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
@ -62,14 +58,32 @@
<filename>/var/log/nova/nova-api-err.log</filename>.</para>
<para>The report has the following sections:
<itemizedlist>
<listitem><para>Package &mdash; Displays information about the package to which
the process belongs, including version information.</para></listitem>
<listitem><para>Threads &mdash; Displays stack traces and thread IDs for each of the threads within the
process.</para></listitem>
<listitem><para>Green Threads &mdash; Displays stack traces for each of the green
threads within the process (green threads do not have thread IDs).</para></listitem>
<listitem><para>Configuration &mdash; Lists all configuration options currently accessible through the CONF
object for the current process.</para></listitem>
<listitem>
<para>
Package: Displays information about the package to
which the process belongs, including version
information.
</para>
</listitem>
<listitem>
<para>
Threads: Displays stack traces and thread IDs for
each of the threads within the process.</para>
</listitem>
<listitem>
<para>
Green Threads: Displays stack traces for each of
the green threads within the process (green
threads do not have thread IDs).
</para>
</listitem>
<listitem>
<para>
Configuration: Lists all configuration options
currently accessible through the CONF object for
the current process.
</para>
</listitem>
</itemizedlist></para>
<para>For more information, see <link
xlink:href="http://docs.openstack.org/developer/nova/devref/gmr.html"

View File

@ -1,4 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section [
<!ENTITY % openstack SYSTEM "../../../common/entities/openstack.ent">
%openstack;
]>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
xmlns:xi="http://www.w3.org/2001/XInclude"
@ -249,7 +253,7 @@
from the SAN is greater than that specified in reserved
space.</para>
</note>
<para><emphasis role="bold">Unlimited</emphasis>Unlimited
<para><emphasis role="bold">Unlimited</emphasis>&mdash;Unlimited
means that the amount of space allocated to the repository
is unlimited and additional space is allocated to the
repository automatically when space is required and

View File

@ -437,8 +437,8 @@ cinder type-key platinum set volume_backend_name=hnas-2</programlisting>
<td>
<para>Service labels: these four predefined
names help four different sets of
configuration options -- each can specify
HDP and an unique volume type.</para>
configuration options. Each can specify
HDP and a unique volume type.</para>
</td>
</tr>
<tr>

View File

@ -1,4 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section [
<!ENTITY % openstack SYSTEM "../common/entities/openstack.ent">
%openstack;
]>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
@ -127,7 +131,7 @@
<listitem>
<para>You cannot launch instances for a disabled
project. Instances that are already running are
not automatically terminated thoughyou must stop
not automatically terminated though&mdash;you must stop
them manually.</para>
</listitem>
<listitem>