diff options
Diffstat (limited to 'lib/libc_r/man/pthread_rwlock_destroy.3')
-rw-r--r-- | lib/libc_r/man/pthread_rwlock_destroy.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/man/pthread_rwlock_destroy.3 b/lib/libc_r/man/pthread_rwlock_destroy.3 index bd1bfe8..70acf92 100644 --- a/lib/libc_r/man/pthread_rwlock_destroy.3 +++ b/lib/libc_r/man/pthread_rwlock_destroy.3 @@ -39,7 +39,7 @@ .Sh DESCRIPTION The .Fn pthread_rwlock_destroy -function is used to destroy a read/write lock previously created with +function is used to destroy a read/write lock previously created with .Fn pthread_rwlock_init . .Sh RETURN VALUES If successful, the |