diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-24 22:29:16 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-24 22:29:16 +0000 |
commit | 978d0bffc413b67ead9db2d2816b916cf3d502ca (patch) | |
tree | 785d8d08754099e55a26599f8d5ccce81b456cb4 /appendixa/ed-desc.xml | |
parent | aa497295b352d45ebe2e9d1eaa4a46c49e2cf521 (diff) |
Changing the style of the command descriptions in appendix A.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/ed-desc.xml')
-rw-r--r-- | appendixa/ed-desc.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/appendixa/ed-desc.xml b/appendixa/ed-desc.xml index 6cd38d6be..a9a37b02c 100644 --- a/appendixa/ed-desc.xml +++ b/appendixa/ed-desc.xml @@ -6,13 +6,11 @@ <sect3><title>Program file 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></sect4> +<para><command>ed</command> is a line-oriented text editor. It can be used +to create, display, modify and otherwise manipulate text files.</para> -<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> +<para><command>red</command> is a restricted ed -- it can only edit files +in the current directory and cannot execute shell commands.</para> </sect3> |