apt.conf: mentioned '/* ... */'-comments.
authorEugene V. Lyubimkin <jackyf@1501-debian>
Wed, 10 Dec 2008 18:36:37 +0000 (20:36 +0200)
committerEugene V. Lyubimkin <jackyf@1501-debian>
Wed, 10 Dec 2008 18:36:37 +0000 (20:36 +0200)
debian/changelog
doc/apt.conf.5.xml

index 83aa70d..8eccc27 100644 (file)
@@ -12,6 +12,7 @@ apt (0.7.20) unstable; urgency=low
       (Closes: #457265)
     - Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.
       (Closes: #438559)
+    - Mentioned '/* ... */' comments. (Closes: #507601)
 
  -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Sat, 06 Dec 2008 20:57:00 +0200
 
index 1835f22..74966c5 100644 (file)
@@ -21,7 +21,7 @@
    &apt-email;
    &apt-product;
    <!-- The last update date -->
-   <date>06 December 2008</date>
+   <date>10 December 2008</date>
  </refentryinfo>
  
  <refmeta>
@@ -53,8 +53,9 @@
    parent groups.</para> 
 
    <para>Syntactically the configuration language is modeled after what the ISC tools
-   such as bind and dhcp use.  Lines starting with
-   <literal>//</literal> are treated as comments (ignored).
+   such as bind and dhcp use. Lines starting with
+   <literal>//</literal> are treated as comments (ignored), as well as all text
+   between <literal>/*</literal> and <literal>*/</literal>, just like C/C++ comments.
    Each line is of the form
    <literal>APT::Get::Assume-Yes "true";</literal> The trailing 
    semicolon is required and the quotes are optional. A new scope can be