diff --git a/man/sd_bus_set_description.xml b/man/sd_bus_set_description.xml
index 776a257943..84ac76e66c 100644
--- a/man/sd_bus_set_description.xml
+++ b/man/sd_bus_set_description.xml
@@ -87,7 +87,7 @@
and freed when the bus object is deallocated. The
description argument may be NULL, in
which case the description is unset. This function must be called before the bus
- has been started.
+ is started.
sd_bus_get_description() returns a description string
in description. This string may have been previously set
@@ -99,7 +99,7 @@
sd_bus_set_anonymous() enables or disables "anonymous
authentication", i.e. lack of authentication, of the bus peer. This function must
- be called before the bus has been started. See the Authentication
Mechanisms section of the D-Bus specification for details.
@@ -109,7 +109,7 @@
sd_bus_set_trusted() sets the "trusted" state on the
bus object. If true, all connections on the bus are
trusted and access to all privileged and unprivileged methods is granted. This
- function must be called before the bus has been started.
+ function must be called before the bus is started.
sd_bus_is_trusted() returns true if the bus connection is trusted (in the
sense described in previous paragraph).