diff --git a/Manuals/Tcar-ug/Scripts/Bash/locale.docbook b/Manuals/Tcar-ug/Scripts/Bash/locale.docbook
index b30131f..2596369 100644
--- a/Manuals/Tcar-ug/Scripts/Bash/locale.docbook
+++ b/Manuals/Tcar-ug/Scripts/Bash/locale.docbook
@@ -8,6 +8,9 @@
         to standardize localization tasks inside the working copy.
     </para>
 
+    <sect2 id="scripts-bash-locale-syntax">
+    <title>Syntax</title>
+
     <screen>centos-art locale [OPTIONS] [DIRECTORY]</screen>
 
     <para>
@@ -19,6 +22,10 @@
         parameter is not provided, the current directory path where
         the command was called from is used instead.
     </para>
+    </sect2>
+
+    <sect2 id="scripts-bash-locale-options">
+    <title>Options</title>
     <para>
         The <function>locale</function> functionality accepts the
         following options: 
@@ -124,6 +131,10 @@
     </varlistentry>
 
     </variablelist>
+    </sect2>
+
+    <sect2 id="scripts-bash-locale-description">
+    <title>Description</title>
 
     <para>
         The localization process is very tied to the source files we
@@ -226,5 +237,49 @@
         messages for, run the following command: <command>locale -a |
         less</command>.
     </para>
+    </sect2>
+
+    <sect2 id="script-bash-locale-environment">
+    <title>Environment</title>
+    <para>
+        ...
+    </para>
+    </sect2>
+
+    <sect2 id="scripts-bash-locale-authors">
+    <title>Authors</title>
+    <para>
+        The following people have worked in the
+        <function>locale</function> functionality:
+    </para>
+    <itemizedlist>
+    <listitem>
+    <para>
+        Alain Reguera Delgado &lt;<ulink url="mailto:alain.reguera@gmail.com">alain.reguera@gmail.com</ulink>&gt;
+    </para>
+    </listitem>
+    </itemizedlist>
+    </sect2>
+
+    <sect2 id="scripts-bash-locale-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>