From b864c578ffe4f22da7c2e546b8aa12e77b2468ac Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Dec 06 2010 11:10:40 +0000 Subject: Update documentation manual. --- diff --git a/Manuals/en/Html/Repository/repository_40.html b/Manuals/en/Html/Repository/repository_40.html index 9e20107..1da00b7 100644 --- a/Manuals/en/Html/Repository/repository_40.html +++ b/Manuals/en/Html/Repository/repository_40.html @@ -583,9 +583,10 @@ following values are recognized by `centos-art.sh' script:

3.37.3.2 Global functions

-

Functions defined under `trunk/Scripts/Bash/Functions/' directory -are considered global. Global function can be used inside action -specific functionalities and reused inside themselves. This section +

Functions scripts stored directly under +`trunk/Scripts/Bash/Functions/' directory are used to define +global functions. Global function can be used inside action specific +functionalities and or even be reused inside themselves. This section provides introductory information to global functions you can use inside `centos-art.sh' script.

diff --git a/Manuals/en/Info/Repository/repository.info.bz2 b/Manuals/en/Info/Repository/repository.info.bz2 index c865372..3dc3674 100644 Binary files a/Manuals/en/Info/Repository/repository.info.bz2 and b/Manuals/en/Info/Repository/repository.info.bz2 differ diff --git a/Manuals/en/Plaintext/Repository/repository.txt b/Manuals/en/Plaintext/Repository/repository.txt index 1688706..bb02358 100644 --- a/Manuals/en/Plaintext/Repository/repository.txt +++ b/Manuals/en/Plaintext/Repository/repository.txt @@ -3236,11 +3236,11 @@ for you to use inside specific functions: 3.37.3.2 Global functions ......................... -Functions defined under `trunk/Scripts/Bash/Functions/' directory are -considered global. Global function can be used inside action specific -functionalities and reused inside themselves. This section provides -introductory information to global functions you can use inside -`centos-art.sh' script. +Functions scripts stored directly under `trunk/Scripts/Bash/Functions/' +directory are used to define global functions. Global function can be +used inside action specific functionalities and or even be reused +inside themselves. This section provides introductory information to +global functions you can use inside `centos-art.sh' script. -- Function: cli_checkActionArguments Validate action value (ACTIONVAL) variable. diff --git a/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions.texi b/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions.texi index e2a7d8d..3b0802a 100644 --- a/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions.texi +++ b/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions.texi @@ -499,9 +499,10 @@ If no one of these values is set in @env{EDITOR} environment variable, @subsubsection Global functions -Functions defined under @file{trunk/Scripts/Bash/Functions/} directory -are considered global. Global function can be used inside action -specific functionalities and reused inside themselves. This section +Functions scripts stored directly under +@file{trunk/Scripts/Bash/Functions/} directory are used to define +global functions. Global function can be used inside action specific +functionalities and or even be reused inside themselves. This section provides introductory information to global functions you can use inside @file{centos-art.sh} script.