X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/5b2abdfbf4211b6592cdd02b9507555a0ecbb04b..7b00c0c43f52e9d27168e67a26aac19065cdb40c:/pthreads/pthread_rwlockattr_init.3 diff --git a/pthreads/pthread_rwlockattr_init.3 b/pthreads/pthread_rwlockattr_init.3 index 6d125e6..1d75a3c 100644 --- a/pthreads/pthread_rwlockattr_init.3 +++ b/pthreads/pthread_rwlockattr_init.3 @@ -33,21 +33,23 @@ .Sh SYNOPSIS .In pthread.h .Ft int -.Fn pthread_rwlockattr_init "pthread_rwlockattr_t *attr" +.Fo pthread_rwlockattr_init +.Fa "pthread_rwlockattr_t *attr" +.Fc .Sh DESCRIPTION The .Fn pthread_rwlockattr_init -function is used to initialize a read/write lock attributes object. +function is used to initialize a read/write lock attribute object. .Sh RETURN VALUES If successful, the .Fn pthread_rwlockattr_init -function will return zero. Otherwise an error number will be returned -to indicate the error. +function will return zero. +Otherwise, an error number will be returned to indicate the error. .Sh SEE ALSO +.Xr pthread_rwlock_init 3 , .Xr pthread_rwlockattr_destroy 3 , .Xr pthread_rwlockattr_getpshared 3 , -.Xr pthread_rwlockattr_setpshared 3 , -.Xr pthread_rwlock_init 3 +.Xr pthread_rwlockattr_setpshared 3 .Sh STANDARDS The .Fn pthread_rwlockattr_init