diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 15:49:10 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 15:49:10 +0000 |
commit | 791f27e4306df5f200df7042670941ab47310ca9 (patch) | |
tree | 23197fe9f89cd1178401e6016b8c481d84734c10 | |
parent | 79376d894130989216aa34de1b41c8368b685f05 (diff) |
Minor typo correction
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4229 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/vim.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0bd39d879..c92c0b94a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -87,6 +87,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>September 28th, 2004 [matt]: Small typo correction (Igor +Zivkovic).</para></listitem> + <listitem><para>September 28th, 2004 [matt]: Added a note regarding a known failure in the GRUB testsuite</para></listitem> diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 37e33917e..252470b9a 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -80,7 +80,7 @@ symlink:</para> <screen><userinput>ln -s vim /usr/bin/vi</userinput></screen> -<para>If the X Window system is going to be installed on the LFS +<para>If the X Window System is going to be installed on the LFS 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 |