mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
typo fix
This commit is contained in:
parent
136e86984a
commit
0fb9c23d54
1 changed files with 3 additions and 3 deletions
|
@ -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>);
|
||||||
|
|
Loading…
Reference in a new issue