summaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/man/pthread_cond_init.34
-rw-r--r--lib/libc_r/man/pthread_equal.34
-rw-r--r--lib/libc_r/man/pthread_key_delete.34
-rw-r--r--lib/libc_r/man/pthread_testcancel.35
-rw-r--r--lib/libc_r/man/pthreads.35
-rw-r--r--lib/libc_r/man/sigwait.35
6 files changed, 13 insertions, 14 deletions
diff --git a/lib/libc_r/man/pthread_cond_init.3 b/lib/libc_r/man/pthread_cond_init.3
index ef4d2005b99..c88490c6b69 100644
--- a/lib/libc_r/man/pthread_cond_init.3
+++ b/lib/libc_r/man/pthread_cond_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_cond_init.3,v 1.8 2002/02/21 20:12:19 fgsch Exp $
+.\" $OpenBSD: pthread_cond_init.3,v 1.9 2002/04/30 16:31:42 mpech Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -67,7 +67,7 @@ is invalid.
The process cannot allocate enough memory to create another condition
variable.
.It Bq Er EAGAIN
-The system temporarily lacks the resources to create another condition
+The system temporarily lacks the resources to create another condition
variable.
.El
.Sh SEE ALSO
diff --git a/lib/libc_r/man/pthread_equal.3 b/lib/libc_r/man/pthread_equal.3
index d43bb802736..ef469ed6687 100644
--- a/lib/libc_r/man/pthread_equal.3
+++ b/lib/libc_r/man/pthread_equal.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_equal.3,v 1.7 2002/02/21 20:12:19 fgsch Exp $
+.\" $OpenBSD: pthread_equal.3,v 1.8 2002/04/30 16:31:42 mpech Exp $
.\"
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -65,4 +65,4 @@ None.
.Sh STANDARDS
.Fn pthread_equal
conforms to
-.St -p1003.1-96 .
+.St -p1003.1-96 .
diff --git a/lib/libc_r/man/pthread_key_delete.3 b/lib/libc_r/man/pthread_key_delete.3
index 0135abd7357..02c1ee952a1 100644
--- a/lib/libc_r/man/pthread_key_delete.3
+++ b/lib/libc_r/man/pthread_key_delete.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_key_delete.3,v 1.6 2002/02/21 20:12:19 fgsch Exp $
+.\" $OpenBSD: pthread_key_delete.3,v 1.7 2002/04/30 16:31:42 mpech Exp $
.\"
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -91,4 +91,4 @@ value is invalid.
.Sh STANDARDS
.Fn pthread_key_delete
conforms to
-.St -p1003.1-96 .
+.St -p1003.1-96 .
diff --git a/lib/libc_r/man/pthread_testcancel.3 b/lib/libc_r/man/pthread_testcancel.3
index f2eeb0106dc..84fef8dbb57 100644
--- a/lib/libc_r/man/pthread_testcancel.3
+++ b/lib/libc_r/man/pthread_testcancel.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_testcancel.3,v 1.7 2002/02/21 20:12:19 fgsch Exp $
+.\" $OpenBSD: pthread_testcancel.3,v 1.8 2002/04/30 16:31:42 mpech Exp $
.\"
.Dd January 17, 1999
.Dt PTHREAD_TESTCANCEL 3
@@ -67,7 +67,6 @@ The
function creates a cancellation point in the calling thread. The
.Fn pthread_testcancel
function has no effect if cancelability is disabled.
-.Pp
.Ss Cancelability States
The cancelability state of a thread determines the action taken upon
receipt of a cancellation request. The thread may control cancellation in
@@ -188,4 +187,4 @@ or
.Sh STANDARDS
.Fn pthread_testcancel
conforms to
-.St -p1003.1-96
+.St -p1003.1-96
diff --git a/lib/libc_r/man/pthreads.3 b/lib/libc_r/man/pthreads.3
index c7ec1795c05..ebf34d84ac5 100644
--- a/lib/libc_r/man/pthreads.3
+++ b/lib/libc_r/man/pthreads.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthreads.3,v 1.16 2002/02/21 08:37:55 fgsch Exp $
+.\" $OpenBSD: pthreads.3,v 1.17 2002/04/30 16:31:42 mpech Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd August 17, 1998
.Dt PTHREADS 3
@@ -33,10 +33,9 @@ flags (see
.Sx Thread flags ) ,
signal mask, and name (as set by
.Xr pthread_set_name_np 3 ) .
-If the environment variable
+If the environment variable
.Ev PTHREAD_DEBUG
is defined additional information is displayed.
-.Pp
.Ss Thread states
Threads can be in one of these states:
.Bl -tag -offset indent -width Dv -compact
diff --git a/lib/libc_r/man/sigwait.3 b/lib/libc_r/man/sigwait.3
index f13d6b9071b..56f7576c4a2 100644
--- a/lib/libc_r/man/sigwait.3
+++ b/lib/libc_r/man/sigwait.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sigwait.3,v 1.10 2002/02/21 20:12:19 fgsch Exp $
+.\" $OpenBSD: sigwait.3,v 1.11 2002/04/30 16:31:42 mpech Exp $
.\"
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd August 20, 1998
@@ -22,7 +22,8 @@ that signal number in the location referenced by
If prior to the call to
.Fn sigwait
there are multiple pending instances of a single signal number,
-it is undefined whether upon successful return there are any remaining pending signals for that signal number.
+it is undefined whether upon successful return there are any remaining pending
+signals for that signal number.
If no signal in
.Fa set
is pending at the time of the call,