On Thu, Jun 5, 2014 at 10:21 AM, navid Rahimi <[email protected]> wrote:
> i am very grateful for your answer Josh , very very grateful .
> i know maybe this is not right place , but for installing kernel man
> page's what should i do ? cloning kernel man page's repo and "make
> install " can solve this ??

AFAIK, the kernel man page sources are in the upstream kernel tree.
So you'd need to do something like this:

git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
cd linux
make mandocs
make installmandocs

and work through the build and install.  You'd need to make sure you
have whatever software is required to build the man pages installed as
well.

josh
_______________________________________________
kernel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/kernel

Reply via email to