#1145138 manpages-dev: 'man pthread_key_create' has incorrect signature (missing parenthesis) #1145138
- Package:
- manpages-dev
- Source:
- manpages-dev
- Submitter:
- Ralf Jung
- Date:
- 2026-08-23 08:41:03 UTC
- Severity:
- normal
Dear Maintainer,
'man pthread_key_create' lists the following signature:
int pthread_key_create(pthread_key_t *key,
typeof(void (void *)) *destr_function;
Note how the parentheses opened in the first line is never closed.
I assume there should be a closing ')' before the final ';'.
Kind regards,
Ralf