diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 13:39:28 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 13:39:28 +0000 |
commit | 8ad79807a3c97e18a90319c9b91018b0be2bbb3c (patch) | |
tree | 2c81e99ccc07955e04e833dd91650e7a3385cbe5 /chapter06/sed.xml | |
parent | ef57e3bcf1a7fb7eda2717fc2334fe599da01888 (diff) |
Tags corrections
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sed.xml')
-rw-r--r-- | chapter06/sed.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/sed.xml b/chapter06/sed.xml index d6799c28c..976d7f90f 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -29,11 +29,10 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Texinfo</seg></seglistitem> <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> |