summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/key.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix_users/key.t')
-rw-r--r--doc/posix_users/key.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix_users/key.t b/doc/posix_users/key.t
index 7c5068c110..7d3e7edce7 100644
--- a/doc/posix_users/key.t
+++ b/doc/posix_users/key.t
@@ -48,8 +48,8 @@ and status codes.
#include <pthread.h>
int pthread_key_create(
-pthread_key_t *key,
-void (*destructor)( void CVS Makefile cancel.t clock.t cond.t cspecific.t device.t files.t io.t j key.t memorymgmt.t message.t mutex.t nodesc nodescr posix_users.cps posix_users.fns posix_users.texi preface.texi procenv.t process.t psxmsg.t sched.t semaphores.t signal.t systemdb.t thread.t )
+ pthread_key_t *key,
+ void (*destructor)( void )
);
@end example