mirror of
https://github.com/systemd/systemd.git
synced 2024-11-26 19:53:45 +08:00
man/systemd-sysusers, man/systemd-tmpfiles: fix sentence fragments
add "are executed" so that those two sentences have a verb.
This commit is contained in:
parent
d89ee0fcf9
commit
c5903cde63
@ -42,15 +42,15 @@
|
|||||||
|
|
||||||
<para>If invoked with no arguments, directives from the configuration files found in the directories
|
<para>If invoked with no arguments, directives from the configuration files found in the directories
|
||||||
specified by
|
specified by
|
||||||
<citerefentry><refentrytitle>sysusers.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>. When
|
<citerefentry><refentrytitle>sysusers.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> are
|
||||||
invoked with positional arguments, if option <option>--replace=<replaceable>PATH</replaceable></option>
|
executed. When invoked with positional arguments, if option
|
||||||
is specified, arguments specified on the command line are used instead of the configuration file
|
<option>--replace=<replaceable>PATH</replaceable></option> is specified, arguments specified on the
|
||||||
<replaceable>PATH</replaceable>. Otherwise, just the configuration specified by the command line
|
command line are used instead of the configuration file <replaceable>PATH</replaceable>. Otherwise, just
|
||||||
arguments is executed. If the string <literal>-</literal> is specified instead of a filename, the
|
the configuration specified by the command line arguments is executed. If the string <literal>-</literal>
|
||||||
configuration is read from standard input. If the argument is a file name (without any slashes), all
|
is specified instead of a filename, the configuration is read from standard input. If the argument is a
|
||||||
configuration directories are searched for a matching file and the file found that has the highest
|
file name (without any slashes), all configuration directories are searched for a matching file and the
|
||||||
priority is executed. If the argument is a path, that file is used directly without searching the
|
file found that has the highest priority is executed. If the argument is a path, that file is used
|
||||||
configuration directories for any other matching file.</para>
|
directly without searching the configuration directories for any other matching file.</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
|
@ -65,15 +65,15 @@
|
|||||||
|
|
||||||
<para>If invoked with no arguments, directives from the configuration files found in the directories
|
<para>If invoked with no arguments, directives from the configuration files found in the directories
|
||||||
specified by
|
specified by
|
||||||
<citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>. When
|
<citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> are
|
||||||
invoked with positional arguments, if option <option>--replace=<replaceable>PATH</replaceable></option>
|
executed. When invoked with positional arguments, if option
|
||||||
is specified, arguments specified on the command line are used instead of the configuration file
|
<option>--replace=<replaceable>PATH</replaceable></option> is specified, arguments specified on the
|
||||||
<replaceable>PATH</replaceable>. Otherwise, just the configuration specified by the command line
|
command line are used instead of the configuration file <replaceable>PATH</replaceable>. Otherwise, just
|
||||||
arguments is executed. If the string <literal>-</literal> is specified instead of a filename, the
|
the configuration specified by the command line arguments is executed. If the string <literal>-</literal>
|
||||||
configuration is read from standard input. If the argument is a file name (without any slashes), all
|
is specified instead of a filename, the configuration is read from standard input. If the argument is a
|
||||||
configuration directories are searched for a matching file and the file found that has the highest
|
file name (without any slashes), all configuration directories are searched for a matching file and the
|
||||||
priority is executed. If the argument is a path, that file is used directly without searching the
|
file found that has the highest priority is executed. If the argument is a path, that file is used
|
||||||
configuration directories for any other matching file.</para>
|
directly without searching the configuration directories for any other matching file.</para>
|
||||||
|
|
||||||
<para>System services (<filename>systemd-tmpfiles-setup.service</filename>,
|
<para>System services (<filename>systemd-tmpfiles-setup.service</filename>,
|
||||||
<filename>systemd-tmpfiles-setup-dev-early.service</filename>,
|
<filename>systemd-tmpfiles-setup-dev-early.service</filename>,
|
||||||
|
Loading…
Reference in New Issue
Block a user