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
used for this:
itemization(
itt(start): this start a new child process. The parent returns the child's
ID (a number) to the user. The ID is thereupon be used to identify a
particular child process
itt(start): this starts a new child process. The parent returns the
child's ID (a number) to the user. The ID is thereupon be used to identify a
particular child process;
itt(<nr> text) sends ``tt(text)'' to the child process having ID
tt(<nr>);
itt(stop <nr>) terminates the child process having ID tt(<nr>);