diff options
Diffstat (limited to 'share/man/man3/pthread_cond_timedwait.3')
-rw-r--r-- | share/man/man3/pthread_cond_timedwait.3 | 9 |
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 |