Skip to content

Commit 2052841

Browse files
committed
Clarify pthread_rwlockattr_destroy is for use with an attributes object
OK tb@
1 parent ddd591e commit 2052841

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/libpthread/man/pthread_rwlockattr_destroy.3

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $OpenBSD: pthread_rwlockattr_destroy.3,v 1.11 2025/06/07 00:16:52 schwarze Exp $
1+
.\" $OpenBSD: pthread_rwlockattr_destroy.3,v 1.12 2025/06/20 12:57:56 job Exp $
22
.\" Copyright (c) 1998 Alex Nash
33
.\" All rights reserved.
44
.\"
@@ -25,12 +25,12 @@
2525
.\"
2626
.\" $FreeBSD: pthread_rwlockattr_destroy.3,v 1.3 1999/08/28 00:03:10 peter Exp $
2727
.\"
28-
.Dd $Mdocdate: June 7 2025 $
28+
.Dd $Mdocdate: June 20 2025 $
2929
.Dt PTHREAD_RWLOCKATTR_DESTROY 3
3030
.Os
3131
.Sh NAME
3232
.Nm pthread_rwlockattr_destroy
33-
.Nd destroy a read/write lock
33+
.Nd destroy a read/write lock attributes object
3434
.Sh SYNOPSIS
3535
.Lb libpthread
3636
.In pthread.h
@@ -39,7 +39,7 @@
3939
.Sh DESCRIPTION
4040
The
4141
.Fn pthread_rwlockattr_destroy
42-
function is used to destroy a read/write lock attribute object
42+
function is used to destroy a read/write lock attributes object
4343
previously created with
4444
.Fn pthread_rwlockattr_init .
4545
.Sh RETURN VALUES

0 commit comments

Comments
 (0)