Bug 484890

Summary: Manual page for i810 and intel driver broken
Product: Red Hat Enterprise Linux 5 Reporter: Niels de Vos <ndevos>
Component: xorg-x11-drv-i810Assignee: Adam Jackson <ajax>
Status: CLOSED DUPLICATE QA Contact: desktop-bugs <desktop-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 5.5CC: xgl-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/xorg-x11-drv-i810-1.6.5-9.21.el5.src.rpm
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-19 17:43:26 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 Niels de Vos 2009-02-10 15:08:27 UTC
Description of problem:

'man intel' does not work correctly. Tested on CentOS-5, but looks the same on RHEL-5 RPMs.


Version-Release number of selected component (if applicable):
xorg-x11-drv-i810 1.6.5-9.21.el5


How reproducible:

Always


Steps to Reproduce:
1. man intel


Actual results:
an empty manual page


Expected results:
a useful manual page as available in git:
http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/tree/man/intel.man


Additional info:

the xorg-x11-drv-i810.spec contains following 

    # cheesy manpage fixup
    mv ${RPM_BUILD_ROOT}/usr/share/man/man4/{i810,intel}.4


which probably should be something like:

    # cheesy manpage fixup
    cp ${RPM_BUILD_ROOT}/usr/share/man/man4/{intel,i810}.4

Comment 1 Niels de Vos 2009-02-19 09:55:04 UTC
this is a duplicate of #467186 - please set to closed-duplicate

Thanks,
Niels

Comment 2 Matěj Cepl 2009-02-19 17:43:26 UTC

*** This bug has been marked as a duplicate of bug 467186 ***