diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6a1293e3e..242c42892 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2009-07-23 + + [matthew] - Remove an unnecessary sed from File's commands. + Fixes #2452. + [matthew] - Add latest upstream Vim patches. Fixes #2449. diff --git a/chapter06/file.xml b/chapter06/file.xml index 8801318cd..c666a5854 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -41,17 +41,6 @@ Installation of File - Fix the man page so that it will reflect recent changes to the - -e (--exclude) - parameter: - - - -sed -i -e '197,+1d' \ - -e '189,+1d' \ - -e 's/token$/tokens/' doc/file.man - Prepare File for compilation: ./configure --prefix=/usr