mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
Fix minor typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11182 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0ef9bb79e2
commit
4032ec9c1c
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user