diff --git a/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/environment.docbook b/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/environment.docbook
index 438dcc7..015e741 100644
--- a/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/environment.docbook
+++ b/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/environment.docbook
@@ -100,45 +100,20 @@ Shell execution environment
centos-art.sh script and are not available
for common functionalities. Specific functionalities are
stored in the trunk/Scripts/Bash/Functions/${CLI_FUNCDIRNAM}
- directory and described in the following sections:
+ class="directory">trunk/Scripts/Bash/Functions/${CLI_FUNCDIRNAM}/${CLI_FUNCNAME}.sh
+ file where CLI_FUNCDIRNAM is the function
+ name with the first letter in upper case and
+ CLI_FUNCNAME is the function name with all
+ letters in lower case.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
In ,
render, help and
locale are all specific functions while
cli_printMessage and
cli_getFilesList are common
- functionality.
-
-
-
- To know more about variables and common functions available
- inside centos-art.sh script, see and , respectively.
+ functionalities.