diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/apt-key.8.xml | 16 |
2 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fabe455cb..d9e42717f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ apt (0.8.14.2) UNRELEASED; urgency=low - Really release action groups only once (Closes: #622744) * debian/apt.cron.daily: - Check power after wait, patch by manuel-soto (LP: #705269) + * doc/apt-key.8.xml: + - Document apt-key net-update (LP: #192810) -- Julian Andres Klode <jak@debian.org> Mon, 18 Apr 2011 10:54:11 +0200 diff --git a/doc/apt-key.8.xml b/doc/apt-key.8.xml index f1cc3ac02..9bfab84b6 100644 --- a/doc/apt-key.8.xml +++ b/doc/apt-key.8.xml @@ -136,6 +136,22 @@ </listitem> </varlistentry> + + <varlistentry><term>net-update</term> + <listitem> + <para> + + Update the local keyring with the keys of a key server + and removes from the keyring the archive keys which are no + longer valid. This requires an installed wget and an APT + build configured to have a server to fetch from. APT in + Debian does not support this command, but Ubuntu's APT + does. + + </para> + + </listitem> + </varlistentry> </variablelist> </refsect1> |