Loading...
pthreads/pthread_rwlockattr_getpshared.3 Libc-763.12 Libc-262.3.2
--- Libc/Libc-763.12/pthreads/pthread_rwlockattr_getpshared.3
+++ Libc/Libc-262.3.2/pthreads/pthread_rwlockattr_getpshared.3
@@ -33,14 +33,11 @@
 .Sh SYNOPSIS
 .In pthread.h
 .Ft int
-.Fo pthread_rwlockattr_getpshared
-.Fa "const pthread_rwlockattr_t *restrict attr"
-.Fa "int *restrict pshared"
-.Fc
+.Fn pthread_rwlockattr_getpshared "const pthread_rwlockattr_t *attr" "int *pshared"
 .Sh DESCRIPTION
 The
 .Fn pthread_rwlockattr_getpshared
-function is used to get the process-shared setting of a read/write
+function is used to get the process shared setting of a read/write
 lock attribute object.  The setting is returned via
 .Fa pshared ,
 and may be one of two values:
@@ -56,12 +53,12 @@
 .Sh RETURN VALUES
 If successful, the
 .Fn pthread_rwlockattr_getpshared
-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_init 3 ,
-.Xr pthread_rwlockattr_setpshared 3
+.Xr pthread_rwlockattr_setpshared 3 ,
+.Xr pthread_rwlock_init 3
 .Sh STANDARDS
 The
 .Fn pthread_rwlockattr_getpshared