[systemd-commits] man/sd_bus_creds_get_pid.xml
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Tue Jan 7 19:28:19 PST 2014
man/sd_bus_creds_get_pid.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 5485de1edbfd442e0727f699a50c489d815d771d
Author: Zbigniew JÄdrzejewski-Szmek <zbyszek at in.waw.pl>
Date: Tue Jan 7 22:27:43 2014 -0500
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 d059827..d7514bb 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 <http://www.gnu.org/licenses/>.
</para>
<para><function>sd_bus_creds_has_effective_cap</function> will
- check whether all of the capabilities specified by
- <parameter>capability</parameter> 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
+ <parameter>capability</parameter> 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
<citerefentry><refentrytitle>capabilities</refentrytitle><manvolnum>7</manvolnum></citerefentry>
and <varname>Capabilities=</varname> and
More information about the systemd-commits
mailing list