]> err.no Git - dpkg/commitdiff
Add more DocBook manpages
authorWichert Akkerman <wakkerma@debian.org>
Sat, 13 Apr 2002 16:52:46 +0000 (16:52 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sat, 13 Apr 2002 16:52:46 +0000 (16:52 +0000)
ChangeLog
man/en/dpkg.cfg.5.sgml [new file with mode: 0644]
man/en/dselect.cfg.5.sgml [new file with mode: 0644]

index 7bc390ea1ae83ad3615f068821ade38e83802fb1..a0ce711092bb83d548d0b6223a8ffa804e33421c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 Sat Apr 13 18:34:09 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
 
   * 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 <wichert@deephackmode.org>
 
diff --git a/man/en/dpkg.cfg.5.sgml b/man/en/dpkg.cfg.5.sgml
new file mode 100644 (file)
index 0000000..389f1a0
--- /dev/null
@@ -0,0 +1,65 @@
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
+
+<refentry id='dpkg.cfg.5'>
+  <refmeta>
+    <refentrytitle>dpkg.cfg</refentrytitle>
+    <manvolnum>5</manvolnum>
+    <refmiscinfo class='source'>Debian Project</refmiscinfo>
+    <refmiscinfo class='manual'>dpkg suite</refmiscinfo>
+  </refmeta>
+
+  <refnamediv>
+    <refname>dpkg.cfg</refname>
+    <refpurpose>dpkg configuration file</refpurpose>
+  </refnamediv>
+
+  <refsect1>
+    <title>Description</title>
+
+    <para>
+      This file contains default options for <command>dpkg</command>. 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
+      (<keycap>#</keycap>).
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>Files</title>
+
+    <variablelist>
+      <varlistentry>
+        <term><filename>/etc/dpkg/dpkg.cfg</filename></term>
+
+       <listitem>
+         <para>
+           System-wide configuration file.
+         </para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><filename>/.dpkg.cfg</filename></term>
+       
+       <listitem>
+         <para>
+           User configuration file.
+         </para>
+       </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+
+  <refsect1>
+    <title>See Also</title>
+
+    <para>
+      <citerefentry>
+       <refentrytitle>dpkg</refentrytitle>
+       <manvolnum>8</manvolnum>
+      </citerefentry>
+    </para>
+  </refsect1>
+</refentry>
+
diff --git a/man/en/dselect.cfg.5.sgml b/man/en/dselect.cfg.5.sgml
new file mode 100644 (file)
index 0000000..bafe084
--- /dev/null
@@ -0,0 +1,65 @@
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
+
+<refentry id='dselect.cfg.5'>
+  <refmeta>
+    <refentrytitle>dselect.cfg</refentrytitle>
+    <manvolnum>5</manvolnum>
+    <refmiscinfo class='source'>Debian Project</refmiscinfo>
+    <refmiscinfo class='manual'>dpkg suite</refmiscinfo>
+  </refmeta>
+
+  <refnamediv>
+    <refname>dselect.cfg</refname>
+    <refpurpose>dselect configuration file</refpurpose>
+  </refnamediv>
+
+  <refsect1>
+    <title>Description</title>
+
+    <para>
+      This file contains default options for <command>dselect</command>. 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
+      (<keycap>#</keycap>).
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>Files</title>
+
+    <variablelist>
+      <varlistentry>
+        <term><filename>/etc/dpkg/dselect.cfg</filename></term>
+
+       <listitem>
+         <para>
+           System-wide configuration file.
+         </para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><filename>/.dselect.cfg</filename></term>
+       
+       <listitem>
+         <para>
+           User configuration file.
+         </para>
+       </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+
+  <refsect1>
+    <title>See Also</title>
+
+    <para>
+      <citerefentry>
+       <refentrytitle>dselec5t</refentrytitle>
+       <manvolnum>8</manvolnum>
+      </citerefentry>
+    </para>
+  </refsect1>
+</refentry>
+