From 1b67be713335597a098de2e8f941e01e45fe68a8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Jun 1999 00:32:30 +0000 Subject: Directives -> services. --- doc/posix_users/thread.t | 8 ++++---- 1 file 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. -- cgit v1.2.3