diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 82c5d2674..db8833af9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,9 @@ April 13, 2006 + + [archaic] - Added symlink from vim.1 to vi.1. + [archaic] - Added chgpasswd to the list of installed files for Shadow. 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