summaryrefslogtreecommitdiff
path: root/man/sd_bus_error.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_error.xml
parent4dfefc1914bad6a025e2d6738999e45b74715002 (diff)
downloadsystemd-8474b70c3a3842cdf3d51f331dd117ab6421f6d0.tar.gz
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_error.xml')
-rw-r--r--man/sd_bus_error.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml
index 7144f4ba32..aba80832d2 100644
--- a/man/sd_bus_error.xml
+++ b/man/sd_bus_error.xml
@@ -376,7 +376,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<variablelist>
<varlistentry>
- <term><varname>-EINVAL</varname></term>
+ <term><constant>-EINVAL</constant></term>
<listitem><para>Error was already set in
<structname>sd_bus_error</structname> structure when one the
@@ -384,7 +384,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
</varlistentry>
<varlistentry>
- <term><varname>-ENOMEM</varname></term>
+ <term><constant>-ENOMEM</constant></term>
<listitem><para>Memory allocation failed.</para></listitem>
</varlistentry>