From: Michael Tremer Date: Fri, 18 May 2018 13:33:55 +0000 (+0100) Subject: man: Fix spelling, wording and formatting of nitsi.settings.5 X-Git-Url: http://git.ipfire.org/?p=nitsi.git;a=commitdiff_plain;h=5de02bffd8f74e351482846663d45e62d2eca5a4 man: Fix spelling, wording and formatting of nitsi.settings.5 Signed-off-by: Michael Tremer --- diff --git a/man/nitsi.settings.xml b/man/nitsi.settings.xml index 8323044..588a667 100644 --- a/man/nitsi.settings.xml +++ b/man/nitsi.settings.xml @@ -24,7 +24,7 @@ nitsi.settings - Settings file for a nitsi test + Settings file for a NITSI test @@ -32,16 +32,16 @@ Description - The settings file is the main configuration file of the - nitsi test. - This file specifies runtime configuration parameters for the test - and set the virtual environment to use. + The settings file is the main configuration file + of a nitsi test. + It specifies runtime configuration parameters for the test + and defines the virtual environment to be used. The syntax of the configuration file is based on the INI configuration - file format. Lines starting with hash (#) or semi-colon (;) - are ignored. + file format. + Lines starting with hash (#) or semi-colon (;) are comments. @@ -55,57 +55,54 @@ - + This option will configure the name of the test - and can be something more human readbale then the name of the test directory. + and should be in human-readable format. - - + - This can be a short description of the test to explain - what we are trying to test and what results we expect when - we are running the recipe. So when do the test succeed and when do the test fails. + A short short description of the test to explain + what it is trying to test and what results are expected when + running the recipe. - - + - The files or directories which should be copied into all virtual machines. - The paths are relativ to the path of the test directory. + Lists files or directories which should be copied into + all virtual machines. + The paths are relative to the path of the test directory. - - + - The path to which the files should be copied. For example /root/ + The path to which the files should be copied. For example /root. - @@ -122,27 +119,26 @@ - + - The Name of the virtual environment to use. + The name of the virtual environment to use. - - + - + - The path of the virtual environment relativ to the path of the test. + The path of the virtual environment relative to + the path of the test directory. - @@ -156,8 +152,7 @@ [DEFAULT] Name = Hello World - Description = This is a - short description. + Description = This is a short description. Copy_from = Copy_to = /root/ [VIRTUAL_ENVIRONMENT] @@ -165,7 +160,6 @@ path = ../virtual-environment/basic -