summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2014-02-17 03:58:37 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-02-17 19:03:07 -0500
commit3c8fa0fd0f99996088e42c5d48e164fdae4ada40 (patch)
treee1628b583bd3508701590e39273c7ec3017dfc99
parentdc968941bfc9be464e1df15afa05693dec3ec192 (diff)
doc: properly use XML entities
-rw-r--r--man/localtime.xml2
-rw-r--r--man/sd_bus_error.xml8
2 files changed, 5 insertions, 5 deletions
diff --git a/man/localtime.xml b/man/localtime.xml
index b7fd1ba15d..dbf2379e7d 100644
--- a/man/localtime.xml
+++ b/man/localtime.xml
@@ -55,7 +55,7 @@
</refnamediv>
<refsynopsisdiv>
- <para><filename>/etc/localtime</filename> -> <filename>../usr/share/zoneinfo/…</filename></para>
+ <para><filename>/etc/localtime</filename> -&gt; <filename>../usr/share/zoneinfo/…</filename></para>
</refsynopsisdiv>
<refsect1>
diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml
index 671df441ea..f3abd28a03 100644
--- a/man/sd_bus_error.xml
+++ b/man/sd_bus_error.xml
@@ -297,7 +297,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<parameter>format</parameter> and the arguments.</para>
<para><function>sd_bus_error_get_errno</function> is will convert
- <structname>e->name</structname> to an errno-like value using the
+ <structname>e-&gt;name</structname> to an errno-like value using the
same rules as <function>sd_bus_error_set</function>. If
<parameter>e</parameter> is <constant>NULL</constant>, 0 will be
returned.</para>
@@ -343,7 +343,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<para><function>sd_bus_error_get_errno</function> returns
<constant>false</constant> when <parameter>e</parameter> is
<constant>NULL</constant>, and a positive errno value mapped from
- <parameter>e->name</parameter> otherwise.</para>
+ <parameter>e-&gt;name</parameter> otherwise.</para>
<para><function>sd_bus_error_copy</function> returns 0 or a
positive integer on success, and one of the negative error values
@@ -351,12 +351,12 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<para><function>sd_bus_error_is_set</function> returns
<constant>true</constant> when <parameter>e</parameter> and
- <parameter>e->name</parameter> are non-<constant>NULL</constant>,
+ <parameter>e-&gt;name</parameter> are non-<constant>NULL</constant>,
<constant>false</constant> otherwise.</para>
<para><function>sd_bus_error_has_name</function> returns
<constant>true</constant> when <parameter>e</parameter> is
- non-<constant>NULL</constant> and <parameter>e->name</parameter>
+ non-<constant>NULL</constant> and <parameter>e-&gt;name</parameter>
is equal to <parameter>name</parameter>,
<constant>false</constant> otherwise.</para>
</refsect1>