mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
man: also mention EINVAL in sd_bus_slot_set_floating(3)
This commit is contained in:
parent
24924cc959
commit
e3736e0223
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user