ok . i figure it out . you should have have have kernel source tree ( which i think most of us had). any way if you dont : $git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $cd linux $make mandocs #make installmandocs #mandb (and yes you should have xmlto and other package installed ) i hope this will help. best wishes, -navid On Thu, Jun 5, 2014 at 4:44 AM, navid Rahimi <rahimi.nv@gmail.com> wrote:
thank you frank , for make this clear . so frank in this case can you be more specific , what should i do ? for example i installed kernel-doc , even downloaded kernel man page from kernel.org and completed make install routine . but , for example i don't have any kmalloc man page yet in my fedora . last time i was in arch linux , i had it .
best wishes, -navid
On Thu, Jun 5, 2014 at 2:49 AM, Frank Ch. Eigler <fche@redhat.com> wrote:
navid Rahimi <rahimi.nv@gmail.com> writes:
probe::vm.kmalloc (3stap) - Fires when kmalloc is requested probe::vm.kmalloc_node (3stap) - Fires when kmalloc_node is requested
Those are systemtap man pages, not kernel API ones.
- FChE