summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@FreeBSD.org>1999-08-20 07:00:22 +0000
committerRalf S. Engelschall <rse@FreeBSD.org>1999-08-20 07:00:22 +0000
commit49b1e06a15c6e5b8db39762f2af692189b98e06c (patch)
tree52443876e909d12fb7b0980386d2effe094f2b27 /lib
parent14068cfed26d36c6f21347e91c427ae0ca9a6445 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/man/pthread_cond_timedwait.39
-rw-r--r--lib/libc_r/man/pthread_cond_wait.34
-rw-r--r--lib/libpthread/man/pthread_cond_timedwait.39
-rw-r--r--lib/libpthread/man/pthread_cond_wait.34
4 files changed, 14 insertions, 12 deletions
diff --git a/lib/libc_r/man/pthread_cond_timedwait.3 b/lib/libc_r/man/pthread_cond_timedwait.3
index b7db6eaf1ca1..6af8430dd2f2 100644
--- a/lib/libc_r/man/pthread_cond_timedwait.3
+++ b/lib/libc_r/man/pthread_cond_timedwait.3
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: pthread_cond_timedwait.3,v 1.4 1999/07/12 20:49:03 nik Exp $
.\"
.Dd July 28, 1998
.Dt PTHREAD_COND_TIMEDWAIT 3
@@ -65,9 +65,10 @@ will fail if:
.Bl -tag -width Er
.It Bq Er EINVAL
The value specified by
-.Fa cond
-or the value specified by
-.Fa attr
+.Fa cond ,
+.Fa mutex
+or
+.Fa abstime
is invalid.
.It Bq Er ETIMEDOUT
The system time has reached or exceeded the time specified in
diff --git a/lib/libc_r/man/pthread_cond_wait.3 b/lib/libc_r/man/pthread_cond_wait.3
index f53fccf34f27..9d6294f2715c 100644
--- a/lib/libc_r/man/pthread_cond_wait.3
+++ b/lib/libc_r/man/pthread_cond_wait.3
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: pthread_cond_wait.3,v 1.4 1999/07/12 20:49:05 nik Exp $
.\"
.Dd July 28, 1998
.Dt PTHREAD_COND_WAIT 3
@@ -64,7 +64,7 @@ will fail if:
The value specified by
.Fa cond
or the value specified by
-.Fa attr
+.Fa mutex
is invalid.
.El
.Pp
diff --git a/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3
index b7db6eaf1ca1..6af8430dd2f2 100644
--- a/lib/libpthread/man/pthread_cond_timedwait.3
+++ b/lib/libpthread/man/pthread_cond_timedwait.3
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: pthread_cond_timedwait.3,v 1.4 1999/07/12 20:49:03 nik Exp $
.\"
.Dd July 28, 1998
.Dt PTHREAD_COND_TIMEDWAIT 3
@@ -65,9 +65,10 @@ will fail if:
.Bl -tag -width Er
.It Bq Er EINVAL
The value specified by
-.Fa cond
-or the value specified by
-.Fa attr
+.Fa cond ,
+.Fa mutex
+or
+.Fa abstime
is invalid.
.It Bq Er ETIMEDOUT
The system time has reached or exceeded the time specified in
diff --git a/lib/libpthread/man/pthread_cond_wait.3 b/lib/libpthread/man/pthread_cond_wait.3
index f53fccf34f27..9d6294f2715c 100644
--- a/lib/libpthread/man/pthread_cond_wait.3
+++ b/lib/libpthread/man/pthread_cond_wait.3
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: pthread_cond_wait.3,v 1.4 1999/07/12 20:49:05 nik Exp $
.\"
.Dd July 28, 1998
.Dt PTHREAD_COND_WAIT 3
@@ -64,7 +64,7 @@ will fail if:
The value specified by
.Fa cond
or the value specified by
-.Fa attr
+.Fa mutex
is invalid.
.El
.Pp