Clarify use of thread_get_nice() and thread_set_nice().
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 4 Jul 2005 00:04:24 +0000 (00:04 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 4 Jul 2005 00:04:24 +0000 (00:04 +0000)
Thanks to "Bruce Schechter" <bruce@schechter.com> for pointing the
ambiguity.

doc/44bsd.texi

index b21c48780f0c5811688490e7bf7f45b3a16a8592..3bbce0d572c2a6b3cc051920fa7caa7906b439ae 100644 (file)
@@ -81,9 +81,9 @@ time from other threads.
 
 The initial thread starts with a @var{nice} value of zero.  Other
 threads start with a @var{nice} value inherited from their parent
-thread.  You
-must implement these functions, for which we have provided skeleton
-definitions in @file{threads/thread.c}.
+thread.  You must implement the functions described below, which are for
+use by test programs.  We have provided skeleton definitions for them in
+@file{threads/thread.c}.  by test programs
 
 @deftypefun int thread_get_nice (void)
 Returns the current thread's @var{nice} value.