Changeset 34725ba


Ignore:
Timestamp:
Aug 5, 2014, 3:11:29 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
8b80c22
Parents:
750bc5d
git-author:
Chris Staub <chris@…> (08/05/14 01:39:11)
git-committer:
Chris Staub <chris@…> (08/05/14 03:11:29)
Message:

Revert "Added command explanation to final-system vim"

This reverts commit dc74128530402b487734b219795760d98cc7c05e.

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/vim.xml

    r750bc5d r34725ba  
    6666<screen os="k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen>
    6767
    68     <variablelist os="l">
    69       <title>The meaning of the make option:</title>
    70 
    71       <varlistentry>
    72         <term><parameter>HELPSUBLOC=/usr/share/doc/vim-&vim-version;</parameter></term>
    73         <listitem>
    74           <para>Tells Vim to install its documentation into
    75           <filename class="directory">/usr/share/doc/vim-&vim-version;</filename>
    76           instead of
    77           <filename class="directory">/usr/share/vim/vim&vim-version2;/doc</filename>.</para>
    78         </listitem>
    79       </varlistentry>
    80 
    81     </variablelist>
    82 
    83     <para os="m">Many users are accustomed to using <command>vi</command>
     68    <para os="l">Many users are accustomed to using <command>vi</command>
    8469    instead of <command>vim</command>. Some programs, such as
    8570    <command>vigr</command> and <command>vipw</command>, also use
     
    8873    and allow programs that use <command>vi</command> to work:</para>
    8974
    90 <screen os="n"><userinput>ln -sv vim /usr/bin/vi</userinput></screen>
    91 
    92     <para os="o">If an X Window System is going to be installed on the CLFS
     75<screen os="m"><userinput>ln -sv vim /usr/bin/vi</userinput></screen>
     76
     77    <para os="n">If an X Window System is going to be installed on the CLFS
    9378    system, you may want to recompile Vim after installing X. Vim
    9479    comes with a GUI version of the editor that requires X and some
  • BOOK/final-system/multilib/vim.xml

    r750bc5d r34725ba  
    9090    xpointer="xpointer(//*[@os='n'])"/>
    9191
    92     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    93     href="../common/vim.xml"
    94     xpointer="xpointer(//*[@os='o'])"/>
    95 
    9692  </sect2>
    9793
Note: See TracChangeset for help on using the changeset viewer.