Mark Ryden <markryde <at> gmail.com> writes:
>
> Hello,
> Is there some rpm for kernel man pages ?
> For example, I see that there is man page in section 9 for request_irq()
> http://www.fiveanddime.net/man-pages/request_irq.9.html
> but on my system :
> man request_irq
> No manual entry for request_irq
> rgs,
> Mark
If you really want to know ...
$ man man
...
9 Kernel routines [Non standard]
...
Download your kernel source.
$ cd <kernel-dir>
$ make help |grep -i docs
$ make mandocs
$ find . -iname "*request_irq*"
JB
--
users mailing list
[email protected]
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines