From 21ba4e3570c1c2524b0733d492ced9634b259353 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 9 Oct 2003 23:22:07 +0000 Subject: Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of with (and of course the matching closing tags). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/lfs-utils-inst.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06/lfs-utils-inst.xml') diff --git a/chapter06/lfs-utils-inst.xml b/chapter06/lfs-utils-inst.xml index 5bc4a0d5a..7ebc6744f 100644 --- a/chapter06/lfs-utils-inst.xml +++ b/chapter06/lfs-utils-inst.xml @@ -5,16 +5,16 @@ Compile the package: -make +make And install it: -make install +make install Now copy two supporting files included in the Lfs-Utils tarball to their destination: -cp -f etc/{services,protocols} /etc +cp -f etc/{services,protocols} /etc The /etc/services file is used to resolve service numbers to human-readable names, and the /etc/protocols -- cgit v1.2.3-54-g00ecf