man: wording and grammar updates

This is a recurring submission and includes corrections to various
issue spotted: comma setting, missing words/preposition choice.
This commit is contained in:
Jan Engelhardt 2013-11-07 01:17:48 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent f576cd2092
commit 63ba209d8b
15 changed files with 28 additions and 28 deletions

View File

@ -133,7 +133,7 @@
remotely. Specify a hostname, or
username and hostname separated by <literal>@</literal>,
to connect to. This will use SSH to
talk to a remote
talk to the remote
system.</para></listitem>
</varlistentry>

View File

@ -126,7 +126,7 @@
remotely. Specify a hostname, or
username and hostname separated by <literal>@</literal>,
to connect to. This will use SSH to
talk to a remote
talk to the remote
system.</para></listitem>
</varlistentry>

View File

@ -172,7 +172,7 @@
<term><option>-H</option></term>
<term><option>--host</option></term>
<listitem><para>Execute operation
<listitem><para>Execute the operation
remotely. Specify a hostname, or
username and hostname separated by <literal>@</literal>,
to connect to. This will use SSH to

View File

@ -105,7 +105,7 @@
<term><option>-H</option></term>
<term><option>--host=</option></term>
<listitem><para>Execute operation
<listitem><para>Execute the operation
remotely. Specify a hostname, or
username and hostname separated by <literal>@</literal>,
to connect to. This will use SSH to
@ -117,7 +117,7 @@
<term><option>-M</option></term>
<term><option>--machine=</option></term>
<listitem><para>Execute operation on a
<listitem><para>Execute the operation on a
local container. Specify a container
name to connect to.</para></listitem>
</varlistentry>
@ -270,7 +270,7 @@
<listitem><para>Open a terminal login
session to a container. This will
create a TTY connection to a specific
container and asks for execution of a
container and asks for the execution of a
getty on it. Note that this is only
supported for containers running
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>

View File

@ -64,15 +64,15 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>
system and service manager.</para>
<para>For Unit Commands the <replaceable>NAME</replaceable> represents full name of unit.
<para>For unit commands, the <replaceable>NAME</replaceable> represents full name of the unit.
<programlisting>
systemctl start foo.service
</programlisting>
For Unit File Commands the <replaceable>NAME</replaceable> represents full name of the unit file, or absolute path to the unit file.
For unit file commands, the <replaceable>NAME</replaceable> represents the full name of the unit file, or the absolute path to the unit file.
<programlisting>
systemctl start /path/to/foo.service
</programlisting>
While working with services/service files, <command>systemctl</command> is able to append .service suffix when it is missing.
While working with services/service files, <command>systemctl</command> implicitly appends the ".service" suffix when it is missing.
<programlisting>
systemctl start foo
</programlisting></para>
@ -457,7 +457,7 @@ systemctl start foo
<term><option>--host</option></term>
<listitem>
<para>Execute operation remotely. Specify a hostname, or
<para>Execute the operation remotely. Specify a hostname, or
username and hostname separated by <literal>@</literal>, to connect to. This
will use SSH to talk to the remote systemd
instance.</para>

View File

@ -209,7 +209,7 @@
<term><option>-H</option></term>
<term><option>--host=</option></term>
<listitem><para>Execute operation
<listitem><para>Execute the operation
remotely. Specify a hostname, or
username and hostname separated by
<literal>@</literal>, to connect
@ -222,7 +222,7 @@
<term><option>-M</option></term>
<term><option>--machine=</option></term>
<listitem><para>Execute operation on a
<listitem><para>Execute the operation on a
local container. Specify a container
name to connect to.</para></listitem>
</varlistentry>

View File

@ -74,11 +74,11 @@
<filename>kexec.target</filename> to execute the
respective actions.</para>
<para>When these services are run they ensure that PID
<para>When these services are run, they ensure that PID
1 is replaced by the
<filename>/usr/lib/systemd/systemd-shutdown</filename>
tool which is then responsible for the actual
shutdown. Before shutting down this binary will try to
shutdown. Before shutting down, this binary will try to
unmount all remaining file systems, disable all
remaining swap devices, detach all remaining storage
devices and kill all remaining processes.</para>

View File

@ -125,7 +125,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<term><option>-H</option></term>
<term><option>--host=</option></term>
<listitem><para>Execute operation
<listitem><para>Execute the operation
remotely. Specify a hostname, or
username and hostname separated by <literal>@</literal>,
to connect to. This will use SSH to
@ -137,7 +137,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<term><option>-M</option></term>
<term><option>--machine=</option></term>
<listitem><para>Execute operation on a
<listitem><para>Execute the operation on a
local container. Specify a container
name to connect to.</para></listitem>
</varlistentry>

View File

@ -64,7 +64,7 @@
local or remote destination socket.</para>
<para>One use of this tool is to provide
socket-activation support for services that do not
socket activation support for services that do not
natively support socket activation. On behalf of the
service to activate, the proxy inherits the socket
from systemd, accepts each client connection, opens a

View File

@ -101,15 +101,15 @@
<listitem><para>Configures the default
time-outs for starting and stopping of
units, as well as the default time to
sleep between automatic restarts of a
sleep between automatic restarts of
units, as configured per-unit in
<varname>TimeoutStartSec=</varname>,
<varname>TimeoutStopSec=</varname> and
<varname>RestartSec=</varname> (for
service units see
service units, see
<citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>
for details on the per-unit
settings). For non-service units
settings). For non-service units,
<varname>DefaultTimeoutStartSec=</varname>
sets the default
<varname>TimeoutSec=</varname> value.

View File

@ -260,8 +260,8 @@
Takes a unit-less value in seconds, or
a time span value such as "5min
20s". Pass 0 to disable the timeout
logic. Default value is setted up in manager configuration
file via <varname>DefaultTimeoutStart=</varname>.</para></listitem>
logic. The default value is set from the manager configuration
file's <varname>DefaultTimeoutStart=</varname> variable.</para></listitem>
</varlistentry>
</variablelist>

View File

@ -524,10 +524,10 @@
Takes a unit-less value in seconds, or a
time span value such as "5min
20s". Pass 0 to disable the timeout
logic. Defaults to <varname>TimeoutStartSec=</varname> in
logic. Defaults to <varname>TimeoutStartSec=</varname> from the
manager configuration file, except when
<varname>Type=oneshot</varname> is
used in which case the timeout
used, in which case the timeout
is disabled by default.
</para></listitem>
</varlistentry>
@ -546,7 +546,7 @@
Takes a unit-less value in seconds, or a
time span value such as "5min
20s". Pass 0 to disable the timeout
logic. Defaults to <varname>TimeoutStartSec=</varname> in
logic. Defaults to <varname>TimeoutStartSec=</varname> from the
manager configuration file.
</para></listitem>
</varlistentry>

View File

@ -679,7 +679,7 @@
Takes a unit-less value in seconds, or
a time span value such as "5min
20s". Pass 0 to disable the timeout
logic. Defaults to <varname>TimeoutStartSec=</varname> in
logic. Defaults to <varname>TimeoutStartSec=</varname> from the
manager configuration file.</para></listitem>
</varlistentry>

View File

@ -186,7 +186,7 @@
Takes a unit-less value in seconds, or
a time span value such as "5min
20s". Pass 0 to disable the timeout
logic. Defaults to <varname>TimeoutStartSec=</varname> in
logic. Defaults to <varname>TimeoutStartSec=</varname> from the
manager configuration file.</para></listitem>
</varlistentry>
</variablelist>

View File

@ -101,7 +101,7 @@
<term><option>-H</option></term>
<term><option>--host=</option></term>
<listitem><para>Execute operation
<listitem><para>Execute the operation
remotely. Specify a hostname, or
username and hostname separated by <literal>@</literal>,
to connect to. This will use SSH to