As a follow up to this question, How to make the kernel section 9 manpages which document functions, data structures, and headers?. I downloaded the kernel source code and in the source dir execute
make mandocs
make installmandocs
This installed the manual pages into /usr/local/man/man9/
. Now you can view man pages by typing man , or if you are editing in vim just press CTRL+K over the API name.
I downloaded the kernel source and try run make mandocs.
make: *** No rule to make target 'installmandocs'. Stop.
sudo apt-get install linux-doc
? – heemayl May 14 '18 at 09:41kcalloc.9
– A.B May 14 '18 at 16:29