summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 19:38:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 19:38:35 +0000
commit3dddcce3f9ee4c8e2c470c2e7a025d2d961b40f1 (patch)
tree3640c52f76696078f88e9f81c788e8e35fbcd673
parentchanged version to 19991123-rc (diff)
downloadrtems-3dddcce3f9ee4c8e2c470c2e7a025d2d961b40f1.tar.bz2
Added descriptions for bullet list and routine section headings.
-rw-r--r--doc/posix_users/key.t16
1 files 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: