]> git.saurik.com Git - apple/libc.git/blobdiff - pthreads/pthread_rwlockattr_destroy.3
Libc-763.11.tar.gz
[apple/libc.git] / pthreads / pthread_rwlockattr_destroy.3
index 5a7a143e0acc02833133c095b906fdbd32ccf626..3d4522856d50c2f226bb82ee73ae03fae69fbe40 100644 (file)
 .Sh SYNOPSIS
 .In pthread.h
 .Ft int
-.Fn pthread_rwlockattr_destroy "pthread_rwlockattr_t *attr"
+.Fo pthread_rwlockattr_destroy
+.Fa "pthread_rwlockattr_t *attr"
+.Fc
 .Sh DESCRIPTION
 The
 .Fn pthread_rwlockattr_destroy
-function is used to destroy a read/write lock attribute object
+function is used to destroy a read/write lock attribute object,
 previously created with
 .Fn pthread_rwlockattr_init .
 .Sh RETURN VALUES
 If successful, the
 .Fn pthread_rwlockattr_destroy
-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_rwlockattr_init 3
 .Sh STANDARDS