Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <4154DBCE.2305E67B@dessent.net> Date: Fri, 24 Sep 2004 19:45:34 -0700 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: "man socket" is not working. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com "news.gosonic.com" wrote: > > Hi, > > I have /usr/include/sys/socket.h . But I need the manuals! help!! > > my manpath is: > > /usr/man:/usr/share/man:/usr/X11R6/man:/usr/ssl/man:/usr/X11R6/share/man You can try "info libc" but in general Cygwin does not have extensive documentation for its libraries. The way I like to handle this is to consult the other *nix manpages, as well as the SUSv3 specification. If you make this a habit you will tend to write much more portable code, compared to "...but it works in Linux so I don't see why it won't work with " SUSv3: or more specifically: Linux glibc index: FreeBSD manpages: http://www.freebsd.org/cgi/man.cgi Solaris manpages: http://docs.sun.com/db/coll/40.7 Brian -- 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/