From 130d914b2b1a8022c9e247686f52dfde75b074dc Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 4 Jul 2005 00:04:24 +0000 Subject: [PATCH] Clarify use of thread_get_nice() and thread_set_nice(). Thanks to "Bruce Schechter" for pointing the ambiguity. --- doc/44bsd.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.30.2