Changeset 6ae4193


Ignore:
Timestamp:
03/06/2008 07:05:45 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
10ca4fa
Parents:
61d5269
Message:

Fixed minor typos

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7204 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    r61d5269 r6ae4193  
    8787
    8888    <bridgehead renderas="sect4">Optional</bridgehead>
    89     <para role="optional"><xref linkend="gtk2"/> OR
    90     <xref linkend="lesstif"/> OR
     89    <para role="optional"><xref linkend="gtk2"/> or
     90    <xref linkend="lesstif"/> or
    9191    <xref linkend="GTK"/>,
    9292    <xref linkend="python"/>,
    9393    <xref linkend="tcl"/>,
    94     <xref linkend="ruby"/>,
    95     <xref linkend="gpm"/> and
     94    <xref linkend="ruby"/>, and
     95    <xref linkend="gpm"/></para>
     96    <!-- mentioned below as a runtime dependency
    9697    <xref linkend="rsync"/> (to update the runtime files)
    97     </para>
     98    -->
    9899
    99100    <para condition="html" role="usernotes">User Notes:
     
    157158<screen role="root"><userinput>ln -snfv ../vim/vim71/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
    158159
    159     <para>If you wish to update the runtime files issue the
    160     following command (requires <application>rsync</application>):</para>
     160    <para>If you wish to update the runtime files, issue the
     161    following command (requires <xref linkend="rsync"/>):</para>
    161162     
    162 <screen><userinput>
    163 rsync -avzcP --delete --exclude="/dos/" --exclude="/spell/" ftp.nluug.nl::Vim/runtime/ ./runtime/
    164 </userinput></screen>
     163<screen><userinput>rsync -avzcP --delete --exclude="/dos/" --exclude="/spell/" ftp.nluug.nl::Vim/runtime/ ./runtime/</userinput></screen>
    165164
    166165    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    167166
    168 <screen role="root"><userinput>make -C src installruntime
    169 </userinput></screen>
     167<screen role="root"><userinput>make -C src installruntime</userinput></screen>
    170168
    171169  </sect2>
  • postlfs/shells/zsh.xml

    r61d5269 r6ae4193  
    4242      release.  The BLFS staff has determined that it provides a stable
    4343      program which works properly with multibyte locales (e.g., UTF-8).
    44       To find the current stable release refer to the
     44      To find the current stable release, refer to the
    4545      <ulink url="http://www.zsh.org/">ZSH home page</ulink> and compile
    4646      <application>ZSH</application> with the same instructions.</para>
Note: See TracChangeset for help on using the changeset viewer.