From: Jesper Nilsson Date: Sat, 26 Apr 2025 15:39:56 +0000 (+0200) Subject: man/sd_bus_slot_set_floating: Improve wording around b parameter X-Git-Tag: v258-rc1~733 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d93292bc599311d07e2b86d048a6a01b96d3e27d;p=thirdparty%2Fsystemd.git man/sd_bus_slot_set_floating: Improve wording around b parameter --- diff --git a/man/sd_bus_slot_set_floating.xml b/man/sd_bus_slot_set_floating.xml index 4143b1fe54e..bdbed27bdf0 100644 --- a/man/sd_bus_slot_set_floating.xml +++ b/man/sd_bus_slot_set_floating.xml @@ -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 sd_bus_slot_set_floating() to switch between both modes: if the - b parameter is zero, the slot object is considered floating, otherwise it is made a regular - (non-floating) slot object. + b parameter is zero, the slot object is made into a regular (non-floating) slot object, + otherwise it is made into a floating slot object. Bus slot objects may be allocated with calls such as sd_bus_add_match3. If the