diff --git a/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/nameconvs.docbook b/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/nameconvs.docbook index 5d59c8c..300b525 100644 --- a/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/nameconvs.docbook +++ b/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/nameconvs.docbook @@ -1,23 +1,54 @@ - Script Name Convenctions + Script Convenctions ... - Variables Names + Naming Variables ... - Functions Names + Naming Functions ... + + Exit Status + + The centos-art.sh script has the following + exit status: + + + + + + 0 — The script completed successfully. + without error. + + + + + + 1 — The script didn't complete successfully + because something went wrong. This error status is generally + produced by cli_printMessage + functionality, when you use it with the + option as second argument. + + + + + + ... + + +