From 0ef240d979b0ffcad104a6844cee4c72640844f5 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 10 Feb 2008 16:00:30 +0000 Subject: hush: small fixes to docs/testsuite --- shell/hush_doc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/hush_doc.txt') diff --git a/shell/hush_doc.txt b/shell/hush_doc.txt index a3ead590c..973fe44c5 100644 --- a/shell/hush_doc.txt +++ b/shell/hush_doc.txt @@ -22,11 +22,11 @@ run_list(struct pipe *) - handles "cmd; cmd2 && cmd3", while/for/do loops /* callsite: run_list */ run_pipe - runs "cmd1 | cmd2 | cmd3 [&]" - run_list - used if only one cmd and it is of the form "{ cmd4; cmd5 && cmd6; }" + run_list - used if only one cmd and it is of the form "{cmds;}" forks for every cmd if more than one cmd or if & is there pseudo_exec - runs each "cmdN" (handles builtins etc) -/* callsite: run_pipe_real */ +/* callsite: run_pipe */ pseudo_exec - runs "cmd" (handles builtins etc) exec - execs external programs run_list - used if cmdN is "(cmds)" or "{cmds;}" -- cgit v1.2.3