mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +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>
|
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
|
<screen><userinput remap="pre">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</userinput></screen>
|
||||||
</userinput></screen>
|
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ set nocompatible
|
|||||||
set backspace=2
|
set backspace=2
|
||||||
set mouse=r
|
set mouse=r
|
||||||
syntax on
|
syntax on
|
||||||
if (&term == "iterm") || (&term == "putty")
|
if (&term == "xterm") || (&term == "putty")
|
||||||
set background=dark
|
set background=dark
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user