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_request_name.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'man/sd_bus_request_name.xml') diff --git a/man/sd_bus_request_name.xml b/man/sd_bus_request_name.xml index c23bbb37bc..ca082183cc 100644 --- a/man/sd_bus_request_name.xml +++ b/man/sd_bus_request_name.xml @@ -143,7 +143,7 @@ - -EALREADY + -EALREADY The caller already is the owner of the specified @@ -151,7 +151,7 @@ - -EEXIST + -EEXIST The name has already been acquired by a different peer, and @@ -163,7 +163,7 @@ - -ESRCH + -ESRCH It was attempted to release a name that is currently not @@ -172,7 +172,7 @@ - -EADDRINUSE + -EADDRINUSE It was attempted to release a name that is owned by a @@ -181,21 +181,21 @@ - -EINVAL + -EINVAL A specified parameter is invalid. - -ENOTCONN + -ENOTCONN The bus connection has been disconnected. - -ECHILD + -ECHILD The bus connection has been created in a different process -- cgit v1.2.3-54-g00ecf