diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-09-25 23:27:46 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-09-26 00:19:03 +0200 |
commit | 8474b70c3a3842cdf3d51f331dd117ab6421f6d0 (patch) | |
tree | 741529332b38fd04cdfff53f5f552b62e5433841 /man/sd_bus_creds_new_from_pid.xml | |
parent | man: document sd_event_add_{defer,post,exit} (diff) | |
download | systemd-8474b70c3a3842cdf3d51f331dd117ab6421f6d0.tar.xz systemd-8474b70c3a3842cdf3d51f331dd117ab6421f6d0.zip |
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_creds_new_from_pid.xml')
-rw-r--r-- | man/sd_bus_creds_new_from_pid.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/sd_bus_creds_new_from_pid.xml b/man/sd_bus_creds_new_from_pid.xml index bc94c44095..f3ea1defe1 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 <http://www.gnu.org/licenses/>. <variablelist> <varlistentry> - <term><varname>-ESRCH</varname></term> + <term><constant>-ESRCH</constant></term> <listitem><para>Specified <parameter>pid</parameter> could not be found.</para></listitem> </varlistentry> <varlistentry> - <term><varname>-EINVAL</varname></term> + <term><constant>-EINVAL</constant></term> <listitem><para>Specified parameter is invalid (<constant>NULL</constant> in case of output @@ -220,7 +220,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> |