summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon Brock <okay19@users.launchpad>2016-01-02 23:08:11 +0000
committerJulian Andres Klode <julian.klode@canonical.com>2021-06-25 19:27:40 +0200
commit2a4c2d051db91638d9c475ebbf636694f18d12cc (patch)
treed5aedbd24f10009a73284596406b5dabb877a165
parent06da685fc1abe073c379a34151500fc4d2d853fa (diff)
apt.conf(5): indicate # is also used for comments
LP: #1309658
-rw-r--r--doc/apt.conf.5.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index 15734950e..8a03e91bf 100644
--- a/doc/apt.conf.5.xml
+++ b/doc/apt.conf.5.xml
@@ -71,6 +71,7 @@
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.
+ Lines starting with <literal>#</literal> are also treated as comments.
Each line is of the form
<literal>APT::Get::Assume-Yes "true";</literal>.
The quotation marks and trailing semicolon are required.