summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-15 00:32:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-15 00:32:30 +0000
commit1b67be713335597a098de2e8f941e01e45fe68a8 (patch)
tree8211d00a2ed29e8d216d1644384971c2b9617c1e
parentSome stuff added. (diff)
downloadrtems-1b67be713335597a098de2e8f941e01e45fe68a8.tar.bz2
Directives -> services.
-rw-r--r--doc/posix_users/thread.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix_users/thread.t b/doc/posix_users/thread.t
index b424f4e97e..98dcb13096 100644
--- a/doc/posix_users/thread.t
+++ b/doc/posix_users/thread.t
@@ -15,7 +15,7 @@ manager as defined by POSIX 1003.1b-1996. This standard requires that
a compliant operating system provide the facilties to manage multiple
threads of control and defines the API that must be provided.
-The directives provided by the thread manager are:
+The services provided by the thread manager are:
@itemize @bullet
@item @code{pthread_attr_init} - Initialize a Thread Attribute Set
@@ -91,10 +91,10 @@ All policies utilize the thread priority parameter.
There is currently no text in this section.
-@section Directives
+@section Services
-This section details the thread manager's directives.
-A subsection is dedicated to each of this manager's directives
+This section details the thread manager's services.
+A subsection is dedicated to each of this manager's services
and describes the calling sequence, related constants, usage,
and status codes.