mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
man: also mention EINVAL in sd_bus_slot_set_floating(3)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
<funcprototype>
|
||||
<funcdef>int <function>sd_bus_slot_set_floating</function></funcdef>
|
||||
<paramdef>sd_bus_slot *<parameter>bus</parameter></paramdef>
|
||||
<paramdef>sd_bus_slot *<parameter>slot</parameter></paramdef>
|
||||
<paramdef>int <parameter>b</parameter></paramdef>
|
||||
</funcprototype>
|
||||
|
||||
@@ -81,6 +81,12 @@
|
||||
<para>Returned errors may indicate the following problems:</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><constant>-EINVAL</constant></term>
|
||||
|
||||
<listitem><para>The <parameter>slot</parameter> parameter is <constant>NULL</constant>.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><constant>-ECHILD</constant></term>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user