diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 21:35:41 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 21:35:41 +0000 |
commit | 8dc214d33c46895ec1cccb93f22b270987211dee (patch) | |
tree | 7945b67f157caf0c4766232666d5409a8b837f23 | |
parent | 86bea7652c28b8aa9a7fd0b1b91a3039372ab200 (diff) |
Clear up a statement in ed.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2388 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/ed-inst.xml | 2 | ||||
-rw-r--r-- | index.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/ed-inst.xml b/chapter06/ed-inst.xml index 4646fecb1..ad41da7d7 100644 --- a/chapter06/ed-inst.xml +++ b/chapter06/ed-inst.xml @@ -3,7 +3,7 @@ <sect2> <title>Installation of Ed</title> -<note><para>Ed isn't something you would personally use. It's installed here +<note><para>Ed isn't something which many people use. It's installed here because it can be used by the patch program if you encounter an ed-based patch file. This happens rarely because diff-based patches are preferred these days.</para></note> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20030116"> -<!ENTITY releasedate "January 16th, 2003"> +<!ENTITY version "20030117"> +<!ENTITY releasedate "January 17th, 2003"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |