From 3dddcce3f9ee4c8e2c470c2e7a025d2d961b40f1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Nov 1999 19:38:35 +0000 Subject: Added descriptions for bullet list and routine section headings. --- doc/posix_users/key.t | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/posix_users/key.t b/doc/posix_users/key.t index f325f58878..d2328ce216 100644 --- a/doc/posix_users/key.t +++ b/doc/posix_users/key.t @@ -15,10 +15,10 @@ The key manager ... The directives provided by the key manager are: @itemize @bullet -@item @code{pthread_key_create} - -@item @code{pthread_key_delete} - -@item @code{pthread_setspecific} - -@item @code{pthread_getspecific} - +@item @code{pthread_key_create} - Create Thread Specific Data Key +@item @code{pthread_key_delete} - Delete Thread Specific Data Key +@item @code{pthread_setspecific} - Set Thread Specific Key Value +@item @code{pthread_getspecific} - Get Thread Specific Key Value @end itemize @section Background @@ -40,7 +40,7 @@ and status codes. @c @c @page -@subsection pthread_key_create +@subsection pthread_key_create - Create Thread Specific Data Key @subheading CALLING SEQUENCE: @@ -68,7 +68,7 @@ Insufficient memory exists to create the key. @c @c @page -@subsection pthread_key_delete +@subsection pthread_key_delete - Delete Thread Specific Data Key @subheading CALLING SEQUENCE: @@ -96,7 +96,7 @@ The key was invalid @c @c @page -@subsection pthread_setspecific +@subsection pthread_setspecific - Set Thread Specific Key Value @subheading CALLING SEQUENCE: @@ -124,7 +124,7 @@ The specified key is invalid. @c @c @page -@subsection pthread_getspecific +@subsection pthread_getspecific - Get Thread Specific Key Value @subheading CALLING SEQUENCE: -- cgit v1.2.3