summaryrefslogtreecommitdiff
path: root/man/sd_bus_slot_set_floating.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-06-12 16:19:21 +0200
committerLennart Poettering <lennart@poettering.net>2018-06-12 16:31:30 +0200
commit1b2ad5d9a58a0f51e3515f8875051aa284f0b831 (patch)
treee7f56712dccbfdeacd85c70d22b7f87c6c806446 /man/sd_bus_slot_set_floating.xml
parentf4ea7552c109942b49cc1a3c37e959716fb8c453 (diff)
downloadsystemd-1b2ad5d9a58a0f51e3515f8875051aa284f0b831.tar.gz
doc: more spelling fixes
Diffstat (limited to 'man/sd_bus_slot_set_floating.xml')
-rw-r--r--man/sd_bus_slot_set_floating.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_slot_set_floating.xml b/man/sd_bus_slot_set_floating.xml
index 650b56f8c2..77057c26cd 100644
--- a/man/sd_bus_slot_set_floating.xml
+++ b/man/sd_bus_slot_set_floating.xml
@@ -50,7 +50,7 @@
itself and is freed automatically when the bus object is freed. Regular (i.e. non-floating) bus slot objects keep
the bus referenced, hence the bus object remains allocated at least as long as there remains at least one
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 the bus slot, and otherwise the bus slot pins 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>