projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3be5bf6
)
Fix.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 22 Oct 2004 05:18:55 +0000
(
05:18
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 22 Oct 2004 05:18:55 +0000
(
05:18
+0000)
doc/userprog.texi
patch
|
blob
|
history
diff --git
a/doc/userprog.texi
b/doc/userprog.texi
index 031efdfa08c72457813a92ffa1a6a3b0234c6aba..e02c50833aa93fa7a45cca81f19be7e43d6cbe9a 100644
(file)
--- a/
doc/userprog.texi
+++ b/
doc/userprog.texi
@@
-261,7
+261,7
@@
extending @func{process_execute} so that instead of simply taking a
program file name as its argument, it divides it into words at spaces.
The first word is the program name, the second word is the first
argument, and so on. That is, @code{process_execute("grep foo bar")}
-should run @
program
{grep} passing two arguments @code{foo} and
+should run @
command
{grep} passing two arguments @code{foo} and
@file{bar}. A few details:
@itemize