projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b567bc2
)
Update docs.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 22 Sep 2004 07:17:53 +0000
(07:17 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 22 Sep 2004 07:17:53 +0000
(07:17 +0000)
doc/threads.texi
patch
|
blob
|
history
diff --git
a/doc/threads.texi
b/doc/threads.texi
index 5aaa7327858924cebbd744266d0c91f923d658f8..3cb049a2cc96d56ad8815cf95d5ef74d7cc9d657 100644
(file)
--- a/
doc/threads.texi
+++ b/
doc/threads.texi
@@
-433,14
+433,6
@@
Test cases should be replacements for the existing @file{test.c}
file. Put them in a @file{threads/testcases} directory.
@xref{TESTCASE}, for more information.
-@item
-@b{If a thread finishes, should its children be terminated immediately,
-or should they finish normally?}
-
-You should feel free to decide what semantics you think this
-should have. You need only provide justification for your
-decision.
-
@item
@b{Why can't I disable interrupts?}