From 8474b70c3a3842cdf3d51f331dd117ab6421f6d0 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 25 Sep 2014 17:27:46 -0400 Subject: man: use markup for errno value We were inconsistent, but marking them up as constants makes more sense then as variables. --- man/sd_bus_message_append_basic.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/sd_bus_message_append_basic.xml') diff --git a/man/sd_bus_message_append_basic.xml b/man/sd_bus_message_append_basic.xml index 7c5f1e9ddc..2594134d87 100644 --- a/man/sd_bus_message_append_basic.xml +++ b/man/sd_bus_message_append_basic.xml @@ -219,35 +219,35 @@ along with systemd; If not, see . - -EINVAL + -EINVAL Specified parameter is invalid. - -EPERM + -EPERM Message has been sealed. - -ESTALE + -ESTALE Message is in invalid state. - -ENXIO + -ENXIO Message cannot be appended to. - -ENOMEM + -ENOMEM Memory allocation failed. -- cgit v1.2.3-54-g00ecf