From: Ben Pfaff Date: Mon, 4 Jul 2005 00:04:24 +0000 (+0000) Subject: Clarify use of thread_get_nice() and thread_set_nice(). X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=130d914b2b1a8022c9e247686f52dfde75b074dc;p=pintos-anon Clarify use of thread_get_nice() and thread_set_nice(). Thanks to "Bruce Schechter" for pointing the ambiguity. --- diff --git a/doc/44bsd.texi b/doc/44bsd.texi index b21c487..3bbce0d 100644 --- a/doc/44bsd.texi +++ b/doc/44bsd.texi @@ -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.