]> git.saurik.com Git - apt.git/blobdiff - doc/apt-extracttemplates.1.sgml
s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DO...
[apt.git] / doc / apt-extracttemplates.1.sgml
index 6b062ccc930b631a38de41ae672a4c6d1bb37fe1..df2bd0b930d17d6d0898af5f65ef3d5aa7d43637 100644 (file)
@@ -24,6 +24,8 @@
  <refsynopsisdiv>
    <cmdsynopsis>
       <command>apt-extracttemplate</>
+      <arg><option>-hv</></arg>
+      <arg><option>-t=<replaceable/temporary directory/</></arg>
       <arg choice="plain" rep="repeat"><replaceable>file</replaceable></arg>
    </cmdsynopsis>
  </refsynopsisdiv>
    in the format:
    <para>
    package version template-file config-script
+   <para>
+   template-file and config-script are written to the temporary directory
+   specified by the -t or --tempdir (<literal/APT::ExtractTemplates::TempDir/>) 
+   directory, with filenames of the form <filename>package.template.XXXX</> and 
+   <filename>package.config.XXXX</>
  </RefSect1>
  
  <RefSect1><Title>Options</>
    &apt-cmdblurb;
+
+   <VariableList>
+     <VarListEntry><term><option/-t/</><term><option/--tempdir/</>
+     <ListItem><Para>
+     Temporary directory in which to write extracted debconf template files
+     and config scripts
+     Configuration Item: <literal/APT::ExtractTemplates::TempDir/.
+     </VarListEntry>
+
+     &apt-commonoptions;
+     
+   </VariableList>
+     
    
  </RefSect1>
 
@@ -51,7 +71,7 @@
 
  <RefSect1><Title>Diagnostics</>
    <para>
-   <command/apt-sortpkgs/ returns zero on normal operation, decimal 100 on error.
+   <command/apt-extracttemplates/ returns zero on normal operation, decimal 100 on error.
  </RefSect1>
 
  &manbugs;