This commit is contained in:
Frank B. Brokken 2016-06-13 14:37:48 +02:00
parent 136e86984a
commit 0fb9c23d54

View file

@ -4,9 +4,9 @@ but it also must read their standard output. The user enters information at
the standard input of the parent process. A simple emi(command language) is the standard input of the parent process. A simple emi(command language) is
used for this: used for this:
itemization( itemization(
itt(start): this start a new child process. The parent returns the child's itt(start): this starts a new child process. The parent returns the
ID (a number) to the user. The ID is thereupon be used to identify a child's ID (a number) to the user. The ID is thereupon be used to identify a
particular child process particular child process;
itt(<nr> text) sends ``tt(text)'' to the child process having ID itt(<nr> text) sends ``tt(text)'' to the child process having ID
tt(<nr>); tt(<nr>);
itt(stop <nr>) terminates the child process having ID tt(<nr>); itt(stop <nr>) terminates the child process having ID tt(<nr>);