Bug 3629

Summary: manpage for vi has incorrect path information
Product: [Retired] Red Hat Linux Reporter: ggerard
Component: vimAssignee: Cristian Gafton <gafton>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0CC: malicki.1
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-07-22 15:39:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description ggerard 1999-06-22 00:52:14 UTC
Under the FILES section for vi, all the referenced files are
prefixed incorrectly with "/var/tmp/vim-root/usr/share/vim"
rather than "/usr/doc/vim-common-5.3"  This would seem to be
an artifact of building under RPM.  Below is an example of
one of the entries.

/var/tmp/vim-root/usr/share/vim/doc/*.txt

Comment 1 Jay Turner 1999-06-22 14:28:59 UTC
This issue has been forwarded to a developer for further action.

Comment 2 Jeff Johnson 1999-07-22 15:35:59 UTC
*** Bug 4127 has been marked as a duplicate of this bug. ***

For instance, instead of /usr/bin/vim, they
list /var/tmp/vim-root/usr/bin/vim or whatever, because of
the rpm build system.  It is possible that some of the
documents under /usr/doc share this as well.

Comment 3 Jeff Johnson 1999-07-22 15:39:59 UTC
Fixed in vim-5.3-8. Thanks for the report.