diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-09-25 17:27:46 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-09-25 18:19:03 -0400 |
commit | 8474b70c3a3842cdf3d51f331dd117ab6421f6d0 (patch) | |
tree | 741529332b38fd04cdfff53f5f552b62e5433841 /man/sd_bus_message_get_cookie.xml | |
parent | 4dfefc1914bad6a025e2d6738999e45b74715002 (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_message_get_cookie.xml')
-rw-r--r-- | man/sd_bus_message_get_cookie.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_message_get_cookie.xml b/man/sd_bus_message_get_cookie.xml index 641ecec659..3e3f9bd7be 100644 --- a/man/sd_bus_message_get_cookie.xml +++ b/man/sd_bus_message_get_cookie.xml @@ -107,14 +107,14 @@ <variablelist> <varlistentry> - <term><varname>-EINVAL</varname></term> + <term><constant>-EINVAL</constant></term> <listitem><para>A specified parameter is invalid.</para></listitem> </varlistentry> <varlistentry> - <term><varname>-ENODATA</varname></term> + <term><constant>-ENODATA</constant></term> <listitem><para>No cookie has been assigned to this message. This either |