aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/ed-exp.xml7
-rw-r--r--chapter06/ed-inst.xml7
-rw-r--r--chapter06/ed.xml1
3 files changed, 14 insertions, 1 deletions
diff --git a/chapter06/ed-exp.xml b/chapter06/ed-exp.xml
new file mode 100644
index 000000000..345ae6510
--- /dev/null
+++ b/chapter06/ed-exp.xml
@@ -0,0 +1,7 @@
+<sect2>
+<title>Command explanations</title>
+
+<para><userinput>Insert proper symlink bug explanation here.</para>
+
+</sect2>
+
diff --git a/chapter06/ed-inst.xml b/chapter06/ed-inst.xml
index 4e896a9cc..ced1cb48d 100644
--- a/chapter06/ed-inst.xml
+++ b/chapter06/ed-inst.xml
@@ -3,7 +3,12 @@
<para>Install Ed by running the following commands:</para>
-<para><screen><userinput>./configure --prefix=/usr &amp;&amp;</userinput>
+<para><screen><userinput>cp buf.c buf.c-backup &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>
+<userinput>&nbsp;&nbsp;&nbsp;if ((sfd == -1) || (sfp = fopen (sfn, "w+")) == NULL)/' &gt; buf.c</userinput>
+<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>mv /usr/bin/ed /usr/bin/red /bin</userinput></screen></para>
diff --git a/chapter06/ed.xml b/chapter06/ed.xml
index ede6fc9f6..ff04effc9 100644
--- a/chapter06/ed.xml
+++ b/chapter06/ed.xml
@@ -5,6 +5,7 @@
Estimated disk space required: &ed-compsize;</screen>
&c6-ed-inst;
+&c6-ed-exp;
&aa-ed-desc;
</sect1>