From 4032ec9c1cfa9be4e076158bfef6d0494424c7a9 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 13 Feb 2017 03:35:42 +0000 Subject: [PATCH] Fix minor typos git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11182 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/sysklogd.xml | 3 +-- chapter06/vim.xml | 2 +- 2 files changed, 2 insertions(+), 3 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: sed -i '/Error loading kernel symbols/{n;n;d}' ksym_mod.c -sed -i 's/union wait/int/' syslogd.c - +sed -i 's/union wait/int/' syslogd.c Compile the package: diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 917d3da58..db5e90429 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -121,7 +121,7 @@ set nocompatible set backspace=2 set mouse=r syntax on -if (&term == "iterm") || (&term == "putty") +if (&term == "xterm") || (&term == "putty") set background=dark endif