Author: archaic
Date: 2006-04-13 14:51:02 -0600 (Thu, 13 Apr 2006)
New Revision: 7512

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/vim.xml
Log:
Added symlink from vim.1 to vi.1.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-04-13 20:34:24 UTC (rev 7511)
+++ trunk/BOOK/chapter01/changelog.xml  2006-04-13 20:51:02 UTC (rev 7512)
@@ -40,6 +40,9 @@
       <para>April 13, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[archaic] - Added symlink from vim.1 to vi.1.</para>
+        </listitem>
+        <listitem>
           <para>[archaic] - Added chgpasswd to the list of installed files for
           Shadow.</para>
         </listitem>

Modified: trunk/BOOK/chapter06/vim.xml
===================================================================
--- trunk/BOOK/chapter06/vim.xml        2006-04-13 20:34:24 UTC (rev 7511)
+++ trunk/BOOK/chapter06/vim.xml        2006-04-13 20:51:02 UTC (rev 7512)
@@ -109,9 +109,10 @@
     <para>Many users are used to using <command>vi</command> instead of
     <command>vim</command>. To allow execution of <command>vim</command>
     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
     class="directory">/usr/share/vim</filename>. The following symlink

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to