Changeset 864b24de for postlfs


Ignore:
Timestamp:
01/16/2007 12:08:14 AM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
4e88613
Parents:
15b3bc29
Message:

Removed extraneous spaces in the XML

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

Location:
postlfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    r15b3bc29 r864b24de  
    134134
    135135<screen><userinput>patch -Np1 -i ../vim-&vim-version;-fixes-14.patch &amp;&amp;
    136 patch -Np1 -i ../vim-&vim-version;-mandir-1.patch &amp;&amp;   
     136patch -Np1 -i ../vim-&vim-version;-mandir-1.patch &amp;&amp;
    137137echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h &amp;&amp;
    138138echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h &amp;&amp;
     
    148148    the documentation to be accessed via <filename
    149149    class="directory">/usr/share/doc/vim-7.0</filename>, making it consistent
    150     with the location of documentation for other packages:</para> 
    151  
    152 <screen role="root"><userinput>ln -snfv ../vim/vim70/doc /usr/share/doc/vim-7.0</userinput></screen> 
     150    with the location of documentation for other packages:</para>
     151
     152<screen role="root"><userinput>ln -snfv ../vim/vim70/doc /usr/share/doc/vim-7.0</userinput></screen>
    153153
    154154  </sect2>
     
    174174
    175175    <para><option>--enable-perlinterp</option>, <option>--enable-pythoninterp</option>,
    176     <option>--enable-tclinterp</option>, <option>--enable-rubyinterp</option>: 
    177     Thses options include the Perl, Python, Tcl, or Ruby interpreters that allow 
    178     using other application code in <application>vim</application> scripts.</para> 
    179    
     176    <option>--enable-tclinterp</option>, <option>--enable-rubyinterp</option>:
     177    Thses options include the Perl, Python, Tcl, or Ruby interpreters that allow
     178    using other application code in <application>vim</application> scripts.</para>
     179
    180180  </sect2>
    181181
     
    206206      installed.  To enable the spell checker you can set the following in
    207207      one of the configuration files: </para>
    208      
     208
    209209<screen><literal>set spell
    210210spelllang=en,ru</literal></screen>
    211      
     211
    212212      <para>By default, <application>Vim</application> only installs spell
    213213      files for the English language.  If a spell file is not available for
    214       your language, then <application>Vim</application> will call 
     214      your language, then <application>Vim</application> will call
    215215      <filename>$VIMRUNTIME/plugin/spellfile.vim</filename> and will try to
    216216      obtain the *.spl and optionally *.sug from the vim ftp server, using the
    217       <filename>$VIMRUNTIME/plugin/netrw</filename> plugin.</para> 
    218    
     217      <filename>$VIMRUNTIME/plugin/netrw</filename> plugin.</para>
     218
    219219      <para>Alternatively you can manually download the *.spl and *.sug files
    220220      from: <ulink url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save
    221221      them to <filename class="directory"> ~/.vim/spell </filename> or in
    222222      <filename class="directory">
    223       /usr/share/vim/vim70/spell/</filename>.</para> 
    224    
    225       <para>For more information about the spell checker and some other 
     223      /usr/share/vim/vim70/spell/</filename>.</para>
     224
     225      <para>For more information about the spell checker and some other
    226226      features in  <application>Vim-&vim-version;</application> (such us
    227227      vimgrep, tab-pages, and omni-completion), issue the following command inside
    228       <application>Vim</application>:</para> 
    229 
    230 <screen><literal>:help version7</literal></screen> 
     228      <application>Vim</application>:</para>
     229
     230<screen><literal>:help version7</literal></screen>
    231231
    232232      <para>For additional information on setting up
     
    244244    <para>A list of the reinstalled files, along with their short
    245245    descriptions can be found in the <ulink
    246     url="&lfs-root;/chapter06/vim.html#contents-vim">LFS Vim Installation 
     246    url="&lfs-root;/chapter06/vim.html#contents-vim">LFS Vim Installation
    247247    Instrutions</ulink></para>
    248248
  • postlfs/filesystems/xfs.xml

    r15b3bc29 r864b24de  
    9696    sets the owner and group of the installed files.</para>
    9797    <!-- relevant only if building as non-root -->
    98    
     98
    9999    <para><parameter>LOCAL_CONFIGURE_OPTIONS="..."</parameter>: This passes
    100100    extra configuration options to the <filename>configure</filename> script.
     
    103103    <filename class="libraryfile">libreadline.so</filename> library, in order
    104104    to allow editing interactive commands.</para>
    105    
     105
    106106    <para><parameter>OPTIMIZER="..."</parameter>: Adding this parameter to
    107107    the end of the <command>make</command> command overrides the
     
    114114    the only packages that use the installed libraries.</para>
    115115    <!-- checked with the Debian package database as of 2007-01-14 -->
    116    
     116
    117117    <para><command>install -v ...</command> and the three following commands
    118118    fix the installation of <filename class="libraryfile">libhandle</filename>
     
    332332        </listitem>
    333333      </varlistentry>
    334      
     334
    335335      <!-- FIXME: other libraries are undocumented -->
    336336
Note: See TracChangeset for help on using the changeset viewer.