From: Zbigniew Jędrzejewski-Szmek Date: Wed, 8 Jan 2014 03:27:43 +0000 (-0500) Subject: man: fix bogus description of sd_bus_creds_has_*_cap X-Git-Tag: v209~506 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5485de1edbfd442e0727f699a50c489d815d771d man: fix bogus description of sd_bus_creds_has_*_cap --- diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index d0598271f..d7514bb5d 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -309,10 +309,10 @@ along with systemd; If not, see . sd_bus_creds_has_effective_cap will - check whether all of the capabilities specified by - capability were set in the effective - capabilities mask. A positive return value means that they were - set, zero means that they were not set, and a negative return + check whether the capability specified by + capability was set in the effective + capabilities mask. A positive return value means that is were + set, zero means that it was not set, and a negative return value signifies an error. See capabilities7 and Capabilities= and