LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   (Doubt) Info libc <especification> (https://www.linuxquestions.org/questions/linux-newbie-8/doubt-info-libc-especification-939817/)

ApolloPT 04-14-2012 02:40 PM

(Doubt) Info libc <especification>
 
Hello everybody,

I am here with an problem on "info libc", and to be more accurate, i need to see especific information on libc, like:

- sockets;
- server example;
- byte stream example;
- (...)

And i dont know, with what kind of sintax can i put these command on the terminal =/.

My teacher write that i must execute like, for example, these:

$ info libc "Sockets"

I already try without "" but doesnt work too =[

Anyone knows how can i resolve these little problem!?

Regards.

knudfl 04-14-2012 03:20 PM

Welcome to LQ.

The installed info file (libc.info.gz) can be very short in some Linux OS.
Please try : $ info libc
... May be it was different 10 years ago ?
This one from 2001 is like a catalog :
http://info2html.sourceforge.net/cgi....info.gz%29Top

Section 'Sockets' : http://info2html.sourceforge.net/cgi...o.gz%29Sockets

.

ApolloPT 04-14-2012 04:41 PM

I did some search but didnt find anything like that =/

My SO is ubuntu last version.

Thanks a lot knudfl =]

knudfl 04-15-2012 12:55 AM

OK, Ubuntu : You will get the complete libc info package with :

sudo apt-get install glibc-doc


.. Then you can do : info libc "Sockets"
etc. etc.

.

ApolloPT 04-15-2012 09:40 AM

Ok, thanks a lot again =]


All times are GMT -5. The time now is 09:28 AM.