summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@1501-debian>2008-12-10 20:36:37 +0200
committerEugene V. Lyubimkin <jackyf@1501-debian>2008-12-10 20:36:37 +0200
commit7f1bc985dc0af4b953674f0e6702bada30f32a80 (patch)
tree681d547abad9ca3bb6b481067e341bd37201994f /doc
parent45b5cb269dccfb8835901b54701a96237a84bf26 (diff)
apt.conf: mentioned '/* ... */'-comments.
Diffstat (limited to 'doc')
-rw-r--r--doc/apt.conf.5.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index 1835f2282..74966c5b3 100644
--- a/doc/apt.conf.5.xml
+++ b/doc/apt.conf.5.xml
@@ -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