Loading...
pthreads/pthread_key_delete.3 Libc-498 Libc-391
--- Libc/Libc-498/pthreads/pthread_key_delete.3
+++ Libc/Libc-391/pthreads/pthread_key_delete.3
@@ -39,13 +39,11 @@
 .Sh SYNOPSIS
 .Fd #include <pthread.h>
 .Ft int
-.Fo pthread_key_delete
-.Fa "pthread_key_t key"
-.Fc
+.Fn pthread_key_delete "pthread_key_t key"
 .Sh DESCRIPTION
 The
 .Fn pthread_key_delete
-function deletes a thread-specific data key, previously returned by
+function deletes a thread-specific data key previously returned by
 .Fn pthread_key_create .
 The thread-specific data values associated with
 .Fa key
@@ -77,7 +75,7 @@
 If successful, the
 .Fn pthread_key_delete
 function will return zero.
-Otherwise, an error number will be returned to
+Otherwise an error number will be returned to
 indicate the error.
 .Sh ERRORS
 .Fn pthread_key_delete