diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-11-23 08:04:38 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-11-23 08:04:38 +0100 |
commit | 14127f180b86c2290abf3653cd4b4d5972a1177e (patch) | |
tree | da551035dcbf067dc3e4468d379076d284fe8057 | |
parent | fa2bca9de5acabcfcf782702450937a978b48c37 (diff) |
* mention apt-secure in apt.8 and apt-apt.8
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/apt-get.8.xml | 2 | ||||
-rw-r--r-- | doc/apt.8 | 1 |
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> @@ -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 |