From ed0843e8b1fa00d2443adaa4c78370c28ed9b1f7 Mon Sep 17 00:00:00 2001 From: Archaic Date: Thu, 13 Apr 2006 20:51:02 +0000 Subject: Added symlink from vim.1 to vi.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/vim.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chapter06/vim.xml') diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 08e2d3661..8d1ded1fc 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -109,9 +109,10 @@ rm -f /usr/share/vim/vim64/tutor/tutor.??.* Many users are used to using vi instead of vim. To allow execution of vim when users habitually enter vi, create a - symlink: + symlink for both the binary and the man-page: -ln -sv vim /usr/bin/vi +ln -sv vim /usr/bin/vi +ln -sv vim.1 /usr/share/man/man1/vi.1 By default, Vim's documentation is installed in /usr/share/vim. The following symlink -- cgit v1.2.3-54-g00ecf