Added symlink from vim.1 to vi.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Archaic 2006-04-13 20:51:02 +00:00
parent 470b5d4c87
commit ed0843e8b1
2 changed files with 6 additions and 2 deletions

View File

@ -39,6 +39,9 @@
<listitem> <listitem>
<para>April 13, 2006</para> <para>April 13, 2006</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[archaic] - Added symlink from vim.1 to vi.1.</para>
</listitem>
<listitem> <listitem>
<para>[archaic] - Added chgpasswd to the list of installed files for <para>[archaic] - Added chgpasswd to the list of installed files for
Shadow.</para> Shadow.</para>

View File

@ -109,9 +109,10 @@ rm -f /usr/share/vim/vim64/tutor/tutor.??.*</userinput></screen>
<para>Many users are used to using <command>vi</command> instead of <para>Many users are used to using <command>vi</command> instead of
<command>vim</command>. To allow execution of <command>vim</command> <command>vim</command>. To allow execution of <command>vim</command>
when users habitually enter <command>vi</command>, create a when users habitually enter <command>vi</command>, create a
symlink:</para> symlink for both the binary and the man-page:</para>
<screen><userinput>ln -sv vim /usr/bin/vi</userinput></screen> <screen><userinput>ln -sv vim /usr/bin/vi
ln -sv vim.1 /usr/share/man/man1/vi.1</userinput></screen>
<para>By default, Vim's documentation is installed in <filename <para>By default, Vim's documentation is installed in <filename
class="directory">/usr/share/vim</filename>. The following symlink class="directory">/usr/share/vim</filename>. The following symlink