diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index efb4e3312..e453aad5d 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -114,6 +114,10 @@ First a summary, then a detailed log.
+November 26, 2005 [matt]: Prevent installing the
+internationalized man pages for Shadow's groups binary
+(thanks to Randy McMurchy for the report).
+
November 26, 2005 [matt]: Upgrade to man-pages 2.14.
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index 2a4d39693..2124e55b0 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -46,7 +46,7 @@ prior to building Shadow. Then add --with-libcrack to the
Disable the installation of the groups program and its man page, as Coreutils provides a better version:
sed -i 's/groups$(EXEEXT) //' src/Makefile
-sed -i '/groups/d' man/Makefile
+find man -name Makefile -exec sed -i '/groups/d' {} \;
Compile the package: