File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 $
2
2
.\" Copyright (c) 1998 Alex Nash
3
3
.\" All rights reserved.
4
4
.\"
25
25
.\"
26
26
.\" $FreeBSD: pthread_rwlockattr_destroy.3,v 1.3 1999/08/28 00:03:10 peter Exp $
27
27
.\"
28
- .Dd $Mdocdate : June 7 2025 $
28
+ .Dd $Mdocdate : June 20 2025 $
29
29
.Dt PTHREAD_RWLOCKATTR_DESTROY 3
30
30
.Os
31
31
.Sh NAME
32
32
.Nm pthread_rwlockattr_destroy
33
- .Nd destroy a read/write lock
33
+ .Nd destroy a read/write lock attributes object
34
34
.Sh SYNOPSIS
35
35
.Lb libpthread
36
36
.In pthread.h
39
39
.Sh DESCRIPTION
40
40
The
41
41
.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
43
43
previously created with
44
44
.Fn pthread_rwlockattr_init .
45
45
.Sh RETURN VALUES
You can’t perform that action at this time.
0 commit comments