diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-09-25 17:27:46 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-09-25 18:19:03 -0400 |
commit | 8474b70c3a3842cdf3d51f331dd117ab6421f6d0 (patch) | |
tree | 741529332b38fd04cdfff53f5f552b62e5433841 /man/sd_bus_creds_get_pid.xml | |
parent | 4dfefc1914bad6a025e2d6738999e45b74715002 (diff) |
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_get_pid.xml')
-rw-r--r-- | man/sd_bus_creds_get_pid.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index 40ed81ecb0..6358762470 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 <http://www.gnu.org/licenses/>. <variablelist> <varlistentry> - <term><varname>-ENODATA</varname></term> + <term><constant>-ENODATA</constant></term> <listitem><para>Given field is not available in <parameter>c</parameter>.</para> @@ -389,7 +389,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </varlistentry> <varlistentry> - <term><varname>-ENOENT</varname></term> + <term><constant>-ENOENT</constant></term> <listitem><para>Given field is not specified for the sender. This will be returned by <function>sd_bus_get_unit</function>, @@ -403,7 +403,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </varlistentry> <varlistentry> - <term><varname>-ENXIO</varname></term> + <term><constant>-ENXIO</constant></term> <listitem><para>An error occurred in parsing cgroup paths. <filename>libsystemd</filename> might be out of sync with @@ -411,14 +411,14 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </varlistentry> <varlistentry> - <term><varname>-EINVAL</varname></term> + <term><constant>-EINVAL</constant></term> <listitem><para>Specified pointer parameter is <constant>NULL</constant>. </para></listitem> </varlistentry> <varlistentry> - <term><varname>-ENOMEM</varname></term> + <term><constant>-ENOMEM</constant></term> <listitem><para>Memory allocation failed.</para></listitem> </varlistentry> |