On Sat, 26 Jul 2003, Mukul Sabharwal wrote: > Hi, > > is there a way to get a copy of the man pages (2), the programming functions > for C, in cygwin ? or just so that they are there even from outside?
You can get most of the libc documentation (referrence, proto's, etc) by running `info libc' from a cygwin shell. Not every single thing is documented, you should get what you need. BTW, this isn't how to program for linux on windows or any other combination of the two systems, it's merely the API docs for the C library (in this case Cygwin/Newlib). HTH, Elfyn -- Elfyn McBratney, EMCB | http://www.nongnu.org/wwwauth/ http://www.emcb.co.uk | http://www.emcb.co.uk/webauth/ [EMAIL PROTECTED] | wwwauth-users AT nongnu DOT org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/