diff options
author | James Muir <muir.james.a@gmail.com> | 2024-08-13 03:53:24 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-08-13 19:27:21 +0200 |
commit | c5903cde63bb21a37c3e841c160d1fa060ccf7f2 (patch) | |
tree | 8859870122715b6504bc1f77debc17bdb5c9c845 /man/systemd-tmpfiles.xml | |
parent | nspawn: Assume unified cgroup hierarchy if there's no systemd in the image (diff) | |
download | systemd-c5903cde63bb21a37c3e841c160d1fa060ccf7f2.tar.xz systemd-c5903cde63bb21a37c3e841c160d1fa060ccf7f2.zip |
man/systemd-sysusers, man/systemd-tmpfiles: fix sentence fragments
add "are executed" so that those two sentences have a verb.
Diffstat (limited to 'man/systemd-tmpfiles.xml')
-rw-r--r-- | man/systemd-tmpfiles.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 408b7d0577..f3108b53d9 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -65,15 +65,15 @@ <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>, |