Skip to content

Commit d93292b

Browse files
JesperNilsson11yuwata
authored andcommitted
man/sd_bus_slot_set_floating: Improve wording around b parameter
1 parent 406f5ea commit d93292b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

man/sd_bus_slot_set_floating.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
referenced bus slot object around. The floating state hence controls the direction of referencing between the bus
5252
object and the bus slot objects: if floating the bus pins the bus slot, and otherwise the bus slot pins the bus
5353
objects. Use <function>sd_bus_slot_set_floating()</function> to switch between both modes: if the
54-
<parameter>b</parameter> parameter is zero, the slot object is considered floating, otherwise it is made a regular
55-
(non-floating) slot object.</para>
54+
<parameter>b</parameter> parameter is zero, the slot object is made into a regular (non-floating) slot object,
55+
otherwise it is made into a floating slot object.</para>
5656

5757
<para>Bus slot objects may be allocated with calls such as
5858
<citerefentry><refentrytitle>sd_bus_add_match</refentrytitle><manvolnum>3</manvolnum></citerefentry>. If the

0 commit comments

Comments
 (0)