Просмотр исходного кода

* Document configuration file comment syntax in apt.conf(5)
Author: mdz
Date: 2003-09-16 21:01:12 GMT
* Document configuration file comment syntax in apt.conf(5)
(Closes: #211262)

Arch Librarian лет назад: 22
Родитель
Сommit
f80b9ec96f
2 измененных файлов с 9 добавлено и 1 удалено
  1. 7 0
      debian/changelog
  2. 2 1
      doc/apt.conf.5.sgml

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+apt (0.5.13) unstable; urgency=low
+
+  * Document configuration file comment syntax in apt.conf(5)
+    (Closes: #211262)
+
+ -- 
+
 apt (0.5.12) unstable; urgency=low
 apt (0.5.12) unstable; urgency=low
 
 
   * Exclude subdirectories named 'debian-installer' from the apt-cdrom
   * Exclude subdirectories named 'debian-installer' from the apt-cdrom

+ 2 - 1
doc/apt.conf.5.sgml

@@ -39,7 +39,8 @@
    parent groups.
    parent groups.
    <para>
    <para>
    Syntacticly the configuration language is modeled after what the ISC tools
    Syntacticly the configuration language is modeled after what the ISC tools
-   such as bind and dhcp use. Each line is of the form
+   such as bind and dhcp use.  Lines starting with
+   <literal>//</literal> are treated as comments (ignored).  Each line is of the form
    <literallayout>APT::Get::Assume-Yes "true";</literallayout> The trailing 
    <literallayout>APT::Get::Assume-Yes "true";</literallayout> The trailing 
    semicolon is required and the quotes are optional. A new scope can be
    semicolon is required and the quotes are optional. A new scope can be
    opened with curly braces, like:
    opened with curly braces, like: