]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: adjust indentation 30615/head
authorDavid Tardon <dtardon@redhat.com>
Sun, 24 Dec 2023 09:46:55 +0000 (10:46 +0100)
committerDavid Tardon <dtardon@redhat.com>
Sun, 24 Dec 2023 09:46:55 +0000 (10:46 +0100)
man/cgroup-sandboxing.xml
man/supported-controllers.xml
man/threads-aware.xml

index 9499c9027a7be9221ad87ac301bb25379afaa4d9..c9e068f88796f6021d6bddeef5f17ca04fa8bb64 100644 (file)
@@ -8,10 +8,10 @@
 <refsect1>
   <title/>
 
-<para id="singular">This option cannot be bypassed by prefixing <literal>+</literal> to the executable path
-in the service unit, as it applies to the whole control group.</para>
+  <para id="singular">This option cannot be bypassed by prefixing <literal>+</literal> to the executable path
+  in the service unit, as it applies to the whole control group.</para>
 
-<para id="plural">These options cannot be bypassed by prefixing <literal>+</literal> to the executable path
-in the service unit, as it applies to the whole control group.</para>
+  <para id="plural">These options cannot be bypassed by prefixing <literal>+</literal> to the executable path
+  in the service unit, as it applies to the whole control group.</para>
 
 </refsect1>
index 62e05a6dc8572911c9876fd30fcd150f2ce53eb9..3ec06939e64d2f93e00838b40f2336fc2390c057 100644 (file)
@@ -8,8 +8,8 @@
 <refsect1>
   <title/>
 
-<para id="controllers-text">The following controller names may be specified: <option>cpu</option>, <option>cpuacct</option>,
-<option>cpuset</option>, <option>io</option>, <option>blkio</option>, <option>memory</option>, <option>devices</option>,
-<option>pids</option>, <option>bpf-firewall</option>, and <option>bpf-devices</option>.</para>
+  <para id="controllers-text">The following controller names may be specified: <option>cpu</option>, <option>cpuacct</option>,
+  <option>cpuset</option>, <option>io</option>, <option>blkio</option>, <option>memory</option>, <option>devices</option>,
+  <option>pids</option>, <option>bpf-firewall</option>, and <option>bpf-devices</option>.</para>
 
 </refsect1>
index 52c5c56acbbb30d3942a4b52822571c15cacd0bd..bb39266626fbed6bfcb55b5d2240d15abe9180b2 100644 (file)
@@ -6,19 +6,19 @@
 <refsect1>
   <title/>
 
-<para id="strict">All functions listed here are thread-agnostic and only a single specific thread may operate on a
-given object during its entire lifetime. It's safe to allocate multiple independent objects and use each from a
-specific thread in parallel. However, it's not safe to allocate such an object in one thread, and operate or free it
-from any other, even if locking is used to ensure these threads don't operate on it at the very same time.</para>
+  <para id="strict">All functions listed here are thread-agnostic and only a single specific thread may operate on a
+  given object during its entire lifetime. It's safe to allocate multiple independent objects and use each from a
+  specific thread in parallel. However, it's not safe to allocate such an object in one thread, and operate or free it
+  from any other, even if locking is used to ensure these threads don't operate on it at the very same time.</para>
 
-<para id="safe">All functions listed here are thread-safe and may be called in parallel from multiple threads.</para>
+  <para id="safe">All functions listed here are thread-safe and may be called in parallel from multiple threads.</para>
 
-<para id='getenv'>The code described here uses
-<citerefentry project='man-pages'><refentrytitle>getenv</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
-which is declared to be not multi-thread-safe. This means that the code calling the functions described
-here must not call
-<citerefentry project='man-pages'><refentrytitle>setenv</refentrytitle><manvolnum>3</manvolnum></citerefentry>
-from a parallel thread. It is recommended to only do calls to <function>setenv()</function>
-from an early phase of the program when no other threads have been started.</para>
+  <para id='getenv'>The code described here uses
+  <citerefentry project='man-pages'><refentrytitle>getenv</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
+  which is declared to be not multi-thread-safe. This means that the code calling the functions described
+  here must not call
+  <citerefentry project='man-pages'><refentrytitle>setenv</refentrytitle><manvolnum>3</manvolnum></citerefentry>
+  from a parallel thread. It is recommended to only do calls to <function>setenv()</function>
+  from an early phase of the program when no other threads have been started.</para>
 
 </refsect1>