X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/5b2abdfbf4211b6592cdd02b9507555a0ecbb04b..0a7506c9bdc0d0d560d4b9c8a3d1089f5db425b9:/pthreads/pthread_cond_wait.3 diff --git a/pthreads/pthread_cond_wait.3 b/pthreads/pthread_cond_wait.3 index d64c49e..6aebfc1 100644 --- a/pthreads/pthread_cond_wait.3 +++ b/pthreads/pthread_cond_wait.3 @@ -37,7 +37,10 @@ .Sh SYNOPSIS .Fd #include .Ft int -.Fn pthread_cond_wait "pthread_cond_t *cond" "pthread_mutex_t *mutex" +.Fo pthread_cond_wait +.Fa "pthread_cond_t *restrict cond" +.Fa "pthread_mutex_t *restrict mutex" +.Fc .Sh DESCRIPTION The .Fn pthread_cond_wait @@ -50,8 +53,7 @@ argument. If successful, the .Fn pthread_cond_wait function will return zero. -Otherwise an error number will be returned to -indicate the error. +Otherwise, an error number will be returned to indicate the error. .Sh ERRORS .Fn pthread_cond_wait will fail if: