X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <471C2998.6CAA5264@dessent.net>
Date: Sun, 21 Oct 2007 21:39:52 -0700
From: Brian Dessent <brian@dessent.net>
X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: "man pages" for pthread_* functions
References: <40a670230710212122m42027ef7pe9cfc6f309cfff4c@mail.gmail.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Roman Mashak wrote:

> I've installed latest cygwin, including such packages as 'cygwin',
> 'cygwin-doc', 'man' but none of them contains any 'man' pages on
> pthread_* functions, though thread support is included and available.
> 
> Was it omitted in this release or there's another problem?

We don't provide man pages for all functions, because nobody has written
or contributed them.  The ones we do provide come from newlib, but
newlib does not implement any of the pthread code.

Since pthreads are standardized you can find good documentation in the
SUS, e.g.
<http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_09.html>. 
For a list of what portions of the various standards Cygwin supports (as
well as implementation-specific notes), consult
<http://cygwin.com/cygwin-api/compatibility.html>.

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/

