diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-27 21:32:18 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-27 21:32:18 +0000 |
commit | bd56be4435919ec1e8c223c50a961e6893bfb219 (patch) | |
tree | 2f959be94ff93457c152ff5468012dbf98416a2e /chapter06 | |
parent | 7f79a6b7f2c49c6883c55b8e2060eb8b2fc0a036 (diff) |
note about sed line break
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1068 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/file-inst.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter06/file-inst.xml b/chapter06/file-inst.xml index 7281dcb5a..9602cfd04 100644 --- a/chapter06/file-inst.xml +++ b/chapter06/file-inst.xml @@ -1,7 +1,10 @@ <sect2> <title>Installation of File</title> -<para>Install File by running the following commands:</para> +<para>Note that the sed used in this installation only works if the line +break is placed exactly where it is in the book. Don't try and put it +all on one line otherwise it won't work. Install File by running the +following commands:</para> <para><screen><userinput>cp -f readelf.h readelf.h.backup &&</userinput> <userinput>sed '/#define __/a \</userinput> |