Archaic, Apr 5, 12:00 -0600:
If symlinking vim to vi (which tends to suggest vi isn't installed), the vim manpage should also be symlinked. If there are no objections, I'll either do this or ticket it for later.
No need for ticketing, it's already been. Twice, at least: http://wiki.linuxfromscratch.org/lfs/ticket/152 http://wiki.linuxfromscratch.org/lfs/ticket/483 Also, http://archives.linuxfromscratch.org/mail-archives/lfs-dev/2003-May/034276.html ISTR some problems with symlinking man pages, the most obvious being that for i in /usr/share/man/*/*; do gzip $i; done will suddenly break things. There might be others. echo '.so man1/vim.1' > /usr/share/man/man1/vi.1 would work around this. uli -- Uli Fahrenberg -- http://www.math.aau.dk/~uli -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page