aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/ed-desc.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-02-06 23:15:46 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-02-06 23:15:46 +0000
commitbdc08c1c6419be50edb433c4425481bdabf8a5ea (patch)
treeb93620a39c60088e399ecfd4cfb667a62ea0ec21 /appendixa/ed-desc.xml
parent76c0b783eeb766c0dec8e66dab2e6c275ba0786d (diff)
[Bug 190] reorganise and sync descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/ed-desc.xml')
-rw-r--r--appendixa/ed-desc.xml20
1 files changed, 12 insertions, 8 deletions
diff --git a/appendixa/ed-desc.xml b/appendixa/ed-desc.xml
index 214cc1f53..46531787b 100644
--- a/appendixa/ed-desc.xml
+++ b/appendixa/ed-desc.xml
@@ -1,15 +1,19 @@
-<sect2>
-<title>Contents</title>
+<sect2><title>Contents of ed-&ed-contversion;</title>
-<para>The Ed package contains the ed program.</para>
+<sect3><title>Program Files</title>
+<para>ed and red (link to ed)</para></sect3>
-</sect2>
-
-<sect2><title>Description</title>
+<sect3><title>Description</title>
+<sect4><title>ed</title>
<para>Ed is a line-oriented text editor. It is used to create, display,
-modify and
-otherwise manipulate text files.</para>
+modify and otherwise manipulate text files.</para></sect4>
+
+<sect4><title>red</title>
+<para>red is a restricted ed: it can only edit files in the current
+directory and cannot execute shell commands.</para></sect4>
+
+</sect3>
</sect2>