From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 4/7] man: Improve grammar, spelling and syntax of nitsi.recipe.5 Date: Fri, 18 May 2018 14:33:56 +0100 Message-ID: <20180518133359.2481778-4-michael.tremer@ipfire.org> In-Reply-To: <20180518133359.2481778-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3001495850277715333==" List-Id: --===============3001495850277715333== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 @@ =20 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 whic= h machine. =20 @@ -41,7 +41,7 @@ Basic Syntax =20 - All lines follows the following syntax: + All lines follow the following syntax: =20 @@ -52,10 +52,9 @@ =20 - 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 @@ =20 - The '!' is similar to the 'not' in python. So this line will fail if t= he 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 t= he command succeeds + and succeeds if the command fails. Between the machine name and the '!= ' must be a space. - =20 @@ -92,7 +90,6 @@ This command is executed on all machines of this test. - @@ -102,13 +99,12 @@ =20 - This command is on all machines of the comma seperated list. So on mac= hine1 and on machine2. + This command is on all machines of the comma seperated list. - =20 - + @@ -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. - - =20 @@ -139,7 +134,6 @@ include: ../test2 - =20 --=20 2.17.0 --===============3001495850277715333==--