summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_cond_timedwait.3
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 /share/man/man3/pthread_cond_timedwait.3
parente09a564be457194e4870fc0f1f48df4052b02e97 (diff)
downloadFreeBSD-src-592af9e5e30c588bbddbab64c5ce04e4df251a68.zip
FreeBSD-src-592af9e5e30c588bbddbab64c5ce04e4df251a68.tar.gz
Fix EINVAL related descriptions.
Diffstat (limited to 'share/man/man3/pthread_cond_timedwait.3')
-rw-r--r--share/man/man3/pthread_cond_timedwait.39
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man3/pthread_cond_timedwait.3 b/share/man/man3/pthread_cond_timedwait.3
index b7db6ea..6af8430 100644
--- a/share/man/man3/pthread_cond_timedwait.3
+++ b/share/man/man3/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
OpenPOWER on IntegriCloud