kernel man page

JB jb.1234abcd at gmail.com
Sat Feb 26 13:01:26 UTC 2011


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





More information about the users mailing list