]> git.saurik.com Git - apple/libc.git/blobdiff - pthreads/pthread_rwlockattr_init.3
Libc-763.13.tar.gz
[apple/libc.git] / pthreads / pthread_rwlockattr_init.3
index 6d125e628af24101146d35b358a88675155ff155..1d75a3cbea73b97673fdeb987686680a56f31e0c 100644 (file)
 .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