libc documentation

2007-12-20 Thread Robe
Hi,

I need to know where I can find the full documentation of the last libc
library.

Thanks,

-- 
Robe.

En el verdadero amor, el alma oculta al cuerpo.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libc documentation

2007-12-20 Thread Dan Nelson
In the last episode (Dec 20), Robe said:
 I need to know where I can find the full documentation of the last
 libc library.

Most of the libc documentation should be in /usr/src/lib/libc/ .  Any
file ending in .2 or .3 is a manpage.  They are also installed in
/usr/share/man and are available using the man command.  Run man 3
printf, for example. 

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]