From 9178398f2e117fe0ad7c8bbdca86a112e73feeea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 18 Mar 2020 17:57:07 +0100 Subject: [PATCH] man: say "is" not "has been" --- man/sd_bus_set_description.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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). -- 2.47.3