LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 08-01-2007, 02:37 PM   #1
ilnli
Member
 
Registered: Jul 2004
Location: Pakistan
Distribution: Slackware 10.0, SUSE 9.1, RH 7, 7.3, 8, 9, FC2
Posts: 413

Rep: Reputation: 32
get man help for functions


Hi,

Can anyone please tell me how can I get "man page" help for C functions and libraries like when I do

man getch

It takes me to that manual page but when I do

man ifconf
or
man ifreq

which are structures for networking programming then it says

No manual entry for ifconf


can you guys tell me that how can I install all these manual pages on my debian system?

Please help

regards,
Imran
 
Old 08-01-2007, 09:12 PM   #2
izecksohn
LQ Newbie
 
Registered: Jul 2007
Location: Rio de Janeiro - Brazil
Distribution: Debian
Posts: 1

Rep: Reputation: 0
Not every struct or function has a man page or was documented.

Try:

find /usr/include/ -print0 | xargs -0 grep ifconf

and

find /usr/include/ -print0 | xargs -0 grep ifreq
 
Old 08-02-2007, 09:45 AM   #3
ilnli
Member
 
Registered: Jul 2004
Location: Pakistan
Distribution: Slackware 10.0, SUSE 9.1, RH 7, 7.3, 8, 9, FC2
Posts: 413

Original Poster
Rep: Reputation: 32
right, but can you kindly tell me the apt-get command by which I can install all the docs that related to C on my system?
 
Old 08-02-2007, 09:56 AM   #4
brownflamigo1
Member
 
Registered: Jun 2007
Distribution: Ubuntu
Posts: 90

Rep: Reputation: 15
Code:
apt-get install gcc/g++<press TAB couple of times and see for yourself what you need>
Note, dont do it under root, since it will not display anything.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: OpenOffice.org Calc functions, part 1: Understanding functions LXer Syndicated Linux News 0 03-31-2007 12:01 PM
Man pages for C Functions. vinayan3 Ubuntu 1 05-12-2006 08:03 AM
Which package contains man pages documentation for c++ functions ikk Linux - Software 3 03-14-2006 02:16 PM
list of C functions in MAN rblampain Linux - General 3 05-31-2005 05:47 AM
man page for system functions nboul Linux - Software 2 12-06-2004 10:13 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 12:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration