diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-13 03:35:42 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-13 03:35:42 +0000 |
commit | 4032ec9c1cfa9be4e076158bfef6d0494424c7a9 (patch) | |
tree | b0bb6e3887f2b812bff0f51de68b47f672284e4d /chapter06/sysklogd.xml | |
parent | 0ef9bb79e29853cda277f8110aa91d95ff0bd853 (diff) |
Fix minor typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11182 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sysklogd.xml')
-rw-r--r-- | chapter06/sysklogd.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index ec70ca23f..e96980cb4 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -45,8 +45,7 @@ some conditions in klogd and fix an obsolete program construct:</para> <screen><userinput remap="pre">sed -i '/Error loading kernel symbols/{n;n;d}' ksym_mod.c -sed -i 's/union wait/int/' syslogd.c -</userinput></screen> +sed -i 's/union wait/int/' syslogd.c</userinput></screen> <para>Compile the package:</para> |