Ticket #2452: file-update.patch

File file-update.patch, 1.7 KB (added by chris@…, 15 years ago)

Update file instructions

  • trunk/BOOK/chapter06/file.xml

     
    4141  <sect2 role="installation">
    4242    <title>Installation of File</title>
    4343
    44     <para>Fix the man page so that it will reflect recent changes to the
    45     <parameter>-e</parameter> (<parameter>--exclude</parameter>)
    46     parameter:</para>
    47 
    48 <!-- The following sed should not be required after the next version update
    49      as the maintainer has fixed it upstream. -->
    50 
    51 <screen><userinput remap="pre">sed -i -e '197,+1d' \
    52        -e '189,+1d' \
    53        -e 's/token$/tokens/' doc/file.man</userinput></screen>
    54 
    5544    <para>Prepare File for compilation:</para>
    5645
    5746<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
  • branches/6.5/BOOK/chapter06/file.xml

     
    4141  <sect2 role="installation">
    4242    <title>Installation of File</title>
    4343
    44     <para>Fix the man page so that it will reflect recent changes to the
    45     <parameter>-e</parameter> (<parameter>--exclude</parameter>)
    46     parameter:</para>
    47 
    48 <!-- The following sed should not be required after the next version update
    49      as the maintainer has fixed it upstream. -->
    50 
    51 <screen><userinput remap="pre">sed -i -e '197,+1d' \
    52        -e '189,+1d' \
    53        -e 's/token$/tokens/' doc/file.man</userinput></screen>
    54 
    5544    <para>Prepare File for compilation:</para>
    5645
    5746<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>