#1145138 manpages-dev: 'man pthread_key_create' has incorrect signature (missing parenthesis)

#1145138#5
Date:
2026-08-23 08:30:55 UTC
From:
To:
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