From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc3 Firefox/1.0.6 Description of problem: Current man-pages RPM doesn't include the kernel man (9) pages. Kernel kernel man pages can be built by: 1. cd /usr/src/linux-<ver> (or cd /usr/src/kernels/linux-<ver> 2. make mandocs 3. make installmandocs. (Will install the man pages under /usr/local/man/man9) Version-Release number of selected component (if applicable): man-pages-1.67-7 How reproducible: Always Steps to Reproduce: N/A Actual Results: N/A Expected Results: N/A Additional info:
Kernel man pages are quite specialized, the APIs they describe change all the time so they change quite often and they are often outdated. That's why these man pages should not be in man-pages package.