Sunday, January 21, 2018

Man Section 9 - Kernel API Man pages kernel hackers Manual

Man Section 9 - Kernel API Man pages kernel hackers Manual

1. wget first file

2. dpkg -i

3.man kmalloc
will show man page of kmalloc

Browser



Man pages for POSIX Pthreads

apt-get install manpages-posix manpages-posix-dev


How to update man pages
Installing Updated Man pages manually

1. Download man pages from 
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-4.14.tar.gz
2.Extract 
tar xvf man-pages-4.14.tar.gz
3.make install

your man pages is update , check using man pthreads ( at bottom it should be written 4.14)

No comments:

Post a Comment

Featured Post

XDP - Getting Started with XDP (Linux)