diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-05-22 16:07:49 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-05-22 16:07:49 +0200 |
commit | 800694cbf33e206935dc9e6e8fa6e9a036b8efad (patch) | |
tree | 1557d96ee0f463a020b11604146be66fb9809a31 /doc/apt-extracttemplates.1.xml | |
parent | 6c0c0387e616f8d04f00916fbd1fe899acd265cd (diff) | |
parent | 1351329e376a8dbe7780693693d0f3db0ec749fa (diff) |
merged (and resolved a bunch of conflicts) of the debian-sid branch
Diffstat (limited to 'doc/apt-extracttemplates.1.xml')
-rw-r--r-- | doc/apt-extracttemplates.1.xml | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/doc/apt-extracttemplates.1.xml b/doc/apt-extracttemplates.1.xml index af4cacfce..3c1621cad 100644 --- a/doc/apt-extracttemplates.1.xml +++ b/doc/apt-extracttemplates.1.xml @@ -18,7 +18,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>29 February 2004</date> + <date>2004-02-29T00:00:00Z</date> </refentryinfo> <refmeta> @@ -33,16 +33,8 @@ <refpurpose>Utility to extract DebConf config and templates from Debian packages</refpurpose> </refnamediv> - <!-- Arguments --> - <refsynopsisdiv> - <cmdsynopsis> - <command>apt-extracttemplates</command> - <arg><option>-hv</option></arg> - <arg><option>-t=<replaceable>temporary directory</replaceable></option></arg> - <arg choice="plain" rep="repeat"><replaceable>file</replaceable></arg> - </cmdsynopsis> - </refsynopsisdiv> - + &synopsis-command-apt-extracttemplates; + <refsect1><title>Description</title> <para><command>apt-extracttemplates</command> will take one or more Debian package files as input and write out (to a temporary directory) all associated config @@ -51,8 +43,9 @@ in the format:</para> <para>package version template-file config-script</para> <para>template-file and config-script are written to the temporary directory - specified by the -t or --tempdir (<literal>APT::ExtractTemplates::TempDir</literal>) - directory, with filenames of the form <filename>package.template.XXXX</filename> and + specified by the <option>-t</option> or <option>--tempdir</option> + (<literal>APT::ExtractTemplates::TempDir</literal>) directory, + with filenames of the form <filename>package.template.XXXX</filename> and <filename>package.config.XXXX</filename></para> </refsect1> |