diff options
Diffstat (limited to 'doc/apt.conf.5.xml')
-rw-r--r-- | doc/apt.conf.5.xml | 1 |
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. |