aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/ed.xml')
-rw-r--r--chapter06/ed.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/ed.xml b/chapter06/ed.xml
index 8f72ca64c..20dae3bb7 100644
--- a/chapter06/ed.xml
+++ b/chapter06/ed.xml
@@ -20,12 +20,12 @@ because it can be used by the patch program if you encounter an ed-based patch
file. This happens rarely because diff-based patches are preferred these
days.</para></note>
-<para>Ed normally uses the mktemp function to create temporary files in
-<filename class="directory">/tmp</filename>, but this function contains a
-vulnerability (see the section on Temporary Files in <ulink
+<para>Ed normally uses the <emphasis>mktemp</emphasis> function to create
+temporary files in <filename class="directory">/tmp</filename>, but this
+function contains a vulnerability (see the section on Temporary Files in <ulink
url="http://en.tldp.org/HOWTO/Secure-Programs-HOWTO/avoid-race.html"/>). The
-following patch makes Ed use mkstemp instead, which is the recommended way to
-create temporary files.</para>
+following patch makes Ed use <emphasis>mkstemp</emphasis> instead, which is
+the recommended way to create temporary files.</para>
<para>Apply the patch:</para>