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_error.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_error.xml')
-rw-r--r-- | man/sd_bus_error.xml | 4 |
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> |