diff options
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/systemd-custom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/systemd-custom.xml b/chapter07/systemd-custom.xml index 455320dc2..bd1119840 100644 --- a/chapter07/systemd-custom.xml +++ b/chapter07/systemd-custom.xml @@ -111,7 +111,7 @@ EOF</userinput></screen> <para>Rather than plain shell scripts used in SysVinit or BSD style init systems, systemd uses a unified format for different types of startup files (or units). The command <command>systemctl</command> is used to - enable, disable, controll state, and obtain status of unit files. Here + enable, disable, control state, and obtain status of unit files. Here are some examples of frequently used commands:</para> <itemizedlist> @@ -163,7 +163,7 @@ EOF</userinput></screen> </listitem> <listitem> <para><command>journalctl -b[=ID] -r</command>: shows the journal - entries since last successfull boot (or for boot ID) in reverse + entries since last successful boot (or for boot ID) in reverse chronological order.</para> </listitem> <listitem> |