]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/sd_bus_set_description.xml
shared/conf-parser: turn CONFIG_PARSE_REFUSE_BOM flag into a local variable
[thirdparty/systemd.git] / man / sd_bus_set_description.xml
index af02c20dd8cc6ea178b785c80ec13a1691b8328d..3c5580e27cace84a2c879154dbbfaef9220b9404 100644 (file)
@@ -1,10 +1,7 @@
 <?xml version='1.0'?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-
-<!--
-  SPDX-License-Identifier: LGPL-2.1+
--->
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+<!-- SPDX-License-Identifier: LGPL-2.1+ -->
 
 <refentry id="sd_bus_set_description" xmlns:xi="http://www.w3.org/2001/XInclude">
 
   <refsect1>
     <title>Return Value</title>
 
-    <para>On success, these functions return 0 or a positive integer. On failure,
-    they return a negative errno-style error code.</para>
-  </refsect1>
+    <para>On success, these functions return 0 or a positive integer. On failure, they return a negative
+    errno-style error code.</para>
 
-  <refsect1>
-    <title>Errors</title>
+    <refsect2>
+      <title>Errors</title>
 
-    <para>Returned errors may indicate the following problems:</para>
+      <para>Returned errors may indicate the following problems:</para>
 
-    <variablelist>
-      <varlistentry>
-        <term><constant>-EINVAL</constant></term>
+      <variablelist>
+        <varlistentry>
+          <term><constant>-EINVAL</constant></term>
 
-        <listitem><para>An argument is invalid.</para></listitem>
-      </varlistentry>
-    </variablelist>
+          <listitem><para>An argument is invalid.</para></listitem>
+        </varlistentry>
 
-    <variablelist>
-      <varlistentry>
-        <term><constant>-ENOPKG</constant></term>
+        <varlistentry>
+          <term><constant>-ENOPKG</constant></term>
 
-        <listitem><para>The bus cannot be resolved.</para></listitem>
-      </varlistentry>
-    </variablelist>
+          <listitem><para>The bus cannot be resolved.</para></listitem>
+        </varlistentry>
 
-    <variablelist>
-      <varlistentry>
-        <term><constant>-EPERM</constant></term>
+        <varlistentry>
+          <term><constant>-EPERM</constant></term>
 
-        <listitem><para>The bus has already been started.</para></listitem>
-      </varlistentry>
-    </variablelist>
+          <listitem><para>The bus has already been started.</para></listitem>
+        </varlistentry>
 
-    <variablelist>
-      <varlistentry>
-        <term><constant>-ECHILD</constant></term>
+        <varlistentry>
+          <term><constant>-ECHILD</constant></term>
 
-        <listitem><para>The bus was created in a different process.</para></listitem>
-      </varlistentry>
-    </variablelist>
+          <listitem><para>The bus was created in a different process.</para></listitem>
+        </varlistentry>
 
-    <variablelist>
-      <varlistentry>
-        <term><constant>-ENOMEM</constant></term>
+        <varlistentry>
+          <term><constant>-ENOMEM</constant></term>
 
-        <listitem><para>Memory allocation failed.</para></listitem>
-      </varlistentry>
-    </variablelist>
+          <listitem><para>Memory allocation failed.</para></listitem>
+        </varlistentry>
+      </variablelist>
 
+    </refsect2>
   </refsect1>
 
   <xi:include href="libsystemd-pkgconfig.xml" />