diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2016-02-12 00:01:16 +0100 |
---|---|---|
committer | Jakub Wilk <jwilk@jwilk.net> | 2016-02-12 00:01:16 +0100 |
commit | 07ff561c26e46b4c6687fd730636a0d732fb7012 (patch) | |
tree | df8679586fa9ac80e13b5b9157cebf5df059b45d /man/systemd.special.xml | |
parent | Merge pull request #2587 from haraldh/tpmv3 (diff) | |
download | systemd-07ff561c26e46b4c6687fd730636a0d732fb7012.tar.gz systemd-07ff561c26e46b4c6687fd730636a0d732fb7012.tar.bz2 systemd-07ff561c26e46b4c6687fd730636a0d732fb7012.zip |
man: fix typos
Diffstat (limited to 'man/systemd.special.xml')
-rw-r--r-- | man/systemd.special.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 055d85455..80c15b700 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -205,7 +205,7 @@ <term><filename>emergency.target</filename></term> <listitem> <para>A special target unit that starts an emergency shell on the main console. This target does not pull in - any serices or mounts. It is the most minimal version of starting the system in order to acquire an + any services or mounts. It is the most minimal version of starting the system in order to acquire an interactive shell; the only processes running are usually just the system manager (PID 1) and the shell process. This unit is supposed to be used with the kernel command line option <varname>systemd.unit=</varname>; it is also used when a file system check on a required file system fails, @@ -526,7 +526,7 @@ <para>A special target unit that sets up all slice units (see <citerefentry><refentrytitle>systemd.slice</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details) that shall be active after boot. By default the generic <filename>user.slice</filename>, - <filename>system.slice</filename>, <filename>machines.slice</filename> slice units, as well as the the root + <filename>system.slice</filename>, <filename>machines.slice</filename> slice units, as well as the root slice unit <filename>-.slice</filename> are pulled in and ordered before this unit (see below).</para> <para>It's a good idea to add <varname>WantedBy=slices.target</varname> lines to the <literal>[Install]</literal> |