From 91f0d5bf98c201bbd4d5286ea091e7119810d856 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 10 Nov 2018 11:08:36 +0000 Subject: Fix the rendering of an xref to man pages on the shadow page git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11484 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/shadow.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/shadow.xml') 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 @@ Disable the installation of the groups program and its man pages, as Coreutils provides a better version. Also - Prevent the installation of manual pages that were already installed by the - package: + Prevent the installation of manual pages that were already installed in + : sed -i 's/groups$(EXEEXT) //' src/Makefile.in find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; -- cgit v1.2.3-54-g00ecf