aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ed-inst.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-08-09 18:40:39 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-08-09 18:40:39 +0000
commitfa4008a8ebed7f60184eab3ed40082cb96f946af (patch)
treedcb04be72c89efb8016c712a373f32419f0fffb5 /chapter06/ed-inst.xml
parent4bd86d48fced6c45769b62f8ae974662e7fdb0d6 (diff)
fixed typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ed-inst.xml')
-rw-r--r--chapter06/ed-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/ed-inst.xml b/chapter06/ed-inst.xml
index ced1cb48d..41f2545bc 100644
--- a/chapter06/ed-inst.xml
+++ b/chapter06/ed-inst.xml
@@ -3,7 +3,7 @@
<para>Install Ed by running the following commands:</para>
-<para><screen><userinput>cp buf.c buf.c-backup &amp;&amp;</userinput>
+<para><screen><userinput>cp buf.c buf.c-temp &amp;&amp;</userinput>
<userinput>sed 's/int u/int u, sfd/' buf.c-temp | \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;sed '/.*\*mktemp.*/d' | \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;sed 's/.*if (mktemp.*/ sfd = mkstemp(sfn);\</userinput>