aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/shellutils-inst.xml3
-rw-r--r--index.xml4
2 files changed, 3 insertions, 4 deletions
diff --git a/chapter06/shellutils-inst.xml b/chapter06/shellutils-inst.xml
index 3e12be173..cbc5f41cf 100644
--- a/chapter06/shellutils-inst.xml
+++ b/chapter06/shellutils-inst.xml
@@ -19,8 +19,7 @@ mv /usr/bin/chroot /usr/sbin</userinput></screen></para>
often used in shell scripts to evaluate conditions, but is more often
encountered in the form of <command>[ condition ]</command>. These brackets
are built into the bash interpreter, but the FHS dictates that there should be a
-<filename>[</filename> binary. We create that in this way, while still in the
-<filename class="directory">/bin</filename> directory:</para>
+<filename>[</filename> binary. Create it by running:</para>
<para><screen><userinput>ln -sf test /bin/[</userinput></screen></para>
diff --git a/index.xml b/index.xml
index daa621f3a..1f4c105d9 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
-<!ENTITY version "20020518">
-<!ENTITY releasedate "May 18th, 2002">
+<!ENTITY version "20020521">
+<!ENTITY releasedate "May 21st, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">