Ticket #2401: zsh-update.patch

File zsh-update.patch, 867 bytes (added by chris@…, 17 years ago)

Patch to fix ZSH instructions

  • trunk/BOOK/postlfs/shells/zsh.xml

     
    9393  <sect2 role="installation">
    9494    <title>Installation of ZSH</title>
    9595
    96     <para>If you downloaded the optional documentation, unpack it the same
    97     way you would the source tarball. The documentation will unpack into
    98     the <filename class='directory'>Doc</filename> directory of the source
    99     tree.</para>
     96    <para>If you downloaded the optional documentation, unpack it with
     97    the following command:</para>
    10098
     99<screen><userinput>tar --strip-components=1 -xvf ../zsh-&zsh-version;-doc.tar.bz2</userinput></screen>
     100
    101101    <para>Install <application>ZSH</application> by running the following
    102102    commands:</para>
    103103