diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:53 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:53 +0000 |
commit | 2f2508609534824a7e91d1e1ea3a7a2d02e412ef (patch) | |
tree | 45fc84faf571ad57a03d72c6aaa37ec3b977c2b8 | |
parent | 1a65cab456e5a77b4bb67584b0aab54d8637e0ac (diff) |
- Fix extra "/" character in apt.conf(5) (Closes: #185545)
Author: mdz
Date: 2003-07-18 15:13:25 GMT
- Fix extra "/" character in apt.conf(5) (Closes: #185545)
-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/. |