diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man3/pthread_rwlock_destroy.3 | 4 | ||||
-rw-r--r-- | share/man/man3/pthread_rwlockattr_destroy.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man3/pthread_rwlock_destroy.3 b/share/man/man3/pthread_rwlock_destroy.3 index 7453274..b67a2e7 100644 --- a/share/man/man3/pthread_rwlock_destroy.3 +++ b/share/man/man3/pthread_rwlock_destroy.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: pthread_rwlock_destroy.3,v 1.1 1998/09/07 19:01:43 alex Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCK_DESTROY 3 @@ -45,7 +45,7 @@ If successful, the 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_rwlock_init 3 .Sh STANDARDS The .Fn pthread_rwlock_destroy diff --git a/share/man/man3/pthread_rwlockattr_destroy.3 b/share/man/man3/pthread_rwlockattr_destroy.3 index ee3c405..35ac217 100644 --- a/share/man/man3/pthread_rwlockattr_destroy.3 +++ b/share/man/man3/pthread_rwlockattr_destroy.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: pthread_rwlockattr_destroy.3,v 1.1 1998/09/07 19:01:43 alex Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCKATTR_DESTROY 3 @@ -46,7 +46,7 @@ If successful, the function will return zero. Otherwise an error number will be returned to indicate the error. .Sh SEE ALSO -.Xr pthread_rwlockattr_init 3 , +.Xr pthread_rwlockattr_init 3 .Sh STANDARDS The .Fn pthread_rwlockattr_destroy |