diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-11-07 01:17:48 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-11-07 01:23:54 -0500 |
commit | 63ba209d8bc64137ff1585d5878328c93cb81b61 (patch) | |
tree | 3f2012a37e823e5a755e5b3137b25d4dd99f9c88 /man/systemctl.xml | |
parent | f576cd2092bc40f9998415cdc3caf10035d4743a (diff) |
man: wording and grammar updates
This is a recurring submission and includes corrections to various
issue spotted: comma setting, missing words/preposition choice.
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 605b7869b2..c7313edcc2 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -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> |