X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2F44bsd.texi;fp=doc%2F44bsd.texi;h=f530824e8296f0514885479377f4d3804b1e1417;hb=5ae9e9b8e9240f8605cd4ed7ddf9c1207370dd35;hp=40fd33db0f469e40811f67e3d02a1805efd29953;hpb=2e9f1eca8738a888033e4be9f661da9734e130e9;p=pintos-anon diff --git a/doc/44bsd.texi b/doc/44bsd.texi index 40fd33d..f530824 100644 --- a/doc/44bsd.texi +++ b/doc/44bsd.texi @@ -86,7 +86,7 @@ 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 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 +@file{threads/thread.c}. @deftypefun int thread_get_nice (void) Returns the current thread's @var{nice} value.