1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

For consistency & greppability: global replace "sub-shell" => "subshell"

(cherry picked from commit 25eeb9bcdc0a23a66765fd3e5d7e36337da65051)
This commit is contained in:
Martijn Dekker 2020-06-05 20:58:41 +02:00
parent 8b07d2a011
commit 6c68b53170
5 changed files with 8 additions and 8 deletions

View file

@ -440,7 +440,7 @@ void sh_subjobcheck(pid_t pid)
}
/*
* Run command tree <t> in a virtual sub-shell
* Run command tree <t> in a virtual subshell
* If comsub is not null, then output will be placed in temp file (or buffer)
* If comsub is not null, the return value will be a stream consisting of
* output of command <t>. Otherwise, NULL will be returned.