summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/key.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-01 15:49:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-01 15:49:38 +0000
commit4ebb4862d21554afe8d4bbc69534d559c131abe1 (patch)
tree20837994d17598adad84c227119d75df7c06c1c5 /doc/new_chapters/key.t
parentModified so chapters are automatically generated. (diff)
downloadrtems-4ebb4862d21554afe8d4bbc69534d559c131abe1.tar.bz2
Removed all node and menu information since this information is now
automatically generated. Removed any attempts to link across chapter boundaries since the manual is incomplete.
Diffstat (limited to 'doc/new_chapters/key.t')
-rw-r--r--doc/new_chapters/key.t45
1 files changed, 1 insertions, 44 deletions
diff --git a/doc/new_chapters/key.t b/doc/new_chapters/key.t
index 16196b6116..57419655ff 100644
--- a/doc/new_chapters/key.t
+++ b/doc/new_chapters/key.t
@@ -6,22 +6,8 @@
@c $Id$
@c
-@ifinfo
-@node Key Manager, Key Manager Introduction, pthread_cond_timedwait, Top
-@end ifinfo
@chapter Key Manager
-@ifinfo
-@menu
-* Key Manager Introduction::
-* Key Manager Background::
-* Key Manager Operations::
-* Key Manager Directives::
-@end menu
-@end ifinfo
-
-@ifinfo
-@node Key Manager Introduction, Key Manager Background, Key Manager, Key Manager
-@end ifinfo
+
@section Introduction
The key manager ...
@@ -35,28 +21,11 @@ The directives provided by the key manager are:
@item @code{pthread_getspecific} -
@end itemize
-@ifinfo
-@node Key Manager Background, Key Manager Operations, Key Manager Introduction, Key Manager
-@end ifinfo
@section Background
-@ifinfo
-@node Key Manager Operations, Key Manager Directives, Key Manager Background, Key Manager
-@end ifinfo
@section Operations
-@ifinfo
-@node Key Manager Directives, pthread_key_create, Key Manager Operations, Key Manager
-@end ifinfo
@section Directives
-@ifinfo
-@menu
-* pthread_key_create::
-* pthread_key_delete::
-* pthread_setspecific::
-* pthread_getspecific::
-@end menu
-@end ifinfo
This section details the key manager's directives.
A subsection is dedicated to each of this manager's directives
@@ -64,9 +33,6 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
-@ifinfo
-@node pthread_key_create, pthread_key_delete, Key Manager Directives, Key Manager Directives
-@end ifinfo
@subsection pthread_key_create
@subheading CALLING SEQUENCE:
@@ -92,9 +58,6 @@ Insufficient memory exists to create the key.
@end table
@page
-@ifinfo
-@node pthread_key_delete, pthread_setspecific, pthread_key_create, Key Manager Directives
-@end ifinfo
@subsection pthread_key_delete
@subheading CALLING SEQUENCE:
@@ -120,9 +83,6 @@ The key was invalid
@subheading NOTES:
@page
-@ifinfo
-@node pthread_setspecific, pthread_getspecific, pthread_key_delete, Key Manager Directives
-@end ifinfo
@subsection pthread_setspecific
@subheading CALLING SEQUENCE:
@@ -148,9 +108,6 @@ The specified key is invalid.
@subheading NOTES:
@page
-@ifinfo
-@node pthread_getspecific, Clock Manager, pthread_setspecific, Key Manager Directives
-@end ifinfo
@subsection pthread_getspecific
@subheading CALLING SEQUENCE: