#1145137 manpages-dev: 'man pthread_mutexattr_settype' does not document pthread_mutexattr_settype #1145137
- Package:
- manpages-dev
- Source:
- manpages-dev
- Submitter:
- Ralf Jung
- Date:
- 2026-08-23 08:41:02 UTC
- Severity:
- normal
Dear Maintainer,
When I run 'man pthread_mutexattr_settype', I get a manpage for the following functions:
int pthread_mutexattr_init(pthread_mutexattr_t *attr);
int pthread_mutexattr_destroy(pthread_mutexattr_t *attr);
The actual function I looked for is not documented on that page.
Kind regards,
Ralf