Changeset 3962f52


Ignore:
Timestamp:
Jun 21, 2006, 10:21:20 AM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
9fcb5e4
Parents:
6e24e25
Message:

Minor text changes to vim instructions

Files:
2 edited

Legend:

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

    r6e24e25 r3962f52  
    8383<screen os="k"><userinput>make install</userinput></screen>
    8484
    85     <para os="l">Many users are used to using <command>vi</command> instead of
    86     <command>vim</command>. To allow execution of <command>vim</command>
    87     when users habitually enter <command>vi</command>, create a
    88     symlink:</para>
     85    <para os="l">Many users are accustomed to using <command>vi</command>
     86    instead of <command>vim</command>. Some programs, such as
     87    <command>vigr</command> and <command>vipw</command>, also use
     88    <command>vi</command>. Create a symlink to permit execution of
     89    <command>vim</command> when users habitually enter <command>vi</command>
     90    and allow programs that use <command>vi</command> to work:</para>
    8991
    9092<screen os="m"><userinput>ln -sv vim /usr/bin/vi</userinput></screen>
  • general.ent

    r6e24e25 r3962f52  
    55<!ENTITY extra-version "1">
    66
    7 <!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-20060620">
     7<!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-20060621">
    88
    99<!ENTITY version-x86 "&version;-x86">
     
    2121<!ENTITY version-alpha "&version;-ALPHA">
    2222
    23 <!ENTITY releasedate "June 20, 2006">
     23<!ENTITY releasedate "June 21, 2006">
    2424<!ENTITY milestone "0.1">
    2525<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.