diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | doc/apt.conf.5.sgml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 70a45992c..3b30f0309 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ apt (0.5.6) unstable; urgency=low (Closes: #175611) - Document in apt-get(8) the meaning of the '*' in ShowList, which is that the package is being purged (Closes: #182369) + - Fix extra "/" character in apt.conf(5) (Closes: #185545) -- diff --git a/doc/apt.conf.5.sgml b/doc/apt.conf.5.sgml index 562dd72e5..b3874b17d 100644 --- a/doc/apt.conf.5.sgml +++ b/doc/apt.conf.5.sgml @@ -59,7 +59,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; </programlisting></informalexample> <para> In general the sample configuration file in - <filename>&docdir;/examples/apt.conf</> &configureindex; + <filename>&docdir;examples/apt.conf</> &configureindex; is a good guide for how it should look. <para> Two specials are allowed, <literal/#include/ and <literal/#clear/. |