From: Zbigniew Jędrzejewski-Szmek Date: Thu, 25 Sep 2014 21:27:46 +0000 (-0400) Subject: man: use markup for errno value X-Git-Tag: v217~428 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=8474b70c3a3842cdf3d51f331dd117ab6421f6d0 man: use markup for errno value We were inconsistent, but marking them up as constants makes more sense then as variables. --- diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index 40ed81ecb..635876247 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -381,7 +381,7 @@ along with systemd; If not, see . - -ENODATA + -ENODATA Given field is not available in c. @@ -389,7 +389,7 @@ along with systemd; If not, see . - -ENOENT + -ENOENT Given field is not specified for the sender. This will be returned by sd_bus_get_unit, @@ -403,7 +403,7 @@ along with systemd; If not, see . - -ENXIO + -ENXIO An error occurred in parsing cgroup paths. libsystemd might be out of sync with @@ -411,14 +411,14 @@ along with systemd; If not, see . - -EINVAL + -EINVAL Specified pointer parameter is NULL. - -ENOMEM + -ENOMEM Memory allocation failed. diff --git a/man/sd_bus_creds_new_from_pid.xml b/man/sd_bus_creds_new_from_pid.xml index bc94c4409..f3ea1defe 100644 --- a/man/sd_bus_creds_new_from_pid.xml +++ b/man/sd_bus_creds_new_from_pid.xml @@ -205,14 +205,14 @@ along with systemd; If not, see . - -ESRCH + -ESRCH Specified pid could not be found. - -EINVAL + -EINVAL Specified parameter is invalid (NULL in case of output @@ -220,7 +220,7 @@ along with systemd; If not, see . - -ENOMEM + -ENOMEM Memory allocation failed. diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index 7144f4ba3..aba80832d 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -376,7 +376,7 @@ along with systemd; If not, see . - -EINVAL + -EINVAL Error was already set in sd_bus_error structure when one the @@ -384,7 +384,7 @@ along with systemd; If not, see . - -ENOMEM + -ENOMEM Memory allocation failed. diff --git a/man/sd_bus_message_append_basic.xml b/man/sd_bus_message_append_basic.xml index 7c5f1e9dd..2594134d8 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. diff --git a/man/sd_bus_message_get_cookie.xml b/man/sd_bus_message_get_cookie.xml index 641ecec65..3e3f9bd7b 100644 --- a/man/sd_bus_message_get_cookie.xml +++ b/man/sd_bus_message_get_cookie.xml @@ -107,14 +107,14 @@ - -EINVAL + -EINVAL A specified parameter is invalid. - -ENODATA + -ENODATA No cookie has been assigned to this message. This either diff --git a/man/sd_bus_message_get_monotonic_usec.xml b/man/sd_bus_message_get_monotonic_usec.xml index 311ba5561..290faf2a5 100644 --- a/man/sd_bus_message_get_monotonic_usec.xml +++ b/man/sd_bus_message_get_monotonic_usec.xml @@ -139,14 +139,14 @@ - -EINVAL + -EINVAL A specified parameter is invalid. - -ENODATA + -ENODATA No timestamp or sequence number information is diff --git a/man/sd_bus_negotiate_fds.xml b/man/sd_bus_negotiate_fds.xml index c91318cd9..fb313e34f 100644 --- a/man/sd_bus_negotiate_fds.xml +++ b/man/sd_bus_negotiate_fds.xml @@ -143,7 +143,7 @@ along with systemd; If not, see . - -EPERM + -EPERM The bus connection has already been started. diff --git a/man/sd_bus_new.xml b/man/sd_bus_new.xml index 1f8d787ee..8c56dc0d2 100644 --- a/man/sd_bus_new.xml +++ b/man/sd_bus_new.xml @@ -112,7 +112,7 @@ along with systemd; If not, see . - -ENOMEM + -ENOMEM Memory allocation failed. diff --git a/man/sd_bus_open_user.xml b/man/sd_bus_open_user.xml index 6cb4a314a..47f836148 100644 --- a/man/sd_bus_open_user.xml +++ b/man/sd_bus_open_user.xml @@ -171,7 +171,7 @@ along with systemd; If not, see . - -EINVAL + -EINVAL Specified parameter is invalid (NULL in case of output @@ -179,7 +179,7 @@ along with systemd; If not, see . - -ENOMEM + -ENOMEM Memory allocation failed. diff --git a/man/sd_bus_request_name.xml b/man/sd_bus_request_name.xml index c23bbb37b..ca082183c 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 diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml index f282a5094..012fdb6a1 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. diff --git a/man/sd_event_add_defer.xml b/man/sd_event_add_defer.xml index 6c937098b..442600a93 100644 --- a/man/sd_event_add_defer.xml +++ b/man/sd_event_add_defer.xml @@ -138,25 +138,25 @@ along with systemd; If not, see . - -ENOMEM + -ENOMEM Not enough memory to allocate an object. - -EINVAL + -EINVAL An invalid argument has been passed. - -ESTALE + -ESTALE The event loop is already terminated. - -ECHILD + -ECHILD The event loop has been created in a different process. diff --git a/man/sd_event_add_signal.xml b/man/sd_event_add_signal.xml index 1517c1021..658426881 100644 --- a/man/sd_event_add_signal.xml +++ b/man/sd_event_add_signal.xml @@ -134,20 +134,20 @@ along with systemd; If not, see . - -ENOMEM + -ENOMEM Not enough memory to allocate an object. - -EINVAL + -EINVAL An invalid argument has been passed. - -EBUSY + -EBUSY An handler is already installed for this signal or the signal was not blocked previously. @@ -155,14 +155,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. diff --git a/man/sd_event_add_time.xml b/man/sd_event_add_time.xml index f16b84f60..77b8828bb 100644 --- a/man/sd_event_add_time.xml +++ b/man/sd_event_add_time.xml @@ -196,34 +196,34 @@ along with systemd; If not, see . - -ENOMEM + -ENOMEM Not enough memory to allocate an object. - -EINVAL + -EINVAL An invalid argument has been passed. - -ESTALE + -ESTALE The event loop is already terminated. - -ECHILD + -ECHILD The event loop has been created in a different process. - -ENOTSUP + -ENOTSUP The selected clock is not supported by the event loop implementation. diff --git a/man/sd_event_new.xml b/man/sd_event_new.xml index 3062f43e6..d392ed30b 100644 --- a/man/sd_event_new.xml +++ b/man/sd_event_new.xml @@ -138,13 +138,13 @@ along with systemd; If not, see . - -ENOMEM + -ENOMEM Not enough memory to allocate the object. - -EMFILE + -EMFILE The maximum number of event loops has been allocated.