summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--doc/apt-get.8.xml2
-rw-r--r--doc/apt.81
3 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5cdfc9d02..24e10dcd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apt (0.6.46.4) unstable; urgency=low
+
+ * add apt-secure.8 to "See also" section
+
+ --
+
apt (0.6.46.3) unstable; urgency=low
* apt-pkg/deb/dpkgpm.cc:
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index b98d58737..451806e7b 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -467,7 +467,7 @@
<refsect1><title>See Also</title>
<para>&apt-cache;, &apt-cdrom;, &dpkg;, &dselect;, &sources-list;,
- &apt-conf;, &apt-config;,
+ &apt-conf;, &apt-config;, &apt-secure;
The APT User's guide in &guidesdir;, &apt-preferences;, the APT Howto.</para>
</refsect1>
diff --git a/doc/apt.8 b/doc/apt.8
index 3fb214a3b..671fe9c5b 100644
--- a/doc/apt.8
+++ b/doc/apt.8
@@ -33,6 +33,7 @@ None.
.BR apt-get (8),
.BR apt.conf (5),
.BR sources.list (5)
+.BR apt-secure (8)
.SH DIAGNOSTICS
apt returns zero on normal operation, decimal 100 on error.
.SH BUGS