]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/sd_bus_slot_set_floating: Improve wording around b parameter
authorJesper Nilsson <jespernilsson11@gmail.com>
Sat, 26 Apr 2025 15:39:56 +0000 (17:39 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 17 May 2025 11:43:20 +0000 (12:43 +0100)
(cherry picked from commit d93292bc599311d07e2b86d048a6a01b96d3e27d)
(cherry picked from commit df3529008ef31b4312b7c7e6fab39868f6499a5a)

man/sd_bus_slot_set_floating.xml

index 4143b1fe54e37f577397fa1b3b5c9ad86c216f91..bdbed27bdf0dd1e68051440bb07fce4eb07ffcb3 100644 (file)
@@ -51,8 +51,8 @@
     referenced bus slot object around. The floating state hence controls the direction of referencing between the bus
     object and the bus slot objects: if floating the bus pins the bus slot, and otherwise the bus slot pins the bus
     objects. Use <function>sd_bus_slot_set_floating()</function> to switch between both modes: if the
-    <parameter>b</parameter> parameter is zero, the slot object is considered floating, otherwise it is made a regular
-    (non-floating) slot object.</para>
+    <parameter>b</parameter> parameter is zero, the slot object is made into a regular (non-floating) slot object,
+    otherwise it is made into a floating slot object.</para>
 
     <para>Bus slot objects may be allocated with calls such as
     <citerefentry><refentrytitle>sd_bus_add_match</refentrytitle><manvolnum>3</manvolnum></citerefentry>. If the