diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2017-03-04 12:33:28 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2017-03-04 12:33:28 +0000 |
commit | 945b760f0cfd2559f49fabae5509af7d768c8f21 (patch) | |
tree | 82349ed0d9601ec239d5c89bd088b658a7f88138 /chapter07 | |
parent | 4139f87eae9f7e54cf6b019b16f48f62bda5f3eb (diff) |
typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11203 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/systemd-custom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/systemd-custom.xml b/chapter07/systemd-custom.xml index 821ce3895..455320dc2 100644 --- a/chapter07/systemd-custom.xml +++ b/chapter07/systemd-custom.xml @@ -40,7 +40,7 @@ cat > /etc/systemd/system/getty@tty1.service.d/noclear.conf << EOF TTYVTDisallocate=no</literal> EOF</userinput></screen> - <para>The boot messages can always be revied by using the + <para>The boot messages can always be reviewed by using the <userinput>journalctl -b</userinput> command as the root user.</para> </sect2> |