diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 043a556cc..2a88e5800 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,16 @@
-->
+
+ May 27, 2006
+
+
+ [jhuntwork] - Correct Vim's installation of man pages to work
+ well with Man-DB. Patch from Alexander Patrakov and Ag Hatzim.
+
+
+
+
May 26, 2006
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 7edce3ec0..d878db0a3 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -255,6 +255,9 @@
&vim-fixes-patch;
+
+ &vim-mandir-patch;
+
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index f4da82764..ec6ee71aa 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -275,6 +275,14 @@
+
+ Vim Man Directories Patch - &vim-mandir-patch-size;:
+
+ Download:
+ MD5 sum: &vim-mandir-patch-md5;
+
+
+
Total size of these patches: about
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index f10bbd9ab..8df377976 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -51,7 +51,15 @@
patch -Np1 -i ../&vim-fixes-patch;
- Next, change the default location of the
+ This version of Vim installs translated man pages and places
+ them into directories that will not be searched by Man-DB. Patch Vim
+ so that it installs its man pages into searchable directories and
+ ultimately allows Man-DB to transcode the page into the desired format
+ at run-time:
+
+patch -Np1 -i ../&vim-mandir-patch;
+
+ Finally, change the default location of the
vimrc configuration file to /etc:
diff --git a/general.ent b/general.ent
index 371cc9261..76a65b658 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+
diff --git a/patches.ent b/patches.ent
index 06aab1c34..5596504a7 100644
--- a/patches.ent
+++ b/patches.ent
@@ -150,3 +150,7 @@
+
+
+
+