From: Wichert Akkerman Date: Sat, 13 Apr 2002 16:52:46 +0000 (+0000) Subject: Add more DocBook manpages X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5d430907a1b871b3a8487ac6ca45f8560545cee;p=dpkg Add more DocBook manpages --- diff --git a/ChangeLog b/ChangeLog index 7bc390ea..a0ce7110 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ Sat Apr 13 18:34:09 CEST 2002 Wichert Akkerman * man/en/dselect.8.sgml: DocBook version of dselect manpage + * man/en/dselect.cfg.5.sgml: DocBook version of dselect.cfg manpage + * man/en/dpkg.cfg.5.sgml: DocBook version of dpkg.cfg manpage + Fri Apr 12 18:46:16 CEST 2002 Wichert Akkerman diff --git a/man/en/dpkg.cfg.5.sgml b/man/en/dpkg.cfg.5.sgml new file mode 100644 index 00000000..389f1a06 --- /dev/null +++ b/man/en/dpkg.cfg.5.sgml @@ -0,0 +1,65 @@ + + + + + dpkg.cfg + 5 + Debian Project + dpkg suite + + + + dpkg.cfg + dpkg configuration file + + + + Description + + + This file contains default options for dpkg. Each line + contains a single option which is exactly the same as a normal + commandline option for dpkg except for the leading dashes which are not + used here. Comments are allowed by starting a line with a hash sign + (#). + + + + + Files + + + + /etc/dpkg/dpkg.cfg + + + + System-wide configuration file. + + + + + + /.dpkg.cfg + + + + User configuration file. + + + + + + + + See Also + + + + dpkg + 8 + + + + + diff --git a/man/en/dselect.cfg.5.sgml b/man/en/dselect.cfg.5.sgml new file mode 100644 index 00000000..bafe084d --- /dev/null +++ b/man/en/dselect.cfg.5.sgml @@ -0,0 +1,65 @@ + + + + + dselect.cfg + 5 + Debian Project + dpkg suite + + + + dselect.cfg + dselect configuration file + + + + Description + + + This file contains default options for dselect. Each + line contains a single option which is exactly the same as a normal + commandline option for dselect except for the leading dashes which are + not used here. Comments are allowed by starting a line with a hash sign + (#). + + + + + Files + + + + /etc/dpkg/dselect.cfg + + + + System-wide configuration file. + + + + + + /.dselect.cfg + + + + User configuration file. + + + + + + + + See Also + + + + dselec5t + 8 + + + + +