summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorrse <rse@FreeBSD.org>1999-08-20 07:00:22 +0000
committerrse <rse@FreeBSD.org>1999-08-20 07:00:22 +0000
commit592af9e5e30c588bbddbab64c5ce04e4df251a68 (patch)
tree5f6795d7ac1b427728bdb97536cbd55808d7604a /lib/libpthread
parente09a564be457194e4870fc0f1f48df4052b02e97 (diff)
downloadFreeBSD-src-592af9e5e30c588bbddbab64c5ce04e4df251a68.zip
FreeBSD-src-592af9e5e30c588bbddbab64c5ce04e4df251a68.tar.gz
Fix EINVAL related descriptions.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_cond_timedwait.39
-rw-r--r--lib/libpthread/man/pthread_cond_wait.34
2 files changed, 7 insertions, 6 deletions
diff --git a/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3
index b7db6ea..6af8430 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 f53fccf..9d6294f 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
OpenPOWER on IntegriCloud