Imported Upstream version 3.1.0
[debian/amanda] / man / xml-source / amgetconf.8.xml
index 5be005a1054a87833e177b1c785ed2b180aa2400..31356af0e67d56888e48c8bccbf4b22c4c7e820d 100644 (file)
@@ -3,7 +3,7 @@
                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
 [
   <!-- entities files to use -->
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
+  <!ENTITY % global_entities SYSTEM 'global.entities'>
   %global_entities;
 ]>
 
 <cmdsynopsis>
   <command>amgetconf</command>    
     <arg choice='opt'><replaceable>-l|--list</replaceable></arg>
-    <arg choice='plain' rep='repeat'><group><arg choice='plain'>-o </arg><replaceable>configoption</replaceable></group></arg>
     <arg choice='opt'><replaceable>--client</replaceable></arg>
     <arg choice='opt'><replaceable>--execute-where client|server</replaceable></arg>
     <arg choice='opt'><replaceable>config</replaceable></arg>
     <arg choice='plain'><replaceable>parameter</replaceable></arg>
+    &configoverride.synopsis;
 </cmdsynopsis>
 </refsynopsisdiv>
 
@@ -51,18 +51,17 @@ being run from the configuration directory and that <emphasis
 remap='I'>amanda.conf</emphasis> is present. The order of options and
 arguments does not matter.  <emphasis remap='I'>parameter</emphasis>
 is always case-insensitive, and '-' and '_' are treated as identical, just
-as in <citerefentry><refentrytitle>amanda.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
+as in <manref name="amanda.conf" vol="5"/>.</para>
 
 <para>See the "<emphasis
 remap='B'>CONFIGURATION OVERRIDE</emphasis>" section in
-<citerefentry><refentrytitle>amanda</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+<manref name="amanda" vol="8"/>
 for information on the <literal>-o</literal> option.</para>
 
 <refsect2><title>AMANDA CONFIGURATION</title>
 
 <para>If <emphasis remap='I'>parameter</emphasis> is a configuration
-keyword (from <citerefentry> <refentrytitle>amanda.conf</refentrytitle>
-<manvolnum>5</manvolnum> </citerefentry>), then amgetconf will return
+keyword (from <manref name="amanda.conf" vol="5"/>), then amgetconf will return
 the corresponding value.  For keywords which can take multiple values,
 amgetconf will return all values, one on each line.</para>
 
@@ -125,11 +124,9 @@ below (the difference is historical).</para>
                <term><literal>VERSION</literal></term>
                <term><literal>ASSERTIONS</literal></term>
                <term><literal>LOCKING</literal></term>
-               <term><literal>USE_VERSION_SUFFIXES</literal></term>
 
   <listitem><para>Build information.  <literal>ASSERTIONS</literal>
-  is 1 or empty, while <literal>USE_VERSION_SUFFIXES</literal> is
-  yes/no.</para></listitem>
+  is 1 or empty.</para></listitem>
  </varlistentry>
 
  <varlistentry><term><literal>DUMP</literal></term>
@@ -160,7 +157,6 @@ below (the difference is historical).</para>
  <varlistentry><term><literal>BSD_SECURITY</literal></term>
                <term><literal>BSDUDP_SECURITY</literal></term>
                <term><literal>BSDTCP_SECURITY</literal></term>
-               <term><literal>KRB4_SECURITY</literal></term>
                <term><literal>KRB5_SECURITY</literal></term>
                <term><literal>SSH_SECURITY</literal></term>
                <term><literal>RSH_SECURITY</literal></term>
@@ -221,11 +217,12 @@ below (the difference is historical).</para>
 <refsect2><title>DEBUG LOG MANAGEMENT</title>
 
 <note>That this application is responsible for debug logs is a
-historical quirk, but the functionality is widely used.</note>
+historical quirk, but the functionality is widely used.
+</note>
 
 <para>If <emphasis remap='I'>parameter</emphasis> begins with <emphasis
 remap='I'>dbopen.</emphasis>, the string following the period is a
-program name and an &A; debug file will be created for the caller.
+program name and an Amanda debug file will be created for the caller.
 The name of the logfile is returned.</para>
 
 <para>If <emphasis remap='I'>parameter</emphasis> begins with
@@ -303,10 +300,9 @@ AMANDA_DEBUG_DAYS
 </variablelist>
 </refsect1>
 
-<refsect1><title>SEE ALSO</title>
-<para>
-  <citerefentry><refentrytitle>amanda</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
-  <ulink url="http://wiki.zmanda.com"/>
-</para>
-</refsect1>
+<seealso>
+<manref name="amanda.conf" vol="5"/>,
+<manref name="amanda-client.conf" vol="5"/>
+</seealso>
+
 </refentry>