EOF on wrong line

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@33 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-07-18 23:38:11 +00:00
parent cd70e8b876
commit 052cbc6efb
2 changed files with 3 additions and 4 deletions

View File

@ -19,8 +19,7 @@ but
doesn't spawn a shell.</para>
<para>The second option is to create a simple script:</para>
<para><screen><userinput>cat &gt; /usr/bin/which &lt;&lt;
"EOF"</userinput>
<para><screen><userinput>cat &gt; /usr/bin/which &lt;&lt; "EOF"</userinput>
#!/bin/bash
type -p "$@"
<userinput>EOF

View File

@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "20020716">
<!ENTITY releasedate "July 16th, 2002">
<!ENTITY version "20020718">
<!ENTITY releasedate "July 18th, 2002">
<!ENTITY % book SYSTEM "book/book.ent">
<!ENTITY % preface SYSTEM "preface/preface.ent">