diff --git a/Manuals/Tcar-ug/Scripts/Bash/help.docbook b/Manuals/Tcar-ug/Scripts/Bash/help.docbook index 9719af5..12c43c3 100644 --- a/Manuals/Tcar-ug/Scripts/Bash/help.docbook +++ b/Manuals/Tcar-ug/Scripts/Bash/help.docbook @@ -10,9 +10,10 @@ linkend="manuals-formats"/>. </para> - <para> - <command>centos-art help [OPTIONS] [DOCENTRY]</command> - </para> + <sect2 id="scripts-bash-help-syntax"> + <title>Syntax</title> + + <screen>centos-art help [OPTIONS] [DOCENTRY]</screen> <para> The <varname>DOCENTRY</varname> parameter specifies the @@ -22,9 +23,9 @@ <code>MANUAL::CHAPTER:SECTION</code> based on whether the manual documentation backend you are using supports structuring through parts or not. When - <varname>DOCENTRY</varname> parameter is not provided, the - <quote>Repository File System</quote> documentation manual is - used as default value. + <varname>DOCENTRY</varname> parameter is not provided, + <quote>&TCAR; Repository File System</quote> documentation + manual is used as default value. </para> <para> @@ -37,7 +38,10 @@ file is available inside the manual directory structure and used to retrive the document format information, instead. </para> + </sect2> + <sect2 id="scripts-bash-help-options"> + <title>Options</title> <para> The <function>help</function> functionality accepts the following options: @@ -178,7 +182,6 @@ </para> </listitem> </varlistentry> - </variablelist> <para> @@ -189,5 +192,56 @@ documentation entries in order to keep the manual structure in a consistent state. </para> + </sect2> + + <sect2 id="scripts-bash-help-description"> + <title>Description</title> + <para> + ... + </para> + </sect2> + + <sect2 id="script-bash-help-environment"> + <title>Environment</title> + <para> + ... + </para> + </sect2> + + <sect2 id="scripts-bash-help-authors"> + <title>Authors</title> + <para> + The following people have worked in the + <function>help</function> functionality: + </para> + <itemizedlist> + <listitem> + <para> + Alain Reguera Delgado <<ulink url="mailto:alain.reguera@gmail.com">alain.reguera@gmail.com</ulink>> + </para> + </listitem> + </itemizedlist> + </sect2> + + <sect2 id="scripts-bash-help-licence"> + <title>License</title> + <para> +<screen>Copyright (C) 2009-2012 The CentOS Project + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</screen> + </para> + </sect2> </sect1>