diff --git a/Manual/Directories/trunk/Scripts/Functions/Prepare.texi b/Manual/Directories/trunk/Scripts/Functions/Prepare.texi
index 18b563a..6675605 100644
--- a/Manual/Directories/trunk/Scripts/Functions/Prepare.texi
+++ b/Manual/Directories/trunk/Scripts/Functions/Prepare.texi
@@ -271,6 +271,19 @@ Assume @samp{yes} to all confirmation questions.
@end table
+@subsubheading Examples
+
+@table @command
+@item centos-art prepare --packages --link
+Preapare both links and packages required to use the working copy of
+CentOS Artwork Repository in the workstation. If required packages are
+already installed this command looks for updates instead.
+
+@item centos-art prepare --link --quiet
+Update connection between the workstation and the working copy of
+CentOS Artwork Repository, using no output.
+@end table
+
@subheading See also
@itemize
diff --git a/Manual/Directories/trunk/Scripts/Functions/Tuneup.texi b/Manual/Directories/trunk/Scripts/Functions/Tuneup.texi
index e90de39..8f4a159 100755
--- a/Manual/Directories/trunk/Scripts/Functions/Tuneup.texi
+++ b/Manual/Directories/trunk/Scripts/Functions/Tuneup.texi
@@ -59,10 +59,6 @@ The comment template replaces all the lines between the
@samp{Copyright} line (e.g., line 5) and the first separator line
(e.g., line 9). Everything else in the file will remain immutable.
-From time to time, we use the @code{tuneup} functionality on the
-`trunk/Scripts' directory structure to update the copyright and
-license notice of all the shell scripts we have therein.
-
@subsubheading Maintaining @file{.svg} files
If scalable vector graphics are found, the @code{tuneup} functionality
@@ -82,11 +78,6 @@ The elimination of unused definitions inside SVG files takes place
through the @option{--vacuum-defs} option of @command{inkscape}
command-line interface.
-Frequently, we use the @code{tuneup} functionality on the
-@file{trunk/Identity/Models} and @file{trunk/Identity/Themes/Models}
-directory structure to update metadata and remove unused definitions
-from design models therein.
-
@subsubheading Maintaining @file{.xhtml} files
If web pages are found, the @code{tuneup} functionality transforms web
@@ -118,11 +109,6 @@ used to build the heading reference changes, you need to run the the
@code{tuneup} functionality in order for the anchor elements to use
the correct information.
-Frequently, we use the @code{tuneup} functionality on the
-@file{trunk/Identity/Webenv/App/Home} directory structure to update
-the heading information and the related table of contents of web pages
-therein.
-
@subheading Usage
@subsubheading Synopsis
@@ -145,6 +131,24 @@ files already processed, before and after the action itself had took
place in the working copy.
@end table
+@subsubheading Examples
+
+@table @command
+@item centos-art tuneup trunk/Scripts
+
+Update the copyright and license notice of all the shell scripts we
+have in @file{trunk/Scripts} directory structure.
+
+@item centos-art tuneup trunk/Identity/Models/Brands --filter="symbol"
+Update metadata and remove unused definitions from all design models
+in @file{trunk/Identity/Models/Brands} which have the word
+@samp{symbol} in the file name.
+
+@item centos-art tuneup trunk/Identity/Webenv/App/Home
+Update headings and the related table of contents to all web pages
+inside @file{trunk/Identity/Webenv/App/Home}, recusively.
+@end table
+
@subheading See also
@itemize
diff --git a/Manual/repository.info.bz2 b/Manual/repository.info.bz2
index 8c2d572..adb3198 100644
Binary files a/Manual/repository.info.bz2 and b/Manual/repository.info.bz2 differ
diff --git a/Manual/repository.pdf b/Manual/repository.pdf
index 23ceb31..052b563 100644
Binary files a/Manual/repository.pdf and b/Manual/repository.pdf differ
diff --git a/Manual/repository.txt.bz2 b/Manual/repository.txt.bz2
index dbca17b..3aad201 100644
Binary files a/Manual/repository.txt.bz2 and b/Manual/repository.txt.bz2 differ
diff --git a/Manual/repository.xhtml.tar.bz2 b/Manual/repository.xhtml.tar.bz2
index ed1aa13..75fe9bb 100644
Binary files a/Manual/repository.xhtml.tar.bz2 and b/Manual/repository.xhtml.tar.bz2 differ
diff --git a/Manual/repository.xml b/Manual/repository.xml
index 188d782..c35e97b 100644
--- a/Manual/repository.xml
+++ b/Manual/repository.xml
@@ -2945,6 +2945,21 @@ centos-art.sh prepare [OPTIONS]
+
tuneup
functionality on the `trunk/Scripts' directory structure to update the copyright and license notice of all the shell scripts we have therein.tuneup
functionality reads a metadata template (tuneup
functionality on the tuneup
functionality transforms web page headings to make them accessible through a table of contents. The table of contents is expanded in place, wherever the <div class="toc"></div>
piece of code be in the page.<div class="toc"></div>
piece of code has be expanded, there is no need to put anything else in the page. You can run the tuneup
functionality everytime you update the heading information so as to update the table of contents, too.head-
string and the heading string. If any of the components used to build the heading reference changes, you need to run the the tuneup
functionality in order for the anchor elements to use the correct information.tuneup
functionality on the