chiark / gitweb /
bus: fix issue with reference counting
[elogind.git] / man / sd_bus_creds_get_pid.xml
index 9de5001d4912b5ba59e72a107bef34d1f155fe7a..40de81f82e202d91ca07fcf07387536698b84dd8 100644 (file)
@@ -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
@@ -402,6 +402,14 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
        </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><varname>-ENXIO</varname></term>
+
+        <listitem><para>An error occured in parsing cgroup paths.
+        <filename>libsystemd</filename> might be out of sync with
+        the running systemd version.</para></listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><varname>-EINVAL</varname></term>
 
@@ -423,7 +431,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
     <para><function>sd_bus_open_user()</function> and other functions
     described here are available as a shared library, which can be
     compiled and linked to with the
-    <constant>libsystemd-bus</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+    <constant>libsystemd</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
     file.</para>
   </refsect1>