Fix EINVAL related descriptions.
This commit is contained in:
parent
14068cfed2
commit
49b1e06a15
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user