summaryrefslogtreecommitdiff
path: root/doc/apt.conf.5.xml
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-09-28 15:21:08 +0200
committerJulian Andres Klode <jak@debian.org>2009-09-28 15:21:08 +0200
commit334459abb1f5fa7f8a6be694cf9ecb05d692f01e (patch)
tree61c6bac6c7f19f17b8f86cb3ef7a6b2bd1e619c7 /doc/apt.conf.5.xml
parent31f113db16fc6854be90ca7ec3f7321fd65e99f3 (diff)
doc/apt.conf.5.xml: Deprecate #include, we have apt.conf.d nowadays which should be
sufficient.
Diffstat (limited to 'doc/apt.conf.5.xml')
-rw-r--r--doc/apt.conf.5.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index 661f97ab1..a12524328 100644
--- a/doc/apt.conf.5.xml
+++ b/doc/apt.conf.5.xml
@@ -95,7 +95,8 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
new entry will simply add a new option to the list. If you specify a name you can override
the option as every other option by reassigning a new value to the option.</para>
- <para>Two specials are allowed, <literal>#include</literal> and <literal>#clear</literal>:
+ <para>Two specials are allowed, <literal>#include</literal> (which is deprecated
+ and not supported by alternative implementations) and <literal>#clear</literal>:
<literal>#include</literal> will include the given file, unless the filename
ends in a slash, then the whole directory is included.
<literal>#clear</literal> is used to erase a part of the configuration tree. The