summaryrefslogtreecommitdiff
path: root/man/sd_bus_request_name.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-09-25 17:27:46 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-09-25 18:19:03 -0400
commit8474b70c3a3842cdf3d51f331dd117ab6421f6d0 (patch)
tree741529332b38fd04cdfff53f5f552b62e5433841 /man/sd_bus_request_name.xml
parent4dfefc1914bad6a025e2d6738999e45b74715002 (diff)
man: use <constant> markup for errno value
We were inconsistent, but marking them up as constants makes more sense then as variables.
Diffstat (limited to 'man/sd_bus_request_name.xml')
-rw-r--r--man/sd_bus_request_name.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/sd_bus_request_name.xml b/man/sd_bus_request_name.xml
index c23bbb37bc..ca082183cc 100644
--- a/man/sd_bus_request_name.xml
+++ b/man/sd_bus_request_name.xml
@@ -143,7 +143,7 @@
<variablelist>
<varlistentry>
- <term><varname>-EALREADY</varname></term>
+ <term><constant>-EALREADY</constant></term>
<listitem><para>The caller already is
the owner of the specified
@@ -151,7 +151,7 @@
</varlistentry>
<varlistentry>
- <term><varname>-EEXIST</varname></term>
+ <term><constant>-EEXIST</constant></term>
<listitem><para>The name has already
been acquired by a different peer, and
@@ -163,7 +163,7 @@
</varlistentry>
<varlistentry>
- <term><varname>-ESRCH</varname></term>
+ <term><constant>-ESRCH</constant></term>
<listitem><para>It was attempted to
release a name that is currently not
@@ -172,7 +172,7 @@
</varlistentry>
<varlistentry>
- <term><varname>-EADDRINUSE</varname></term>
+ <term><constant>-EADDRINUSE</constant></term>
<listitem><para>It was attempted to
release a name that is owned by a
@@ -181,21 +181,21 @@
</varlistentry>
<varlistentry>
- <term><varname>-EINVAL</varname></term>
+ <term><constant>-EINVAL</constant></term>
<listitem><para>A specified parameter
is invalid.</para></listitem>
</varlistentry>
<varlistentry>
- <term><varname>-ENOTCONN</varname></term>
+ <term><constant>-ENOTCONN</constant></term>
<listitem><para>The bus connection has
been disconnected.</para></listitem>
</varlistentry>
<varlistentry>
- <term><varname>-ECHILD</varname></term>
+ <term><constant>-ECHILD</constant></term>
<listitem><para>The bus connection has
been created in a different process