Signed-off-by: Michael Tremer --- man/nitsi.recipe.xml | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/man/nitsi.recipe.xml b/man/nitsi.recipe.xml index 330f33d60b92..73c680dfa9e4 100644 --- a/man/nitsi.recipe.xml +++ b/man/nitsi.recipe.xml @@ -33,7 +33,7 @@ The recipe file contains the actions for a test. - So it consist of lines which state which command should executed on which machine. + It consists of lines which state what commands should be executed on which machine. @@ -41,7 +41,7 @@ Basic Syntax - All lines follows the following syntax: + All lines follow the following syntax: @@ -52,10 +52,9 @@ - The machine name is the first part of the line followed by an ':'. + The machine name is the first part of the line followed by ':'. After the ':' follows the command which should be executed. - @@ -76,10 +75,9 @@ - The '!' is similar to the 'not' in python. So this line will fail if the command succeds - and succeds if the command fails. Between the machine name and the '!' must be a space. + The '!' is similar to the 'not' in python. So this line will fail if the command succeeds + and succeeds if the command fails. Between the machine name and the '!' must be a space. - @@ -92,7 +90,6 @@ This command is executed on all machines of this test. - @@ -102,13 +99,12 @@ - This command is on all machines of the comma seperated list. So on machine1 and on machine2. + This command is on all machines of the comma seperated list. - - + @@ -116,12 +112,11 @@ This will include the recipe of test2. - The path is relativ to the directory of the recipe file which contain the include statement. + The path is relative to the directory of the + recipe file which contains the include statement. - - @@ -139,7 +134,6 @@ include: ../test2 - -- 2.17.0