projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a8e03b
)
Clarify ROX.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 4 Jan 2006 19:49:20 +0000
(19:49 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 4 Jan 2006 19:49:20 +0000
(19:49 +0000)
doc/userprog.texi
patch
|
blob
|
history
diff --git
a/doc/userprog.texi
b/doc/userprog.texi
index 7f50192db19841839f37da6d628e19e01eb36652..71b084ac3b02106877626dcbea6165112f193a3b 100644
(file)
--- a/
doc/userprog.texi
+++ b/
doc/userprog.texi
@@
-778,7
+778,8
@@
hurt even now.
You can use @func{file_deny_write} to prevent writes to an open file.
Calling @func{file_allow_write} on the file will re-enable them (unless
the file is denied writes by another opener). Closing a file will also
-re-enable writes.
+re-enable writes. Thus, to deny writes to process's executable, you
+must keep it open as long as the process is still running.
@node Project 2 FAQ
@section FAQ