diff options
Diffstat (limited to 'chapter05/sed.xml')
-rw-r--r-- | chapter05/sed.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter05/sed.xml b/chapter05/sed.xml index c909be585..836820b70 100644 --- a/chapter05/sed.xml +++ b/chapter05/sed.xml @@ -28,11 +28,10 @@ <title>Installation of Sed</title> <para>A bug in this version of sed changes permissions on files modified using -the in-place function (<userinput>-i</userinput> flag). Apply a patch to ensure +the in-place function (<parameter>-i</parameter> flag). Apply a patch to ensure that the original file permissions are preserved.</para> -<screen><userinput>patch -Np1 -i ../sed-&sed-version;-permissions-1.patch -</userinput></screen> +<screen><userinput>patch -Np1 -i ../sed-&sed-version;-permissions-1.patch</userinput></screen> <para>Prepare Sed for compilation:</para> |