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_event_add_child.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/sd_event_add_child.xml') diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml index f282a5094a..012fdb6a1a 100644 --- a/man/sd_event_add_child.xml +++ b/man/sd_event_add_child.xml @@ -137,13 +137,13 @@ along with systemd; If not, see . - -ENOMEM + -ENOMEM Not enough memory to allocate an object. - -EINVAL + -EINVAL An invalid argument has been passed. This includes specyfing an empty mask in options or a mask @@ -155,7 +155,7 @@ along with systemd; If not, see . - -EBUSY + -EBUSY An handler is already installed for this child. @@ -163,14 +163,14 @@ along with systemd; If not, see . - -ESTALE + -ESTALE The event loop is already terminated. - -ECHILD + -ECHILD The event loop has been created in a different process. -- cgit v1.2.3-54-g00ecf