Loading...
pthreads/pthread_rwlockattr_destroy.3 Libc-763.13 Libc-320
--- Libc/Libc-763.13/pthreads/pthread_rwlockattr_destroy.3
+++ Libc/Libc-320/pthreads/pthread_rwlockattr_destroy.3
@@ -33,20 +33,18 @@
 .Sh SYNOPSIS
 .In pthread.h
 .Ft int
-.Fo pthread_rwlockattr_destroy
-.Fa "pthread_rwlockattr_t *attr"
-.Fc
+.Fn pthread_rwlockattr_destroy "pthread_rwlockattr_t *attr"
 .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