From: Zbigniew Jędrzejewski-Szmek Date: Wed, 18 Mar 2020 16:57:07 +0000 (+0100) Subject: man: say "is" not "has been" X-Git-Tag: v246-rc1~726^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15153%2Fhead;p=thirdparty%2Fsystemd.git man: say "is" not "has been" --- diff --git a/man/sd_bus_set_description.xml b/man/sd_bus_set_description.xml index 776a2579431..84ac76e66c1 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).