diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-25 18:01:51 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-25 18:01:51 +0000 |
commit | ad1ccc74e9b922f93a74d9e3c7b38cdc09685bc5 (patch) | |
tree | daa764430fe74295e75fba1d171ba9e11601d770 /chapter06/systemd.xml | |
parent | b55310ed2590e83d930b65fd7b492cf1b56398b5 (diff) |
Typos and minor text changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11388 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 2a8ebd6d2..beddbc39e 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -58,7 +58,7 @@ <screen><userinput remap="pre">sed -i '527,565 d' src/basic/missing.h sed -i '24 d' src/core/load-fragment.c -sed -i '53 a#include <sys/mount.h>' src/shared/bus-unit-util.cd</userinput></screen> +sed -i '53 a#include <sys/mount.h>' src/shared/bus-unit-util.c</userinput></screen> <para>Remove an unneeded group, <systemitem class="groupname">render</systemitem>, from the default udev |