aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/sysklogd.xml3
-rw-r--r--chapter06/vim.xml2
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:</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>
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 (&amp;term == "iterm") || (&amp;term == "putty")
+if (&amp;term == "xterm") || (&amp;term == "putty")
set background=dark
endif