diff --git a/chapter08/vim.xml b/chapter08/vim.xml
index 948650e34..8672ad818 100644
--- a/chapter08/vim.xml
+++ b/chapter08/vim.xml
@@ -54,7 +54,7 @@
echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h
- Prepare vim for compilation:
+ Prepare Vim for compilation:
./configure --prefix=/usr
@@ -83,7 +83,7 @@
make install
- Many users are used to using vi instead of
+ Many users reflexively type vi instead of
vim. To allow execution of vim
when users habitually enter vi, create a
symlink for both the binary and the man page in the provided
@@ -94,7 +94,7 @@ for L in /usr/share/man/{,*/}man1/vim.1; do
ln -sv vim.1 $(dirname $L)/vi.1
done
- By default, vim's documentation is installed in By default, Vim's documentation is installed in /usr/share/vim. The following symlink
allows the documentation to be accessed via /usr/share/doc/vim-&vim-version;, making
@@ -103,10 +103,10 @@ done
ln -sv ../&vim-docdir;/doc /usr/share/doc/vim-&vim-version;
If an X Window System is going to be installed on the LFS
- system, it may be necessary to recompile vim after installing X. Vim
+ system, it may be necessary to recompile Vim after installing X. Vim
comes with a GUI version of the editor that requires X and some
additional libraries to be installed. For more information on this
- process, refer to the vim documentation and the vim installation page
+ process, refer to the Vim documentation and the Vim installation page
in the BLFS book at .
@@ -166,8 +166,8 @@ EOF
vim -c ':options'
- By default, vim only installs spell files for the English language.
- To install spell files for your preferred language, copy the
+ By default, vim only installs spell-checking files for the English language.
+ To install spell-checking files for your preferred language, copy the
.spl and optionally, the
.sug files for your language
and character encoding from
@@ -175,7 +175,7 @@ EOF
/usr/share/&vim-docdir;/spell/.
- To use these spell files, some configuration in
+ To use these spell-checking files, some configuration in
/etc/vimrc is needed, e.g.:
set spelllang=en,ru
@@ -297,7 +297,8 @@ set spell
xxd
Creates a hex dump of the given file; it can
- also do the reverse, so it can be used for binary patching
+ also perform the inverse operation, so it can be used for binary
+ patching
xxd