summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-10-29 00:14:21 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-10-29 00:14:21 +0100
commit5f4331c4d265aa83229e3e58edd49e54731fb646 (patch)
treee3279a7c10774b93b36c7eb9cd436d8357945af5 /debian
parent339a6808b961a4dc1910ffd442a857e16366a07f (diff)
correct various errors, typos and oddities in the manpages
Patch by Chris Leick which closes his on bug. Thanks! * doc/ various manpages: - correct various errors, typos and oddities (Closes: #552535) * doc/apt-secure.8.xml: - replace literal with emphasis tags in Archive configuration
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 55e191222..88ac07ba2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,12 @@ apt (0.7.25) UNRELEASED; urgency=low
- remove (outdated) config.{sub,guess} and use the ones provided
by the new added build-dependency autotools-dev instead
+ [ Chris Leick ]
+ * doc/ various manpages:
+ - correct various errors, typos and oddities (Closes: #552535)
+ * doc/apt-secure.8.xml:
+ - replace literal with emphasis tags in Archive configuration
+
[ Eugene V. Lyubimkin ]
* apt-pkg/contib/strutl.h
- Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2.