X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_bus_creds_get_pid.xml;fp=man%2Fsd_bus_creds_get_pid.xml;h=25978a28957491f542cfde655820c031ae0bd2fb;hb=66f756d437658cc464bfb5647c97efd0cf77f933;hp=740082e47851131d05b3b3bc17d57db4bdc5b518;hpb=73e231abde39f22097df50542c745e01de879836;p=elogind.git diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index 740082e47..25978a289 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -225,7 +225,7 @@ along with systemd; If not, see . Description - Those functions return information from an + These functions return information from an sd_bus_creds object. It may be created with sd_bus_creds_new_from_pid3, in which case it will describe the specified process, or it may be @@ -311,7 +311,7 @@ along with systemd; If not, see . sd_bus_creds_has_effective_cap will check whether the capability specified by capability was set in the effective - capabilities mask. A positive return value means that is were + capabilities mask. A positive return value means that is was set, zero means that it was not set, and a negative return value signifies an error. See capabilities7