X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=doc%2F44bsd.texi;h=3bbce0d572c2a6b3cc051920fa7caa7906b439ae;hb=130d914b2b1a8022c9e247686f52dfde75b074dc;hp=b21c48780f0c5811688490e7bf7f45b3a16a8592;hpb=47b7ea05f28915d1967e60a89b87babc9e3a4f70;p=pintos-anon 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.