Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-29-2009, 02:03 AM
|
#1
|
LQ Newbie
Registered: Jul 2009
Posts: 29
Rep:
|
man pages for kernel functions
Hi,
I use Ubuntu Linux. Is it possible to be able to view
man pages for linux kernel functions like kmalloc, put_user, get_user
etc ? Where do I get them ?
Thanks,
Mahendra
|
|
|
09-29-2009, 02:09 AM
|
#2
|
Member
Registered: Sep 2009
Distribution: Fedora
Posts: 835
Rep:
|
Quote:
Originally Posted by MahendraL
Hi,
I use Ubuntu Linux. Is it possible to be able to view
man pages for linux kernel functions like kmalloc, put_user, get_user
etc ? Where do I get them ?
Thanks,
Mahendra
|
You appear to have Internet access, so ...
Gogle: kmalloc
Gogle: put_user
Gogle: get_user
All typed for you and everything.
|
|
|
09-29-2009, 02:13 AM
|
#3
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979
Rep:
|
Hello MahendraL,
there is no special part for kernelfunctions in the manpages. Try man man, the manpage about the manpages, to get information about the available manpage-sections.
Otherwise c and c++ functions have their manpages. The kernel itself is explained in many places in the internet. Try google.
Markus
|
|
|
12-28-2009, 08:18 AM
|
#4
|
LQ Newbie
Registered: Dec 2009
Posts: 4
Rep:
|
Hey,
There is in fact man pages for the kernel in section 9 (Kernel Routines - non standard).
I don't know where to get them for the latest kernels, though if you don't mind have a look at: http://mirror.linux.org.au/linux-mandocs/
It's for older kernel versions, though if they exist for all those versions it may also be possible to find them somewhere else.
If you do, please send along the link.
Q
|
|
|
01-12-2010, 04:39 PM
|
#5
|
LQ Newbie
Registered: Jan 2010
Posts: 1
Rep:
|
Hello,
yes, there is 9th section of man pages. If you have no files in man/man9/ directories,
you have to build it from linux source.
So download source and build man pages with command: "make mandocs",
then install them with command: "make installmandocs" to /usr/local/man/man9/
There are many others targets, for list see "make help".
|
|
1 members found this post helpful.
|
01-13-2010, 05:14 AM
|
#6
|
LQ Newbie
Registered: Jul 2009
Posts: 29
Original Poster
Rep:
|
Thanks Collodi. That was very helpful. I tried the steps you
described and they worked.
Quote:
Originally Posted by Collodi
Hello,
yes, there is 9th section of man pages. If you have no files in man/man9/ directories,
you have to build it from linux source.
So download source and build man pages with command: "make mandocs",
then install them with command: "make installmandocs" to /usr/local/man/man9/
There are many others targets, for list see "make help".
|
|
|
|
All times are GMT -5. The time now is 03:53 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|