Ignore:
Timestamp:
04/09/2008 03:40:36 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:
8ae8a12a
Parents:
46a27c2
Message:

Fixed typos and minor rewording in various package instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    r46a27c2 r32d0e29  
    108108    <note>
    109109      <para>If you recompile <application>Vim</application> to link against
    110       <application>X</application>, and your <application>X</application>
     110      <application>X</application> and your <application>X</application>
    111111      libraries are not on the root partition, you will no longer have an editor
    112112      for use in emergencies. You may choose to install an additional editor,
     
    161161    following command (requires <xref linkend="rsync"/>):</para>
    162162     
    163 <screen><userinput>rsync -avzcP --delete --exclude="/dos/" --exclude="/spell/" ftp.nluug.nl::Vim/runtime/ ./runtime/</userinput></screen>
    164 
    165     <para>To install the runtime files and to regenerate the
    166     <filename>tags</filename> file, run as the
    167     <systemitem class="username">root</systemitem> user:</para>
     163<screen><userinput>rsync -avzcP --delete --exclude="/dos/" --exclude="/spell/" \
     164    ftp.nluug.nl::Vim/runtime/ ./runtime/</userinput></screen>
     165
     166    <para>To install the runtime files and regenerate the
     167    <filename>tags</filename> file, as the
     168    <systemitem class="username">root</systemitem> user issue:</para>
    168169
    169170<screen role="root"><userinput>make -C src installruntime &amp;&amp;
     
    175176    <title>Command Explanations</title>
    176177
    177     <para><command>patch &hellip;</command>: These patches are the same as LFS
    178     and update the package with upstream patches and ensure the man pages
    179     are placed in the proper locations.</para>
     178    <para><command>patch &hellip;</command>: These patches are the same as the
     179    ones used in the LFS build used to update the package with upstream patches
     180    and ensure the man pages are placed in the proper locations.</para>
    180181
    181182    <para><parameter>--with-features=huge</parameter>: This switch enables all
Note: See TracChangeset for help on using the changeset viewer.