Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into adrien
[simgrid.git] / docs / manpages / tesh.pod
index 0a9ef6ce973d4d8b3e739a8b664ad191132dd2aa..da7ef424f079dc1d2bb1fed04ac6ea2eac334972 100755 (executable)
@@ -43,7 +43,7 @@ the following list. The second char of each line is ignored.
 
  `!' metacommand, which can be one of:
      `timeout' <integer>|no
-     `expect signal' <signal name>
+     `expect signal' <signal name>[|<signal name>]*
      `expect return' <integer>
      `output' <ignore|display>
      `output sort' [integer]
@@ -189,7 +189,7 @@ same timestamp. Here is a SimGrid example:
     ! output sort 19
     $ ./some_simgrid_simulator --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
 
-This approach may seem surprizing at the first glance but it does its job:
+This approach may seem surprising at the first glance but it does its job:
 
 =over 4
 
@@ -213,7 +213,7 @@ usable by others, who knows?
 
 =head2 Ignoring some output
 
-Some outputed lines can be ignored by setting the ignore command followed
+Some outputted lines can be ignored by setting the ignore command followed
 by a regular expression:
 
     ! ignore .*0x[0-9A-F]+\.
@@ -224,7 +224,7 @@ by a regular expression:
 
 =head2 Colored and formatted text
 
-Tesh removes ANSI/VT100 control sequences from outputed text to make easier the writing of tests.
+Tesh removes ANSI/VT100 control sequences from outputted text to make easier the writing of tests.
 
     $ printf "I \033[0;31mlove\033[0m tesh\n"
     > I love tesh