From 4248b0ec1488319d448ad624e275a9a2811c0090 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 4 Feb 2004 22:22:26 +0000 Subject: Minor textual tweaks. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3219 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/ed.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter06/ed.xml') 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. -Ed normally uses the mktemp function to create temporary files in -/tmp, but this function contains a -vulnerability (see the section on Temporary Files in Ed normally uses the mktemp function to create +temporary files in /tmp, but this +function contains a vulnerability (see the section on Temporary Files in ). The -following patch makes Ed use mkstemp instead, which is the recommended way to -create temporary files. +following patch makes Ed use mkstemp instead, which is +the recommended way to create temporary files. Apply the patch: -- cgit v1.2.3-54-g00ecf