diff options
Diffstat (limited to 'man/sd_machine_get_class.xml')
-rw-r--r-- | man/sd_machine_get_class.xml | 45 |
1 files changed, 22 insertions, 23 deletions
diff --git a/man/sd_machine_get_class.xml b/man/sd_machine_get_class.xml index 5fdc759010..db6cf0dbc0 100644 --- a/man/sd_machine_get_class.xml +++ b/man/sd_machine_get_class.xml @@ -66,38 +66,37 @@ <refsect1> <title>Return Value</title> - <para>On success, these calls return 0 or a positive integer. On - failure, these calls return a negative errno-style error - code.</para> - </refsect1> + <para>On success, these calls return 0 or a positive integer. On failure, these calls return a negative + errno-style error code.</para> - <refsect1> - <title>Errors</title> + <refsect2> + <title>Errors</title> - <para>Returned errors may indicate the following problems:</para> + <para>Returned errors may indicate the following problems:</para> - <variablelist> + <variablelist> - <varlistentry> - <term><constant>-ENXIO</constant></term> + <varlistentry> + <term><constant>-ENXIO</constant></term> - <listitem><para>The specified machine does not exist or is currently not running.</para> - </listitem> - </varlistentry> + <listitem><para>The specified machine does not exist or is currently not running.</para> + </listitem> + </varlistentry> - <varlistentry> - <term><constant>-EINVAL</constant></term> + <varlistentry> + <term><constant>-EINVAL</constant></term> - <listitem><para>An input parameter was invalid (out of range, - or NULL, where that is not accepted).</para></listitem> - </varlistentry> + <listitem><para>An input parameter was invalid (out of range, or <constant>NULL</constant>, where + that is not accepted).</para></listitem> + </varlistentry> - <varlistentry> - <term><constant>-ENOMEM</constant></term> + <varlistentry> + <term><constant>-ENOMEM</constant></term> - <listitem><para>Memory allocation failed.</para></listitem> - </varlistentry> - </variablelist> + <listitem><para>Memory allocation failed.</para></listitem> + </varlistentry> + </variablelist> + </refsect2> </refsect1> <xi:include href="libsystemd-pkgconfig.xml" /> |