summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpj <rpj>2005-05-06 02:29:12 +0000
committerrpj <rpj>2005-05-06 02:29:12 +0000
commit880398fe7e499195b5a8f9af27a233ce4d9771f0 (patch)
treedc832a214e2f01ebbd8e7f5e18eef24e8d4d7219
parenta2bafc3ea86514e5b1fd67d4ae2b427b18ccbf33 (diff)
''
-rw-r--r--manual/ChangeLog4
-rw-r--r--manual/PortabilityIssues.html12
-rw-r--r--manual/index.html18
-rw-r--r--manual/pthreadCancelableWait.html4
-rw-r--r--manual/pthread_attr_init.html2
-rw-r--r--manual/pthread_attr_setstackaddr.html2
-rw-r--r--manual/pthread_attr_setstacksize.html2
-rw-r--r--manual/pthread_barrier_init.html2
-rw-r--r--manual/pthread_barrier_wait.html2
-rw-r--r--manual/pthread_barrierattr_init.html2
-rw-r--r--manual/pthread_barrierattr_setpshared.html2
-rw-r--r--manual/pthread_cancel.html2
-rw-r--r--manual/pthread_cleanup_push.html4
-rw-r--r--manual/pthread_cond_init.html2
-rw-r--r--manual/pthread_condattr_init.html2
-rw-r--r--manual/pthread_condattr_setpshared.html2
-rw-r--r--manual/pthread_create.html2
-rw-r--r--manual/pthread_delay_np.html4
-rw-r--r--manual/pthread_detach.html4
-rw-r--r--manual/pthread_getw32threadhandle_np.html4
-rw-r--r--manual/pthread_join.html4
-rw-r--r--manual/pthread_key_create.html2
-rw-r--r--manual/pthread_kill.html2
-rw-r--r--manual/pthread_mutex_init.html2
-rw-r--r--manual/pthread_mutexattr_init.html2
-rw-r--r--manual/pthread_mutexattr_setpshared.html2
-rw-r--r--manual/pthread_num_processors_np.html4
-rw-r--r--manual/pthread_once.html4
-rw-r--r--manual/pthread_rwlock_init.html2
-rw-r--r--manual/pthread_rwlock_rdlock.html2
-rw-r--r--manual/pthread_rwlock_timedrdlock.html2
-rw-r--r--manual/pthread_rwlock_timedwrlock.html2
-rw-r--r--manual/pthread_rwlock_unlock.html2
-rw-r--r--manual/pthread_rwlock_wrlock.html2
-rw-r--r--manual/pthread_rwlockattr_init.html2
-rw-r--r--manual/pthread_rwlockattr_setpshared.html2
-rw-r--r--manual/pthread_self.html2
-rw-r--r--manual/pthread_setcancelstate.html2
-rw-r--r--manual/pthread_setcanceltype.html2
-rw-r--r--manual/pthread_setconcurrency.html2
-rw-r--r--manual/pthread_setschedparam.html2
-rw-r--r--manual/pthread_spin_init.html2
-rw-r--r--manual/pthread_spin_lock.html2
-rw-r--r--manual/pthread_spin_unlock.html2
-rw-r--r--manual/pthread_timechange_handler_np.html4
-rw-r--r--manual/pthread_win32_attach_detach_np.html4
-rw-r--r--manual/pthread_win32_test_features_np.html4
-rw-r--r--manual/sched_get_priority_max.html2
-rw-r--r--manual/sched_getscheduler.html2
-rw-r--r--manual/sched_setscheduler.html2
-rw-r--r--manual/sched_yield.html4
-rw-r--r--manual/sem_init.html2
52 files changed, 131 insertions, 25 deletions
diff --git a/manual/ChangeLog b/manual/ChangeLog
index 78824d1..c07cdd7 100644
--- a/manual/ChangeLog
+++ b/manual/ChangeLog
@@ -1,7 +1,9 @@
2005-05-06 Ross Johnson <ross at callisto.canberra.edu.au>
* PortabilityIssues.html: Was nonPortableIssues.html.
- * index.html: Updated.
+ * index.html: Updated; add table of contents at top.
+ * *.html: Add Pthreads-win32 header info; add link back to the
+ index page 'index.html'.
2005-05-06 Ross Johnson <ross at callisto.canberra.edu.au>
diff --git a/manual/PortabilityIssues.html b/manual/PortabilityIssues.html
index e828ae3..1c22cca 100644
--- a/manual/PortabilityIssues.html
+++ b/manual/PortabilityIssues.html
@@ -5,18 +5,18 @@
<TITLE>PORTABILITYISSUES manual page</TITLE>
<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.3 (Linux)">
<META NAME="CREATED" CONTENT="20050505;322600">
- <META NAME="CHANGED" CONTENT="20050506;11312700">
- <!-- manual page source format generated by PolyglotMan v3.2, -->
- <!-- available at http://polyglotman.sourceforge.net/ -->
+ <META NAME="CHANGED" CONTENT="20050506;11580000">
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
-<P><A HREF="#toc">Table of Contents</A></P>
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
+<H4><A HREF="#toc">Table of Contents</A></H4>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P STYLE="font-weight: medium">Portability issues</P>
<H2><A HREF="#toc1" NAME="sect1">Synopsis</A></H2>
<P><B>Thread priority</B></P>
<H2><A HREF="#toc2" NAME="sect2">Description</A></H2>
-<P><B>Thread priority</B></P>
+<H3>Thread priority</H3>
<P STYLE="margin-left: 2cm">POSIX defines a single contiguous range
of numbers that determine a thread's priority. Win32 defines priority
classes - and priority levels relative to these classes. Classes are
@@ -715,4 +715,4 @@ THREAD_PRIORITY_IDLE through THREAD_PRIORITY_TIME_CRITICAL.</P>
</P>
</UL>
</BODY>
-</HTML> \ No newline at end of file
+</HTML>
diff --git a/manual/index.html b/manual/index.html
index 328090f..a05a2da 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -5,11 +5,16 @@
<TITLE></TITLE>
<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.3 (Linux)">
<META NAME="CREATED" CONTENT="20050504;17350500">
- <META NAME="CHANGED" CONTENT="20050506;11303900">
+ <META NAME="CHANGED" CONTENT="20050506;12240700">
</HEAD>
<BODY LANG="en-GB" DIR="LTR">
-<H1>POSIX Threads for Windows – Pthreads-w32</H1>
-<H2>POSIX threads API reference</H2>
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<H3>Table of Contents</H3>
+<P STYLE="margin-left: 2cm"><A HREF="#sect1" NAME="toc1">POSIX
+threads API reference</A><BR><A HREF="#sect2" NAME="toc2">Miscellaneous
+POSIX thread safe routines provided by Pthreads-w32</A><BR><A HREF="#sect3" NAME="toc3">Non-portable
+Pthreads-w32 routines</A><BR><A HREF="#sect4" NAME="toc4">Other</A></P>
+<H2><A HREF="#toc1" NAME="sect1">POSIX threads API reference</A></H2>
<P STYLE="margin-left: 2cm"><A HREF="pthread_attr_init.html"><B>pthread_attr_destroy</B></A></P>
<P STYLE="margin-left: 2cm"><A HREF="pthread_attr_init.html"><B>pthread_attr_getdetachstate</B></A></P>
<P STYLE="margin-left: 2cm"><A HREF="pthread_attr_init.html"><B>pthread_attr_getinheritsched</B></A></P>
@@ -115,13 +120,14 @@
<P STYLE="margin-left: 2cm"><B>sem_unlink</B></P>
<P STYLE="margin-left: 2cm"><A HREF="sem_init.html"><B>sem_wait</B></A></P>
<P STYLE="margin-left: 2cm"><A HREF="pthread_kill.html"><B>sigwait</B></A></P>
-<H2>Miscellaneous POSIX thread safe routines provided by Pthreads-w32</H2>
+<H2><A HREF="#toc2" NAME="sect2">Miscellaneous POSIX thread safe
+routines provided by Pthreads-w32</A></H2>
<P STYLE="margin-left: 2cm"><B>asctime_r</B></P>
<P STYLE="margin-left: 2cm"><B>ctime_r</B></P>
<P STYLE="margin-left: 2cm"><B>gmtime_r</B></P>
<P STYLE="margin-left: 2cm"><B>localtime_r</B></P>
<P STYLE="margin-left: 2cm"><B>rand_r</B></P>
-<H2>Non-portable Pthreads-w32 routines</H2>
+<H2><A HREF="#toc3" NAME="sect3">Non-portable Pthreads-w32 routines</A></H2>
<P STYLE="margin-left: 2cm"><A HREF="pthreadCancelableWait.html"><B>pthreadCancelableTimedWait</B></A></P>
<P STYLE="margin-left: 2cm"><A HREF="pthreadCancelableWait.html"><B>pthreadCancelableWait</B></A></P>
<P STYLE="margin-left: 2cm"><A HREF="pthread_delay_np.html"><B>pthread_delay_np</B></A></P>
@@ -133,7 +139,7 @@
<P STYLE="margin-left: 2cm"><A HREF="pthread_win32_attach_detach_np.html"><B>pthread_win32_process_detach_np</B></A></P>
<P STYLE="margin-left: 2cm"><A HREF="pthread_win32_attach_detach_np.html"><B>pthread_win32_thread_attach_np</B></A></P>
<P STYLE="margin-left: 2cm"><A HREF="pthread_win32_attach_detach_np.html"><B>pthread_win32_thread_detach_np</B></A></P>
-<H2>Other</H2>
+<H2><A HREF="#toc4" NAME="sect4">Other</A></H2>
<P STYLE="margin-left: 2cm"><A HREF="PortabilityIssues.html"><B>Portability
issues</B></A></P>
</BODY>
diff --git a/manual/pthreadCancelableWait.html b/manual/pthreadCancelableWait.html
index 760f0c7..ed6d077 100644
--- a/manual/pthreadCancelableWait.html
+++ b/manual/pthreadCancelableWait.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P STYLE="font-weight: medium">pthreadCancelableTimedWait,
@@ -81,4 +83,4 @@ was signalled.</P>
</P>
</UL>
</BODY>
-</HTML> \ No newline at end of file
+</HTML>
diff --git a/manual/pthread_attr_init.html b/manual/pthread_attr_init.html
index 8947cf3..aeb2176 100644
--- a/manual/pthread_attr_init.html
+++ b/manual/pthread_attr_init.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_attr_init, pthread_attr_destroy,
diff --git a/manual/pthread_attr_setstackaddr.html b/manual/pthread_attr_setstackaddr.html
index 8bee3ea..c471b98 100644
--- a/manual/pthread_attr_setstackaddr.html
+++ b/manual/pthread_attr_setstackaddr.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_attr_getstackaddr, pthread_attr_setstackaddr - get and set
diff --git a/manual/pthread_attr_setstacksize.html b/manual/pthread_attr_setstacksize.html
index 574630c..03256aa 100644
--- a/manual/pthread_attr_setstacksize.html
+++ b/manual/pthread_attr_setstacksize.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_attr_getstacksize, pthread_attr_setstacksize - get and set
diff --git a/manual/pthread_barrier_init.html b/manual/pthread_barrier_init.html
index 1bebca6..f7d6c9f 100644
--- a/manual/pthread_barrier_init.html
+++ b/manual/pthread_barrier_init.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_barrier_destroy, pthread_barrier_init - destroy and
diff --git a/manual/pthread_barrier_wait.html b/manual/pthread_barrier_wait.html
index 9ea29db..b24a28c 100644
--- a/manual/pthread_barrier_wait.html
+++ b/manual/pthread_barrier_wait.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_barrier_wait - synchronize at a barrier (<B>ADVANCED
diff --git a/manual/pthread_barrierattr_init.html b/manual/pthread_barrierattr_init.html
index 0318fb9..b872313 100644
--- a/manual/pthread_barrierattr_init.html
+++ b/manual/pthread_barrierattr_init.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_barrierattr_destroy, pthread_barrierattr_init - destroy
diff --git a/manual/pthread_barrierattr_setpshared.html b/manual/pthread_barrierattr_setpshared.html
index d602ed0..21261ec 100644
--- a/manual/pthread_barrierattr_setpshared.html
+++ b/manual/pthread_barrierattr_setpshared.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_barrierattr_getpshared, pthread_barrierattr_setpshared -
diff --git a/manual/pthread_cancel.html b/manual/pthread_cancel.html
index d8a6429..07a6799 100644
--- a/manual/pthread_cancel.html
+++ b/manual/pthread_cancel.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_cancel, pthread_setcancelstate, pthread_setcanceltype,
diff --git a/manual/pthread_cleanup_push.html b/manual/pthread_cleanup_push.html
index 9618e0a..c5d4853 100644
--- a/manual/pthread_cleanup_push.html
+++ b/manual/pthread_cleanup_push.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_cleanup_push, pthread_cleanup_pop - install and remove
@@ -135,4 +137,4 @@ pthread_setcanceltype(oldtype, NULL);</PRE>
</BLOCKQUOTE>
</UL>
</BODY>
-</HTML> \ No newline at end of file
+</HTML>
diff --git a/manual/pthread_cond_init.html b/manual/pthread_cond_init.html
index 7386a67..f1562d2 100644
--- a/manual/pthread_cond_init.html
+++ b/manual/pthread_cond_init.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_cond_init, pthread_cond_destroy, pthread_cond_signal,
diff --git a/manual/pthread_condattr_init.html b/manual/pthread_condattr_init.html
index 0435297..ea80791 100644
--- a/manual/pthread_condattr_init.html
+++ b/manual/pthread_condattr_init.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_condattr_init, pthread_condattr_destroy - condition
diff --git a/manual/pthread_condattr_setpshared.html b/manual/pthread_condattr_setpshared.html
index f3bdd38..b3e0ca6 100644
--- a/manual/pthread_condattr_setpshared.html
+++ b/manual/pthread_condattr_setpshared.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_condattr_getpshared, pthread_condattr_setpshared - get and
diff --git a/manual/pthread_create.html b/manual/pthread_create.html
index 9f7c465..719968c 100644
--- a/manual/pthread_create.html
+++ b/manual/pthread_create.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_create - create a new thread
diff --git a/manual/pthread_delay_np.html b/manual/pthread_delay_np.html
index 6325c3a..ad16ec3 100644
--- a/manual/pthread_delay_np.html
+++ b/manual/pthread_delay_np.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P STYLE="font-weight: medium">pthread_delay_np – suspend the
@@ -66,4 +68,4 @@ The value specified by interval is invalid.</P>
</P>
</UL>
</BODY>
-</HTML> \ No newline at end of file
+</HTML>
diff --git a/manual/pthread_detach.html b/manual/pthread_detach.html
index e5b668b..a6984c9 100644
--- a/manual/pthread_detach.html
+++ b/manual/pthread_detach.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_detach - put a running thread in the detached state
@@ -81,4 +83,4 @@ returned.
</P>
</UL>
</BODY>
-</HTML> \ No newline at end of file
+</HTML>
diff --git a/manual/pthread_getw32threadhandle_np.html b/manual/pthread_getw32threadhandle_np.html
index 0f028bf..820407e 100644
--- a/manual/pthread_getw32threadhandle_np.html
+++ b/manual/pthread_getw32threadhandle_np.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P STYLE="font-weight: medium">pthread_getw32threadhandle_np – get
@@ -52,4 +54,4 @@ thread <B>HANDLE</B> for the specified POSIX thread <I>thread</I>.</P>
</P>
</UL>
</BODY>
-</HTML> \ No newline at end of file
+</HTML>
diff --git a/manual/pthread_join.html b/manual/pthread_join.html
index 82bcd27..7174e72 100644
--- a/manual/pthread_join.html
+++ b/manual/pthread_join.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_join - wait for termination of another thread
@@ -113,4 +115,4 @@ error, a non-zero error code is returned.
</P>
</UL>
</BODY>
-</HTML> \ No newline at end of file
+</HTML>
diff --git a/manual/pthread_key_create.html b/manual/pthread_key_create.html
index ed5c48b..bbdfdde 100644
--- a/manual/pthread_key_create.html
+++ b/manual/pthread_key_create.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_key_create, pthread_key_delete, pthread_setspecific,
diff --git a/manual/pthread_kill.html b/manual/pthread_kill.html
index 6933c8d..f64dcf1 100644
--- a/manual/pthread_kill.html
+++ b/manual/pthread_kill.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_sigmask, pthread_kill, sigwait - handling of signals in
diff --git a/manual/pthread_mutex_init.html b/manual/pthread_mutex_init.html
index a56f77d..266730f 100644
--- a/manual/pthread_mutex_init.html
+++ b/manual/pthread_mutex_init.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock,
diff --git a/manual/pthread_mutexattr_init.html b/manual/pthread_mutexattr_init.html
index 3ab5a09..2a159e5 100644
--- a/manual/pthread_mutexattr_init.html
+++ b/manual/pthread_mutexattr_init.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_mutexattr_init, pthread_mutexattr_destroy,
diff --git a/manual/pthread_mutexattr_setpshared.html b/manual/pthread_mutexattr_setpshared.html
index 48cc6d7..d5f67a9 100644
--- a/manual/pthread_mutexattr_setpshared.html
+++ b/manual/pthread_mutexattr_setpshared.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get
diff --git a/manual/pthread_num_processors_np.html b/manual/pthread_num_processors_np.html
index 3257aba..b4987e1 100644
--- a/manual/pthread_num_processors_np.html
+++ b/manual/pthread_num_processors_np.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P STYLE="font-weight: medium">pthread_num_processors_np – get the
@@ -52,4 +54,4 @@ currently available to the process.</P>
</P>
</UL>
</BODY>
-</HTML> \ No newline at end of file
+</HTML>
diff --git a/manual/pthread_once.html b/manual/pthread_once.html
index 2607d38..8675292 100644
--- a/manual/pthread_once.html
+++ b/manual/pthread_once.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_once - once-only initialization
@@ -82,4 +84,4 @@ The once_control or init_routine parameter is NULL.</P>
</P>
</UL>
</BODY>
-</HTML> \ No newline at end of file
+</HTML>
diff --git a/manual/pthread_rwlock_init.html b/manual/pthread_rwlock_init.html
index 9baa3dc..153503f 100644
--- a/manual/pthread_rwlock_init.html
+++ b/manual/pthread_rwlock_init.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_rwlock_destroy, pthread_rwlock_init - destroy and
diff --git a/manual/pthread_rwlock_rdlock.html b/manual/pthread_rwlock_rdlock.html
index ed56cb5..30afe18 100644
--- a/manual/pthread_rwlock_rdlock.html
+++ b/manual/pthread_rwlock_rdlock.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a
diff --git a/manual/pthread_rwlock_timedrdlock.html b/manual/pthread_rwlock_timedrdlock.html
index b0a660f..b41a409 100644
--- a/manual/pthread_rwlock_timedrdlock.html
+++ b/manual/pthread_rwlock_timedrdlock.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_rwlock_timedrdlock - lock a read-write lock for reading
diff --git a/manual/pthread_rwlock_timedwrlock.html b/manual/pthread_rwlock_timedwrlock.html
index c8a9e14..90d2018 100644
--- a/manual/pthread_rwlock_timedwrlock.html
+++ b/manual/pthread_rwlock_timedwrlock.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_rwlock_timedwrlock - lock a read-write lock for writing
diff --git a/manual/pthread_rwlock_unlock.html b/manual/pthread_rwlock_unlock.html
index 311b5b9..b33b48b 100644
--- a/manual/pthread_rwlock_unlock.html
+++ b/manual/pthread_rwlock_unlock.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_rwlock_unlock - unlock a read-write lock object
diff --git a/manual/pthread_rwlock_wrlock.html b/manual/pthread_rwlock_wrlock.html
index 33ee766..28bacf5 100644
--- a/manual/pthread_rwlock_wrlock.html
+++ b/manual/pthread_rwlock_wrlock.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a
diff --git a/manual/pthread_rwlockattr_init.html b/manual/pthread_rwlockattr_init.html
index e43f0cc..3b386f0 100644
--- a/manual/pthread_rwlockattr_init.html
+++ b/manual/pthread_rwlockattr_init.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and
diff --git a/manual/pthread_rwlockattr_setpshared.html b/manual/pthread_rwlockattr_setpshared.html
index eeb7e78..5177f22 100644
--- a/manual/pthread_rwlockattr_setpshared.html
+++ b/manual/pthread_rwlockattr_setpshared.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get
diff --git a/manual/pthread_self.html b/manual/pthread_self.html
index 072a198..5cd3c75 100644
--- a/manual/pthread_self.html
+++ b/manual/pthread_self.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_self - return identifier of current thread
diff --git a/manual/pthread_setcancelstate.html b/manual/pthread_setcancelstate.html
index 9dacd86..ce2ab7a 100644
--- a/manual/pthread_setcancelstate.html
+++ b/manual/pthread_setcancelstate.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_cancel, pthread_setcancelstate, pthread_setcanceltype,
diff --git a/manual/pthread_setcanceltype.html b/manual/pthread_setcanceltype.html
index 2af471e..3626ad0 100644
--- a/manual/pthread_setcanceltype.html
+++ b/manual/pthread_setcanceltype.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_cancel, pthread_setcancelstate, pthread_setcanceltype,
diff --git a/manual/pthread_setconcurrency.html b/manual/pthread_setconcurrency.html
index 125dd9a..f849b72 100644
--- a/manual/pthread_setconcurrency.html
+++ b/manual/pthread_setconcurrency.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_getconcurrency, pthread_setconcurrency - get and set the
diff --git a/manual/pthread_setschedparam.html b/manual/pthread_setschedparam.html
index 6813080..e2b66c6 100644
--- a/manual/pthread_setschedparam.html
+++ b/manual/pthread_setschedparam.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_setschedparam, pthread_getschedparam - control thread
diff --git a/manual/pthread_spin_init.html b/manual/pthread_spin_init.html
index cd608f6..f470db7 100644
--- a/manual/pthread_spin_init.html
+++ b/manual/pthread_spin_init.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_spin_destroy, pthread_spin_init - destroy or initialize a
diff --git a/manual/pthread_spin_lock.html b/manual/pthread_spin_lock.html
index a24965f..38d7a2e 100644
--- a/manual/pthread_spin_lock.html
+++ b/manual/pthread_spin_lock.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_spin_lock, pthread_spin_trylock - lock a spin lock object
diff --git a/manual/pthread_spin_unlock.html b/manual/pthread_spin_unlock.html
index 52a22b7..cf62310 100644
--- a/manual/pthread_spin_unlock.html
+++ b/manual/pthread_spin_unlock.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>pthread_spin_unlock - unlock a spin lock object (<B>ADVANCED
diff --git a/manual/pthread_timechange_handler_np.html b/manual/pthread_timechange_handler_np.html
index f901975..aaca1f9 100644
--- a/manual/pthread_timechange_handler_np.html
+++ b/manual/pthread_timechange_handler_np.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P STYLE="font-weight: medium">pthread_timechange_handler_np –
@@ -71,4 +73,4 @@ reason.</P>
</P>
</UL>
</BODY>
-</HTML> \ No newline at end of file
+</HTML>
diff --git a/manual/pthread_win32_attach_detach_np.html b/manual/pthread_win32_attach_detach_np.html
index 4c8bd38..5645e5c 100644
--- a/manual/pthread_win32_attach_detach_np.html
+++ b/manual/pthread_win32_attach_detach_np.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P STYLE="font-weight: medium">pthread_win32_process_attach_np,
@@ -69,4 +71,4 @@ they fail.</P>
</P>
</UL>
</BODY>
-</HTML> \ No newline at end of file
+</HTML>
diff --git a/manual/pthread_win32_test_features_np.html b/manual/pthread_win32_test_features_np.html
index fcb9eab..5904307 100644
--- a/manual/pthread_win32_test_features_np.html
+++ b/manual/pthread_win32_test_features_np.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P STYLE="font-weight: medium">pthread_win32_test_features_np –
@@ -67,4 +69,4 @@ any of the specified features is present, and FALSE (0) otherwise.</P>
</P>
</UL>
</BODY>
-</HTML> \ No newline at end of file
+</HTML>
diff --git a/manual/sched_get_priority_max.html b/manual/sched_get_priority_max.html
index 2dc1de0..7e51982 100644
--- a/manual/sched_get_priority_max.html
+++ b/manual/sched_get_priority_max.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>sched_get_priority_max, sched_get_priority_min - get priority
diff --git a/manual/sched_getscheduler.html b/manual/sched_getscheduler.html
index 7c75ab4..d79be9d 100644
--- a/manual/sched_getscheduler.html
+++ b/manual/sched_getscheduler.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>sched_getscheduler - get scheduling policy (<B>REALTIME</B>)
diff --git a/manual/sched_setscheduler.html b/manual/sched_setscheduler.html
index 05e0044..8a4647c 100644
--- a/manual/sched_setscheduler.html
+++ b/manual/sched_setscheduler.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>sched_setscheduler - set scheduling policy and parameters
diff --git a/manual/sched_yield.html b/manual/sched_yield.html
index 31ea209..7be7bd0 100644
--- a/manual/sched_yield.html
+++ b/manual/sched_yield.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>sched_yield - yield the processor
@@ -93,4 +95,4 @@ can be obtained online at <A HREF="http://www.opengroup.org/unix/online.html">ht
</P>
</UL>
</BODY>
-</HTML> \ No newline at end of file
+</HTML>
diff --git a/manual/sem_init.html b/manual/sem_init.html
index 238754f..314e1cb 100644
--- a/manual/sem_init.html
+++ b/manual/sem_init.html
@@ -10,6 +10,8 @@
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
<BODY LANG="en-GB" BGCOLOR="#ffffff" DIR="LTR">
+<H4>POSIX Threads for Windows – REFERENCE - <A HREF="http:sources.redhat.com/pthreads-win32">Pthreads-w32</A></H4>
+<P><A HREF="index.html">Reference Index</A></P>
<P><A HREF="#toc">Table of Contents</A></P>
<H2><A HREF="#toc0" NAME="sect0">Name</A></H2>
<P>sem_init, sem_wait, sem_trywait, sem_post, sem_getvalue,