aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/shadow.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index c1f3b9a6a..ba5d34e60 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -51,8 +51,8 @@
<para>Disable the installation of the <command>groups</command> program
and its man pages, as Coreutils provides a better version. Also
- Prevent the installation of manual pages that were already installed by the
- <xref linkend="man-pages"/> package:</para>
+ Prevent the installation of manual pages that were already installed in
+ <xref linkend="ch-system-man-pages"/>:</para>
<screen><userinput remap="pre">sed -i 's/groups$(EXEEXT) //' src/Makefile.in
find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;