Fix.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 22 Oct 2004 05:18:55 +0000 (05:18 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 22 Oct 2004 05:18:55 +0000 (05:18 +0000)
doc/userprog.texi

index 031efdfa08c72457813a92ffa1a6a3b0234c6aba..e02c50833aa93fa7a45cca81f19be7e43d6cbe9a 100644 (file)
@@ -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