projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e9f1ec
)
Fix typo.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 9 Jul 2006 15:10:00 +0000
(15:10 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 9 Jul 2006 15:10:00 +0000
(15:10 +0000)
doc/44bsd.texi
patch
|
blob
|
history
diff --git
a/doc/44bsd.texi
b/doc/44bsd.texi
index 40fd33db0f469e40811f67e3d02a1805efd29953..f530824e8296f0514885479377f4d3804b1e1417 100644
(file)
--- 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.