diff options
Diffstat (limited to 'chapter06/ed-inst.xml')
-rw-r--r-- | chapter06/ed-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/ed-inst.xml b/chapter06/ed-inst.xml index 698f0d299..052d8ab0f 100644 --- a/chapter06/ed-inst.xml +++ b/chapter06/ed-inst.xml @@ -3,8 +3,8 @@ <para>Install Ed by running the following commands:</para> -<para><screen><userinput>cp buf.c buf.c-temp &&</userinput> -<userinput>sed 's/int u/int u, sfd/' buf.c-temp | \</userinput> +<para><screen><userinput>cp buf.c buf.c.backup &&</userinput> +<userinput>sed 's/int u/int u, sfd/' buf.c.backup | \</userinput> <userinput> sed '/.*\*mktemp.*/d' | \</userinput> <userinput> sed 's/.*if (mktemp.*/ sfd = mkstemp(sfn);\</userinput> <userinput> if ((sfd == -1) || (sfp = fopen (sfn, "w+")) == NULL)/' > buf.c</userinput> |