man/systemd-sysusers, man/systemd-tmpfiles: fix sentence fragments
authorJames Muir <muir.james.a@gmail.com>
Tue, 13 Aug 2024 01:53:24 +0000 (21:53 -0400)
committerLuca Boccassi <bluca@debian.org>
Thu, 15 Aug 2024 13:04:41 +0000 (14:04 +0100)
add "are executed" so that those two sentences have a verb.

(cherry picked from commit c5903cde63bb21a37c3e841c160d1fa060ccf7f2)

man/systemd-sysusers.xml
man/systemd-tmpfiles.xml

index 895422779dedcb805bd467a3ea8a0485664803fc..8ace9a804852a909ba85b445d61d8588fe37c62f 100644 (file)
 
     <para>If invoked with no arguments, directives from the configuration files found in the directories
     specified by
-    <citerefentry><refentrytitle>sysusers.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>. When
-    invoked with positional arguments, if option <option>--replace=<replaceable>PATH</replaceable></option>
-    is specified, arguments specified on the command line are used instead of the configuration file
-    <replaceable>PATH</replaceable>. Otherwise, just the configuration specified by the command line
-    arguments is executed. If the string <literal>-</literal> is specified instead of a filename, the
-    configuration is read from standard input. If the argument is a file name (without any slashes), all
-    configuration directories are searched for a matching file and the file found that has the highest
-    priority is executed. If the argument is a path, that file is used directly without searching the
-    configuration directories for any other matching file.</para>
+    <citerefentry><refentrytitle>sysusers.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> are
+    executed. When invoked with positional arguments, if option
+    <option>--replace=<replaceable>PATH</replaceable></option> is specified, arguments specified on the
+    command line are used instead of the configuration file <replaceable>PATH</replaceable>. Otherwise, just
+    the configuration specified by the command line arguments is executed. If the string <literal>-</literal>
+    is specified instead of a filename, the configuration is read from standard input. If the argument is a
+    file name (without any slashes), all configuration directories are searched for a matching file and the
+    file found that has the highest priority is executed. If the argument is a path, that file is used
+    directly without searching the configuration directories for any other matching file.</para>
   </refsect1>
 
   <refsect1>
index e744a4c056cd67532ec4e5da614c2588f6cf4c34..923503ed0e93e881a4748990c1b6ca393a255abe 100644 (file)
 
     <para>If invoked with no arguments, directives from the configuration files found in the directories
     specified by
-    <citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>. When
-    invoked with positional arguments, if option <option>--replace=<replaceable>PATH</replaceable></option>
-    is specified, arguments specified on the command line are used instead of the configuration file
-    <replaceable>PATH</replaceable>. Otherwise, just the configuration specified by the command line
-    arguments is executed. If the string <literal>-</literal> is specified instead of a filename, the
-    configuration is read from standard input. If the argument is a file name (without any slashes), all
-    configuration directories are searched for a matching file and the file found that has the highest
-    priority is executed. If the argument is a path, that file is used directly without searching the
-    configuration directories for any other matching file.</para>
+    <citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> are
+    executed. When invoked with positional arguments, if option
+    <option>--replace=<replaceable>PATH</replaceable></option> is specified, arguments specified on the
+    command line are used instead of the configuration file <replaceable>PATH</replaceable>. Otherwise, just
+    the configuration specified by the command line arguments is executed. If the string <literal>-</literal>
+    is specified instead of a filename, the configuration is read from standard input. If the argument is a
+    file name (without any slashes), all configuration directories are searched for a matching file and the
+    file found that has the highest priority is executed. If the argument is a path, that file is used
+    directly without searching the configuration directories for any other matching file.</para>
 
     <para>System services (<filename>systemd-tmpfiles-setup.service</filename>,
     <filename>systemd-tmpfiles-setup-dev-early.service</filename>,