From 10c04839ee7ef3dc86c550e47c1efded086c537e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 22 Oct 2004 05:18:55 +0000 Subject: [PATCH] Fix. --- doc/userprog.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/userprog.texi b/doc/userprog.texi index 031efdf..e02c508 100644 --- 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 -- 2.30.2