diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:45 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:45 +0000 |
commit | 234edfd074bd8a356494d5d8df8774cf1b096fd8 (patch) | |
tree | 25d2d20afc768f9a1ccd62b450557b1f8c774748 /doc/apt-extracttemplates.1.sgml | |
parent | 48d13628fd257b5bc1dec5c73b2829772a730e16 (diff) |
apt-extracttemplates cleanup
Author: tausq
Date: 2001-02-25 04:53:59 GMT
apt-extracttemplates cleanup
Diffstat (limited to 'doc/apt-extracttemplates.1.sgml')
-rw-r--r-- | doc/apt-extracttemplates.1.sgml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/doc/apt-extracttemplates.1.sgml b/doc/apt-extracttemplates.1.sgml new file mode 100644 index 000000000..6b062ccc9 --- /dev/null +++ b/doc/apt-extracttemplates.1.sgml @@ -0,0 +1,60 @@ +<!-- -*- mode: sgml; mode: fold -*- --> +<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ + +<!ENTITY % aptent SYSTEM "apt.ent"> +%aptent; + +]> + +<refentry> + &apt-docinfo; + + <refmeta> + <refentrytitle>apt-extracttemplates</> + <manvolnum>1</> + </refmeta> + + <!-- Man page title --> + <refnamediv> + <refname>apt-extracttemplates</> + <refpurpose>Utility to extract DebConf config and templates from Debian packages</> + </refnamediv> + + <!-- Arguments --> + <refsynopsisdiv> + <cmdsynopsis> + <command>apt-extracttemplate</> + <arg choice="plain" rep="repeat"><replaceable>file</replaceable></arg> + </cmdsynopsis> + </refsynopsisdiv> + + <RefSect1><Title>Description</> + <para> + <command/apt-extracttemplates/ will take one or more Debian package files + as input and write out (to a temporary directory) all associated config + scripts and template files. For each passed in package that contains + config scripts and templates, one line of output will be generated + in the format: + <para> + package version template-file config-script + </RefSect1> + + <RefSect1><Title>Options</> + &apt-cmdblurb; + + </RefSect1> + + <RefSect1><Title>See Also</> + <para> + &apt-conf; + </RefSect1> + + <RefSect1><Title>Diagnostics</> + <para> + <command/apt-sortpkgs/ returns zero on normal operation, decimal 100 on error. + </RefSect1> + + &manbugs; + &manauthor; + +</refentry> |