Imported Upstream version 2.5.1
[debian/amanda] / docs / amgetconf.8.txt
index 46a380558c819df9a74317f058f58b256b085733..2282127ae1167e8defcbfa3e6edc783331e3386c 100644 (file)
@@ -1,6 +1,6 @@
 
                              amgetconf
-Prev  Chapter 35. The AMANDA Manual Pages.  Next
+Prev  Chapter 36. The Amanda Manual Pages.  Next
 
 -------------------------------------------------------------------------------
 
@@ -10,11 +10,11 @@ amgetconf \14 look up amanda.conf variables
 
 Synopsis
 
-amgetconf [config] parameter
+amgetconf [config] parameter [ -o | configoption ]*
 
 DESCRIPTION
 
-Amgetconf looks up parameters in amanda.conf, the AMANDA configuration file, or
+Amgetconf looks up parameters in amanda.conf, the Amanda configuration file, or
 from the build and runtime environment, and returns their corresponding value.
 If config is not specified, amgetconf assumes it is being run from the
 configuration directory and that amanda.conf is present.
@@ -25,12 +25,20 @@ error and will return an empty string as the value. Flag variables (e.g.
 USE_AMANDAHOSTS) will return 1 if the flag is set or an empty string if it is
 not.
 If parameter begins with dbopen., the string following the period is a program
-name and an AMANDA debug file will be created for the caller. The name of the
+name and an Amanda debug file will be created for the caller. The name of the
 file is returned.
 If parameter begins with dbclose., the string following the period is a program
 name previously used with dbopen., followed by a colon (:) and the previously
 opened file name.
-See the amanda(8) man page for more details about AMANDA.
+See the amanda(8) man page for more details about Amanda.
+
+OPTIONS
+
+
+
+  -o configoption
+      See the "CONFIGURATION OVERWRITE" section in amanda(8).
+
 
 EXAMPLE