aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-01-15 01:45:00 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-01-15 01:45:00 +0000
commit63eb55cb8f49a9a9bb15ed2312a64a52100c448d (patch)
tree71761a90ba591dfadf79c6b003b1f35464a02f55 /appendixa
parent91b45adcd650bca92b7186aaf4230d8d34c85fff (diff)
converted gzip, make and patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2319 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r--appendixa/gzip-dep.xml2
-rw-r--r--appendixa/gzip-desc.xml11
-rw-r--r--appendixa/gzip-shortdesc.xml15
-rw-r--r--appendixa/make-dep.xml2
-rw-r--r--appendixa/make-desc.xml13
-rw-r--r--appendixa/make-shortdesc.xml14
-rw-r--r--appendixa/patch-dep.xml2
-rw-r--r--appendixa/patch-desc.xml9
-rw-r--r--appendixa/patch-shortdesc.xml15
9 files changed, 64 insertions, 19 deletions
diff --git a/appendixa/gzip-dep.xml b/appendixa/gzip-dep.xml
index 0b7c7258e..02c4b481b 100644
--- a/appendixa/gzip-dep.xml
+++ b/appendixa/gzip-dep.xml
@@ -1,3 +1,5 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
<sect2>
<title>Gzip Installation Dependencies</title>
diff --git a/appendixa/gzip-desc.xml b/appendixa/gzip-desc.xml
index 3faab5899..d3070849d 100644
--- a/appendixa/gzip-desc.xml
+++ b/appendixa/gzip-desc.xml
@@ -1,13 +1,10 @@
-<sect2><title>Contents of Gzip</title>
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-<para>Last checked against version &gzip-contversion;.</para>
+<sect2><title>Descriptions</title>
-<sect3><title>Program Files</title>
-<para>gunzip (link to gzip), gzexe, gzip,
-uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff, zforce,
-zgrep, zmore and znew</para></sect3>
+<para>Last checked against version &gzip-contversion;.</para>
-<sect3><title>Description</title>
+<sect3><title>Program file descriptions</title>
<sect4><title>gunzip, uncompress</title>
<para>gunzip and uncompress decompress files which are compressed with
diff --git a/appendixa/gzip-shortdesc.xml b/appendixa/gzip-shortdesc.xml
new file mode 100644
index 000000000..109144cb9
--- /dev/null
+++ b/appendixa/gzip-shortdesc.xml
@@ -0,0 +1,15 @@
+<sect2><title>Contents of Gzip</title>
+
+<para>Last checked against version &gzip-contversion;.</para>
+
+<para>The gzip package contains program to compress and decompress files
+using the Lempel-Ziv coding (LZ77).</para>
+
+<para>Gzip installs the following:</para>
+
+<sect3><title>Program Files</title>
+<para>gunzip (link to gzip), gzexe, gzip,
+uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff, zforce,
+zgrep, zmore and znew</para></sect3>
+
+</sect2>
diff --git a/appendixa/make-dep.xml b/appendixa/make-dep.xml
index 052efc816..3bab6f4ed 100644
--- a/appendixa/make-dep.xml
+++ b/appendixa/make-dep.xml
@@ -1,3 +1,5 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
<sect2>
<title>Make Installation Dependencies</title>
diff --git a/appendixa/make-desc.xml b/appendixa/make-desc.xml
index 12798845e..4df8ae26d 100644
--- a/appendixa/make-desc.xml
+++ b/appendixa/make-desc.xml
@@ -1,15 +1,14 @@
-<sect2><title>Contents of Make</title>
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-<para>Last checked against version &make-contversion;.</para>
+<sect2><title>Descriptions</title>
-<sect3><title>Program files</title>
-<para>make</para></sect3>
+<para>Last checked against version &make-contversion;.</para>
-<sect3><title>Descriptions</title>
+<sect3><title>Program file descriptions</title>
<sect4><title>make</title>
-<para>make determines, automatically, which pieces of a large program need to be
-recompiled and issues the commands to recompile them.</para></sect4>
+<para>make determines, automatically, which pieces of a large program need
+to be recompiled and issues the commands to recompile them.</para></sect4>
</sect3>
diff --git a/appendixa/make-shortdesc.xml b/appendixa/make-shortdesc.xml
new file mode 100644
index 000000000..6983ca038
--- /dev/null
+++ b/appendixa/make-shortdesc.xml
@@ -0,0 +1,14 @@
+<sect2><title>Contents of Make</title>
+
+<para>Last checked against version &make-contversion;.</para>
+
+<para>Make determines, automatically, which pieces of a large program need
+to be recompiled and issues the commands to recompile them.</para>
+
+<para>Make installs the following:</para>
+
+<sect3><title>Program files</title>
+<para>make</para></sect3>
+
+</sect2>
+
diff --git a/appendixa/patch-dep.xml b/appendixa/patch-dep.xml
index 8d46164e4..7bb660007 100644
--- a/appendixa/patch-dep.xml
+++ b/appendixa/patch-dep.xml
@@ -1,3 +1,5 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
<sect2>
<title>Patch Installation Dependencies</title>
diff --git a/appendixa/patch-desc.xml b/appendixa/patch-desc.xml
index 303ebb9f7..703f22044 100644
--- a/appendixa/patch-desc.xml
+++ b/appendixa/patch-desc.xml
@@ -1,11 +1,10 @@
-<sect2><title>Contents of Patch</title>
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-<para>Last checked against version &patch-contversion;.</para>
+<sect2><title>Descriptions</title>
-<sect3><title>Program Files</title>
-<para>patch</para></sect3>
+<para>Last checked against version &patch-contversion;.</para>
-<sect3><title>Descriptions</title>
+<sect3><title>Program files descriptions</title>
<sect4><title>patch</title>
<para>The patch program modifies a file according to a patch file. A patch
diff --git a/appendixa/patch-shortdesc.xml b/appendixa/patch-shortdesc.xml
new file mode 100644
index 000000000..00f9d9610
--- /dev/null
+++ b/appendixa/patch-shortdesc.xml
@@ -0,0 +1,15 @@
+<sect2><title>Contents of Patch</title>
+
+<para>Last checked against version &patch-contversion;.</para>
+
+<para>The patch program modifies a file according to a patch file. A patch
+file usually is a list, created by the diff program, that contains
+instructions on how an original file needs to be modified.</para>
+
+<para>Make installs the following:</para>
+
+<sect3><title>Program Files</title>
+<para>patch</para></sect3>
+
+</sect2>
+