From 234edfd074bd8a356494d5d8df8774cf1b096fd8 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:56:45 +0000 Subject: apt-extracttemplates cleanup Author: tausq Date: 2001-02-25 04:53:59 GMT apt-extracttemplates cleanup --- doc/apt-extracttemplates.1.sgml | 60 +++++++++++++++++++++++++++++++++++++++++ doc/makefile | 3 ++- 2 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 doc/apt-extracttemplates.1.sgml (limited to 'doc') 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 @@ + + +%aptent; + +]> + + + &apt-docinfo; + + + apt-extracttemplates + 1 + + + + + apt-extracttemplates + Utility to extract DebConf config and templates from Debian packages + + + + + + apt-extracttemplate + file + + + + 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> diff --git a/doc/makefile b/doc/makefile index 45cb7a878..8aeb406fa 100644 --- a/doc/makefile +++ b/doc/makefile @@ -12,7 +12,8 @@ include $(DEBIANDOC_H) # Man pages SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5 \ - apt-config.8 apt-sortpkgs.1 apt-ftparchive.1 apt_preferences.5 + apt-config.8 apt-sortpkgs.1 apt-ftparchive.1 apt_preferences.5 \ + apt-extracttemplates.1 INCLUDES = apt.ent include $(SGML_MANPAGE_H) -- cgit v1.2.3