From bc8cca581fed74c60e201a89acb38cb2344c9b1b Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 10 Jun 2020 20:44:16 +0000 Subject: [PATCH] Text updates to cross2 branch Chapter 6 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 2 +- chapter06/coreutils.xml | 12 ++++++------ chapter06/file.xml | 3 +-- chapter06/gcc-pass2.xml | 9 ++++----- chapter06/introduction.xml | 6 +++--- chapter06/ncurses.xml | 10 +++++----- chapter06/tar.xml | 3 +-- chapter06/xz.xml | 7 +++---- chapter08/findutils.xml | 2 +- chapter08/grep.xml | 2 +- chapter08/make.xml | 4 +++- chapter08/tar.xml | 5 ++++- general.ent | 8 ++++---- 13 files changed, 37 insertions(+), 36 deletions(-) diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 92627e92c..bc0b211af 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -74,7 +74,7 @@ make DESTDIR=$LFS install - Move the excutable to where it is expected to be: + Move the excutable to where it is expected: mv $LFS/usr/bin/bash $LFS/bin/bash diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 378abebff..3ae765e85 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -84,13 +84,13 @@ programs harcode executable locations: mv -v $LFS/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} $LFS/bin -mv -v $LFS/usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} $LFS/bin -mv -v $LFS/usr/bin/{rmdir,stty,sync,true,uname} $LFS/bin -mv -v $LFS/usr/bin/chroot $LFS/usr/sbin +mv -v $LFS/usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} $LFS/bin +mv -v $LFS/usr/bin/{rmdir,stty,sync,true,uname} $LFS/bin +mv -v $LFS/usr/bin/{head,nice,sleep,touch} $LFS/bin +mv -v $LFS/usr/bin/chroot $LFS/usr/sbin mkdir -pv $LFS/usr/share/man/man8 -mv -v $LFS/usr/share/man/man1/chroot.1 $LFS/usr/share/man/man8/chroot.8 -sed -i s/\"1\"/\"8\"/1 $LFS/usr/share/man/man8/chroot.8 -mv -v $LFS/usr/bin/{head,nice,sleep,touch} $LFS/bin +mv -v $LFS/usr/share/man/man1/chroot.1 $LFS/usr/share/man/man8/chroot.8 +sed -i 's/"1"/"8"/' $LFS/usr/share/man/man8/chroot.8 diff --git a/chapter06/file.xml b/chapter06/file.xml index 83a473b70..a13553b19 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -45,8 +45,7 @@ Prepare File for compilation: -./configure --prefix=/usr \ - --host=$LFS_TGT +./configure --prefix=/usr --host=$LFS_TGT + Details on this package are located in diff --git a/chapter08/findutils.xml b/chapter08/findutils.xml index 37393f0de..19989ecaa 100644 --- a/chapter08/findutils.xml +++ b/chapter08/findutils.xml @@ -26,7 +26,7 @@ The Findutils package contains programs to find files. These programs are provided to recursively search through a directory tree and to create, maintain, and search a database (often faster than the recursive - find, but unreliable if the database has not been recently updated). + find, but is unreliable if the database has not been recently updated). &buildtime; diff --git a/chapter08/grep.xml b/chapter08/grep.xml index 58b0db366..c911d9e06 100644 --- a/chapter08/grep.xml +++ b/chapter08/grep.xml @@ -23,7 +23,7 @@ - <para>The Grep package contains programs for searching through files.</para> + <para>The Grep package contains programs for searching through teh contents of files.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> diff --git a/chapter08/make.xml b/chapter08/make.xml index 9c649cdc5..b996469c3 100644 --- a/chapter08/make.xml +++ b/chapter08/make.xml @@ -23,7 +23,9 @@ <sect2 role="package"> <title/> - <para>The Make package contains a program for compiling packages.</para> + <para>The Make package contains a program for controlling the generation of + executables and other non-source files of a program from the program's + source files. .</para> <segmentedlist> <segtitle>&buildtime;</segtitle> diff --git a/chapter08/tar.xml b/chapter08/tar.xml index d148c4695..56883628c 100644 --- a/chapter08/tar.xml +++ b/chapter08/tar.xml @@ -23,7 +23,10 @@ <sect2 role="package"> <title/> - <para>The Tar package contains an archiving program.</para> + <para>The Tar package provides the ability to create tar archives, as well + as various other kinds of manipulation. Tar can be used on + previously created archives to extract files, to store additional files, or + to update or list files which were already stored. </para> <segmentedlist> <segtitle>&buildtime;</segtitle> diff --git a/general.ent b/general.ent index 4a52f3b41..45ccf845f 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "20200608-cross2"> +<!ENTITY version "20200610-cross2"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "cross-chap5"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20200608-cross2-systemd"> +<!ENTITY versiond "20200610-cross2-systemd"> <!ENTITY short-versiond "systemd"> -<!ENTITY generic-versiond "20200608-cross2-systemd"> +<!ENTITY generic-versiond "20200610-cross2-systemd"> -<!ENTITY releasedate "June 8th, 2020"> +<!ENTITY releasedate "June 10th, 2020"> <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – -->