delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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 <brian AT dessent DOT net> |
Organization: | My own little world... |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: "man socket" is not working. |
References: | <cj2fcr$781$1 AT sea DOT gmane DOT org> |
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 <foo>" SUSv3: <http://www.opengroup.org/onlinepubs/009695399/mindex.html> or more specifically: <http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_10.html#tag_02_10> Linux glibc index: <http://www.gnu.org/software/libc/manual/html_node/Library-Summary.html#Library%20Summary> 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |