|
|
b65bb1 |
<refentry id="scripts-bash-help">
|
|
|
e68d9f |
|
|
|
b65bb1 |
<refmeta>
|
|
|
b65bb1 |
<refentrytitle>help</refentrytitle>
|
|
|
b65bb1 |
<indexterm type="common-function">
|
|
|
b65bb1 |
<primary>Standardize constructions tasks inside &TCAR;</primary>
|
|
|
b65bb1 |
</indexterm>
|
|
|
b65bb1 |
</refmeta>
|
|
|
b65bb1 |
|
|
|
b65bb1 |
<refnamediv>
|
|
|
b65bb1 |
<refname>help</refname>
|
|
|
b65bb1 |
<refpurpose>Standardize documentation tasks inside &TCAR;.</refpurpose>
|
|
|
b65bb1 |
</refnamediv>
|
|
|
b65bb1 |
|
|
|
b65bb1 |
<refsynopsisdiv>
|
|
|
b65bb1 |
<cmdsynopsis>
|
|
|
16c0de |
<command>centos-art help</command>
|
|
|
b65bb1 |
<arg choice="opt">
|
|
|
b65bb1 |
<arg>--help</arg>
|
|
|
b65bb1 |
<arg>--quiet</arg>
|
|
|
b65bb1 |
<arg>--answer-yes</arg>
|
|
|
b65bb1 |
<arg>--sync-changes</arg>
|
|
|
b65bb1 |
<arg>--search="<replaceable>KEYWORD</replaceable>"</arg>
|
|
|
b65bb1 |
<arg>--edit</arg>
|
|
|
b65bb1 |
<arg>--read</arg>
|
|
|
70d847 |
<arg>--update-output</arg>
|
|
|
70d847 |
<arg>--update-structure</arg>
|
|
|
b65bb1 |
<arg>--copy</arg>
|
|
|
b65bb1 |
<arg>--delete</arg>
|
|
|
b65bb1 |
<arg>--rename</arg>
|
|
|
b65bb1 |
</arg>
|
|
|
b65bb1 |
<group choice="req">
|
|
|
b65bb1 |
<arg rep="repeat"><replaceable>MANUAL</replaceable>:<replaceable>PART</replaceable>:<replaceable>CHAPTER</replaceable>:<replaceable>SECTION</replaceable></arg>
|
|
|
b65bb1 |
<arg rep="repeat"><replaceable>LOCATION</replaceable></arg>
|
|
|
b65bb1 |
</group>
|
|
|
b65bb1 |
</cmdsynopsis>
|
|
|
b65bb1 |
|
|
|
b65bb1 |
</refsynopsisdiv>
|
|
|
b65bb1 |
|
|
|
b65bb1 |
<refsection id="scripts-bash-help-description">
|
|
|
b65bb1 |
<title>Description</title>
|
|
|
e68d9f |
|
|
|
e68d9f |
<para>
|
|
|
b65bb1 |
The <function>help</function> functionality exists to create
|
|
|
70d847 |
and maintain documentation manuals inside &TCAR;.
|
|
|
e68d9f |
</para>
|
|
|
e68d9f |
|
|
|
b65bb1 |
<refsection id="scripts-bash-help-description-docentry">
|
|
|
16c0de |
<title>Documentation Entries</title>
|
|
|
b65bb1 |
<para>
|
|
|
16c0de |
The documentation entry identifies the specific file you want
|
|
|
16c0de |
to work with inside a documentation manual. The help
|
|
|
16c0de |
functionality recognizes documentation entries in the
|
|
|
16c0de |
following two formats:
|
|
|
16c0de |
</para>
|
|
|
16c0de |
<variablelist>
|
|
|
16c0de |
<varlistentry>
|
|
|
16c0de |
<term>Path style</term>
|
|
|
16c0de |
<listitem>
|
|
|
16c0de |
<para>
|
|
|
16c0de |
This format uses paths to represent the documentation entries
|
|
|
16c0de |
you want to work with. This format assumes you are using the
|
|
|
16c0de |
first path component as chapter and the rest of the path as
|
|
|
16c0de |
section identifier both inside <quote>tcar-fs</quote>
|
|
|
16c0de |
documentation manual as parent documentation structure. The
|
|
|
16c0de |
field related to the part sectioning structure in the
|
|
|
16c0de |
documentation entry (the second field) is assumed empty, as
|
|
|
16c0de |
well. For example, if you want to document the directory
|
|
|
16c0de |
<quote>
|
|
|
16c0de |
class="directory">trunk/Scripts/Bash/Functions/Help</filename></quote>,
|
|
|
16c0de |
then you can do it with the following command:
|
|
|
16c0de |
</para>
|
|
|
16c0de |
|
|
|
16c0de |
<cmdsynopsis>
|
|
|
16c0de |
<command>centos-art help --edit trunk/Scripts/Bash/Functions/Help</command>
|
|
|
16c0de |
</cmdsynopsis>
|
|
|
16c0de |
</listitem>
|
|
|
16c0de |
</varlistentry>
|
|
|
16c0de |
|
|
|
16c0de |
<varlistentry>
|
|
|
16c0de |
<term>Colon style</term>
|
|
|
16c0de |
<listitem>
|
|
|
16c0de |
<para>
|
|
|
16c0de |
This format uses colons to represent the documentation entries
|
|
|
16c0de |
you want to work with. In this format, the whole documentation
|
|
|
16c0de |
entry is divided in fields using colon as separator character.
|
|
|
16c0de |
Documentation entries written this way use each field to
|
|
|
16c0de |
specify manual, part, chapter and section identifiers (in this
|
|
|
16c0de |
order). The section identifier can use a path style or hyphen
|
|
|
16c0de |
style to separate
|
|
|
16c0de |
components. For example, if you want to document the directory
|
|
|
16c0de |
<quote>
|
|
|
16c0de |
class="directory">trunk/Scripts/Bash/Functions/Help</filename></quote>,
|
|
|
16c0de |
then you can do it with any of the following commands:
|
|
|
16c0de |
</para>
|
|
|
16c0de |
|
|
|
16c0de |
<cmdsynopsis>
|
|
|
16c0de |
<command>centos-art help --edit tcar-fs::trunk:Scripts/Bash/Functions/Help</command>
|
|
|
16c0de |
<command>centos-art help --edit tcar-fs::trunk:scripts-bash-functions-help</command>
|
|
|
16c0de |
</cmdsynopsis>
|
|
|
16c0de |
|
|
|
16c0de |
<para>
|
|
|
16c0de |
The documentation manual name specified in the first field of
|
|
|
16c0de |
a colon style documentation entry, must match the name the
|
|
|
16c0de |
name of the directory where the documentation manual is stored
|
|
|
16c0de |
in. By default documentation manuals are written in
|
|
|
16c0de |
trunk/Documentation/Models/Texinfo or
|
|
|
16c0de |
trunk/Documentation/Models/Docbook directories, based on
|
|
|
16c0de |
whether they are written in Texinfo or Docbook documentation
|
|
|
16c0de |
format.
|
|
|
16c0de |
</para>
|
|
|
16c0de |
<para>
|
|
|
16c0de |
The match relation between the manual name you provide in the
|
|
|
16c0de |
documentation entry and the related directory name inside
|
|
|
16c0de |
&TCAR; is case insensitive. The same is true for all other
|
|
|
16c0de |
documentation entry fields.
|
|
|
b65bb1 |
</para>
|
|
|
16c0de |
|
|
|
16c0de |
</listitem>
|
|
|
16c0de |
</varlistentry>
|
|
|
16c0de |
</variablelist>
|
|
|
16c0de |
|
|
|
16c0de |
<para>
|
|
|
16c0de |
From these documentation entry formats, the colon style
|
|
|
16c0de |
provides more flexibility than path style does. You can use
|
|
|
16c0de |
documentation entries written in colon style to create and
|
|
|
16c0de |
maintain different documentation manuals, including the
|
|
|
16c0de |
<quote>tcar-fs</quote> documentation manual. This is something
|
|
|
16c0de |
you cannot do with documentation entries written in path style
|
|
|
16c0de |
because they confine all documentation actions to
|
|
|
16c0de |
<quote>tcar-fs</quote> documentation manual.
|
|
|
16c0de |
</para>
|
|
|
16c0de |
</refsection>
|
|
|
16c0de |
|
|
|
16c0de |
<refsection id="scripts-bash-help-description-formats">
|
|
|
16c0de |
<title>Supported Documentation Formats</title>
|
|
|
16c0de |
|
|
|
16c0de |
<para>
|
|
|
16c0de |
The <function>help</function> functionality provides support
|
|
|
16c0de |
for the following documentation formats:
|
|
|
16c0de |
</para>
|
|
|
16c0de |
|
|
|
16c0de |
<itemizedlist>
|
|
|
16c0de |
<listitem>
|
|
|
16c0de |
<para>
|
|
|
70d847 |
Texinfo, as described in <xref linkend="manuals-format-texinfo"/>.
|
|
|
16c0de |
</para>
|
|
|
16c0de |
</listitem>
|
|
|
16c0de |
</itemizedlist>
|
|
|
16c0de |
|
|
|
b65bb1 |
</refsection>
|
|
|
2b4826 |
|
|
|
b65bb1 |
</refsection>
|
|
|
b65bb1 |
|
|
|
b65bb1 |
<refsection id="scripts-bash-help-options">
|
|
|
b65bb1 |
<title>Options</title>
|
|
|
b65bb1 |
<para>
|
|
|
b65bb1 |
The <command>centos-art help</command> command accepts common
|
|
|
b65bb1 |
options described in
|
|
|
b65bb1 |
linkend="scripts-bash-cli-commonoptions" /> and the following
|
|
|
b65bb1 |
specific options:
|
|
|
b65bb1 |
</para>
|
|
|
b65bb1 |
|
|
|
b65bb1 |
<variablelist>
|
|
|
d2638e |
<varlistentry>
|
|
|
d2638e |
<term><option>--answer-yes</option></term>
|
|
|
d2638e |
<listitem>
|
|
|
d2638e |
<para>
|
|
|
d2638e |
Assume <emphasis>yes</emphasis> to all confirmation requests.
|
|
|
d2638e |
</para>
|
|
|
d2638e |
</listitem>
|
|
|
d2638e |
</varlistentry>
|
|
|
e68d9f |
|
|
|
d2638e |
<varlistentry>
|
|
|
7f526e |
<term><option>--sync-changes</option></term>
|
|
|
d2638e |
<listitem>
|
|
|
d2638e |
<para>
|
|
|
7f526e |
Synchronizes available changes between the working copy and
|
|
|
7f526e |
the central repository.
|
|
|
d2638e |
</para>
|
|
|
d2638e |
</listitem>
|
|
|
d2638e |
</varlistentry>
|
|
|
e68d9f |
|
|
|
d2638e |
<varlistentry>
|
|
|
70d847 |
<term><option>--search="<replaceable>KEYWORD</replaceable>"</option></term>
|
|
|
d2638e |
<listitem>
|
|
|
d2638e |
<para>
|
|
|
70d847 |
This option looks for <replaceable>KEYWORD</replaceable>
|
|
|
70d847 |
inside the documentation entry you provide and displays the
|
|
|
70d847 |
related information for you to read.
|
|
|
d2638e |
</para>
|
|
|
d2638e |
</listitem>
|
|
|
d2638e |
</varlistentry>
|
|
|
e68d9f |
|
|
|
d2638e |
<varlistentry>
|
|
|
d2638e |
<term><option>--edit</option></term>
|
|
|
d2638e |
<listitem>
|
|
|
d2638e |
<para>
|
|
|
70d847 |
Edit documentation entry.
|
|
|
d2638e |
</para>
|
|
|
d2638e |
<para>
|
|
|
70d847 |
The documentation entry must point to any directory inside the
|
|
|
70d847 |
working copy. When more than one documentation entry is
|
|
|
70d847 |
passed as non-option arguments to the
|
|
|
70d847 |
<command>centos-art.sh</command> script command-line, they are
|
|
|
70d847 |
queued for further edition. The edition itself takes place
|
|
|
70d847 |
through your default text editor (e.g., the one you specified
|
|
|
70d847 |
in the <envar>EDITOR</envar> environment variable) and the
|
|
|
70d847 |
text editor opens one file at time (i.e., the queue of files
|
|
|
70d847 |
to edit is not loaded in the text editor.).
|
|
|
d2638e |
</para>
|
|
|
d2638e |
</listitem>
|
|
|
d2638e |
</varlistentry>
|
|
|
e68d9f |
|
|
|
d2638e |
<varlistentry>
|
|
|
d2638e |
<term><option>--read</option></term>
|
|
|
d2638e |
<listitem>
|
|
|
d2638e |
<para>
|
|
|
70d847 |
Read documentation entry. This option is used internally by
|
|
|
70d847 |
<command>centos-art.sh</command> script to refer documentation
|
|
|
70d847 |
based on errors, so you can know more about them and the
|
|
|
70d847 |
causes that could have provoked them.
|
|
|
d2638e |
</para>
|
|
|
d2638e |
</listitem>
|
|
|
d2638e |
</varlistentry>
|
|
|
e68d9f |
|
|
|
d2638e |
<varlistentry>
|
|
|
70d847 |
<term><option>--update-output</option></term>
|
|
|
d2638e |
<listitem>
|
|
|
d2638e |
<para>
|
|
|
d2638e |
Update output files rexporting them from the specified backend
|
|
|
d2638e |
source files.
|
|
|
d2638e |
</para>
|
|
|
d2638e |
</listitem>
|
|
|
d2638e |
</varlistentry>
|
|
|
e68d9f |
|
|
|
d2638e |
<varlistentry>
|
|
|
70d847 |
<term><option>--update-structure</option></term>
|
|
|
70d847 |
<listitem>
|
|
|
70d847 |
<para>
|
|
|
70d847 |
Update document structure (e.g., cross references, menus,
|
|
|
70d847 |
nodes, etc.). This option should be used whenever a document
|
|
|
70d847 |
structure changes (e.g., when documentation entries are added,
|
|
|
70d847 |
copied, renamed, deleted, etc.). This option grantees the
|
|
|
70d847 |
document integrity and should be run before the
|
|
|
70d847 |
<option>--update-output</option> option.
|
|
|
70d847 |
</para>
|
|
|
70d847 |
</listitem>
|
|
|
70d847 |
</varlistentry>
|
|
|
70d847 |
|
|
|
70d847 |
<varlistentry>
|
|
|
d2638e |
<term><option>--copy</option></term>
|
|
|
d2638e |
<listitem>
|
|
|
d2638e |
<para>
|
|
|
89114c |
Duplicate documentation entries inside the working copy.
|
|
|
d2638e |
</para>
|
|
|
d2638e |
<para>
|
|
|
d2638e |
When documentation entries are copied, it is required to pass
|
|
|
d2638e |
two non-option parameters in the command-line. The first
|
|
|
d2638e |
non-option parameter is considered the source location and the
|
|
|
d2638e |
second one the target location. Both source location and
|
|
|
d2638e |
target location must point to a directory under the working
|
|
|
d2638e |
copy.
|
|
|
d2638e |
</para>
|
|
|
d2638e |
</listitem>
|
|
|
d2638e |
</varlistentry>
|
|
|
e68d9f |
|
|
|
d2638e |
<varlistentry>
|
|
|
d2638e |
<term><option>--delete</option></term>
|
|
|
d2638e |
<listitem>
|
|
|
d2638e |
<para>
|
|
|
70d847 |
Delete documentation entries. It is possible to delete more
|
|
|
70d847 |
than one documentation entry by specifying several
|
|
|
70d847 |
documentation entries in the command line.
|
|
|
d2638e |
</para>
|
|
|
d2638e |
</listitem>
|
|
|
d2638e |
</varlistentry>
|
|
|
e68d9f |
|
|
|
d2638e |
<varlistentry>
|
|
|
d2638e |
<term><option>--rename</option></term>
|
|
|
d2638e |
<listitem>
|
|
|
d2638e |
<para>
|
|
|
d2638e |
Rename documentation entries inside the working copy.
|
|
|
d2638e |
</para>
|
|
|
d2638e |
<para>
|
|
|
d2638e |
When documentation entries are renamed, it is required to pass
|
|
|
d2638e |
only two non-option parameters to the command-line. The first
|
|
|
d2638e |
non-option parameter is considered the source location and the
|
|
|
d2638e |
second one the target location. Both source location and
|
|
|
d2638e |
target location must point to a directory under the working
|
|
|
d2638e |
copy.
|
|
|
d2638e |
</para>
|
|
|
d2638e |
</listitem>
|
|
|
d2638e |
</varlistentry>
|
|
|
d2638e |
</variablelist>
|
|
|
e68d9f |
|
|
|
d2638e |
<para>
|
|
|
d2638e |
When documentation entries are removed (e.g., through
|
|
|
d2638e |
<option>--delete</option> or <option>--rename</option>
|
|
|
d2638e |
options), the <function>help</function> functionality takes
|
|
|
b65bb1 |
care of updating nodes, menus and cross refentrys related to
|
|
|
d2638e |
documentation entries in order to keep the manual structure in
|
|
|
89114c |
a consistent state.
|
|
|
d2638e |
</para>
|
|
|
b65bb1 |
</refsection>
|
|
|
2b4826 |
|
|
|
b65bb1 |
<refsection id="scripts-bash-help-examples">
|
|
|
b65bb1 |
<title>Examples</title>
|
|
|
70d847 |
|
|
|
70d847 |
<refsection id="scripts-bash-help-description-create">
|
|
|
70d847 |
<title>New Document Structures</title>
|
|
|
70d847 |
<para>
|
|
|
70d847 |
To create new documentation manuals inside &TCAR; use the
|
|
|
70d847 |
following command:
|
|
|
70d847 |
</para>
|
|
|
70d847 |
|
|
|
70d847 |
<cmdsynopsis>
|
|
|
70d847 |
<command>centos-art help --edit "<replaceable>manual</replaceable>"</command>
|
|
|
70d847 |
</cmdsynopsis>
|
|
|
70d847 |
|
|
|
70d847 |
<para>
|
|
|
70d847 |
The first time you execute this command, you will be prompted
|
|
|
70d847 |
to enter manual specific information like document format,
|
|
|
70d847 |
document title, document subtitle, document author, etc. Once
|
|
|
70d847 |
this information has been collected the
|
|
|
70d847 |
<function>help</function> functionality performs some
|
|
|
70d847 |
repository verifications and creates the manual source files
|
|
|
70d847 |
inside the manual's directory name you specified as
|
|
|
70d847 |
<replaceable>manual</replaceable>.
|
|
|
70d847 |
</para>
|
|
|
70d847 |
|
|
|
70d847 |
<para>
|
|
|
70d847 |
Once the documentation structure has been created this way,
|
|
|
70d847 |
the recently created documentation manual is ready to receive
|
|
|
70d847 |
new sectioning levels (e.g., parts, chapters, sections, etc.).
|
|
|
70d847 |
</para>
|
|
|
70d847 |
</refsection>
|
|
|
70d847 |
|
|
|
70d847 |
<refsection id="scripts-bash-help-description-edit">
|
|
|
70d847 |
<title>Editing Document Structures</title>
|
|
|
70d847 |
|
|
|
70d847 |
<para>
|
|
|
70d847 |
To edit documentation entries, use the following command:
|
|
|
70d847 |
</para>
|
|
|
70d847 |
|
|
|
70d847 |
<cmdsynopsis>
|
|
|
70d847 |
<command>centos-art help --edit "<replaceable>manual:part:chapter:section</replaceable>"</command>
|
|
|
70d847 |
</cmdsynopsis>
|
|
|
70d847 |
|
|
|
70d847 |
<para>
|
|
|
70d847 |
...
|
|
|
70d847 |
</para>
|
|
|
70d847 |
|
|
|
70d847 |
</refsection>
|
|
|
70d847 |
|
|
|
70d847 |
<refsection id="scripts-bash-help-description-copy">
|
|
|
70d847 |
<title>Copying Document Structure</title>
|
|
|
70d847 |
<para>
|
|
|
70d847 |
To copy one documentation entry, use the following command:
|
|
|
70d847 |
</para>
|
|
|
70d847 |
|
|
|
70d847 |
<cmdsynopsis>
|
|
|
70d847 |
<command>centos-art help --copy "<replaceable>manual:part:chapter:section</replaceable>" "<replaceable>manual:part:chapter:section</replaceable>"</command>
|
|
|
70d847 |
</cmdsynopsis>
|
|
|
70d847 |
|
|
|
70d847 |
<para>
|
|
|
70d847 |
...
|
|
|
70d847 |
</para>
|
|
|
70d847 |
</refsection>
|
|
|
70d847 |
|
|
|
70d847 |
<refsection id="scripts-bash-help-description-delete">
|
|
|
70d847 |
<title>Deleting Document Structure</title>
|
|
|
70d847 |
<para>
|
|
|
70d847 |
To delete one documentation entry, use the following command:
|
|
|
70d847 |
</para>
|
|
|
70d847 |
<cmdsynopsis>
|
|
|
70d847 |
<command>centos-art help --delete "<replaceable>manual:part:chapter:section</replaceable>"</command>
|
|
|
70d847 |
</cmdsynopsis>
|
|
|
70d847 |
<para>
|
|
|
70d847 |
...
|
|
|
70d847 |
</para>
|
|
|
70d847 |
</refsection>
|
|
|
70d847 |
|
|
|
70d847 |
<refsection id="scripts-bash-help-description-rename">
|
|
|
70d847 |
<title>Renaming Document Structure</title>
|
|
|
2b4826 |
<para>
|
|
|
70d847 |
To rename one documentation entry, use the following command:
|
|
|
2b4826 |
</para>
|
|
|
70d847 |
|
|
|
70d847 |
<cmdsynopsis>
|
|
|
70d847 |
<command>centos-art help --copy "<replaceable>manual:part:chapter:section</replaceable>" "<replaceable>manual:part:chapter:section</replaceable>"</command>
|
|
|
70d847 |
</cmdsynopsis>
|
|
|
70d847 |
</refsection>
|
|
|
70d847 |
|
|
|
70d847 |
<refsection id="scripts-bash-help-description-update">
|
|
|
70d847 |
<title>Updating Document Structure</title>
|
|
|
70d847 |
<para>
|
|
|
70d847 |
To update the document structure of one manual, use the
|
|
|
70d847 |
following command:
|
|
|
70d847 |
</para>
|
|
|
70d847 |
|
|
|
70d847 |
<cmdsynopsis>
|
|
|
70d847 |
<command>centos-art help --update-structure "<replaceable>manual</replaceable>"</command>
|
|
|
70d847 |
</cmdsynopsis>
|
|
|
70d847 |
</refsection>
|
|
|
b65bb1 |
</refsection>
|
|
|
2b4826 |
|
|
|
b65bb1 |
<refsection id="scripts-bash-help-bugs">
|
|
|
b65bb1 |
<title>Bugs</title>
|
|
|
2b4826 |
<para>
|
|
|
2b4826 |
...
|
|
|
2b4826 |
</para>
|
|
|
b65bb1 |
</refsection>
|
|
|
2b4826 |
|
|
|
b65bb1 |
<refsection id="scripts-bash-help-authors">
|
|
|
2b4826 |
<title>Authors</title>
|
|
|
2b4826 |
<para>
|
|
|
b65bb1 |
The following people have worked in this functionality:
|
|
|
2b4826 |
</para>
|
|
|
2b4826 |
<itemizedlist>
|
|
|
2b4826 |
<listitem>
|
|
|
2b4826 |
<para>
|
|
|
1542c4 |
Alain Reguera Delgado <<ulink url="mailto:alain.reguera@gmail.com">alain.reguera@gmail.com</ulink>>, =COPYRIGHT_YEAR_LIST=
|
|
|
2b4826 |
</para>
|
|
|
2b4826 |
</listitem>
|
|
|
2b4826 |
</itemizedlist>
|
|
|
b65bb1 |
</refsection>
|
|
|
2b4826 |
|
|
|
b65bb1 |
<refsection id="scripts-bash-help-licence">
|
|
|
2b4826 |
<title>License</title>
|
|
|
1542c4 |
|
|
|
2b4826 |
<para>
|
|
|
1542c4 |
Copyright © =COPYRIGHT_YEAR_LIST= The CentOS Project
|
|
|
1542c4 |
</para>
|
|
|
2b4826 |
|
|
|
1542c4 |
<para>
|
|
|
1542c4 |
This program is free software; you can redistribute it and/or
|
|
|
1542c4 |
modify it under the terms of the GNU General Public License as
|
|
|
1542c4 |
published by the Free Software Foundation; either version 2 of
|
|
|
1542c4 |
the License, or (at your option) any later version.
|
|
|
1542c4 |
</para>
|
|
|
2b4826 |
|
|
|
1542c4 |
<para>
|
|
|
1542c4 |
This program is distributed in the hope that it will be
|
|
|
1542c4 |
useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
|
1542c4 |
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
|
1542c4 |
PURPOSE. See the GNU General Public License for more details.
|
|
|
1542c4 |
</para>
|
|
|
2b4826 |
|
|
|
1542c4 |
<para>
|
|
|
1542c4 |
You should have received a copy of the GNU General Public
|
|
|
1542c4 |
License along with this program; if not, write to the Free
|
|
|
1542c4 |
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
|
|
|
1542c4 |
USA.
|
|
|
2b4826 |
</para>
|
|
|
b65bb1 |
</refsection>
|
|
|
e68d9f |
|
|
|
b65bb1 |
</refentry>
|