diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-key.8.xml | 22 | ||||
-rw-r--r-- | doc/cache.sgml | 2 |
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/apt-key.8.xml b/doc/apt-key.8.xml index eac61307d..981fa208c 100644 --- a/doc/apt-key.8.xml +++ b/doc/apt-key.8.xml @@ -63,6 +63,28 @@ </listitem> </varlistentry> + <varlistentry><term>export <replaceable>keyid</replaceable></term> + <listitem> + <para> + + Output the key <replaceable>keyid</replaceable> to standard output. + + </para> + + </listitem> + </varlistentry> + + <varlistentry><term>exportall</term> + <listitem> + <para> + + Output all trusted keys to standard output. + + </para> + + </listitem> + </varlistentry> + <varlistentry><term>list</term> <listitem> <para> diff --git a/doc/cache.sgml b/doc/cache.sgml index e257dcd81..aea5a45c3 100644 --- a/doc/cache.sgml +++ b/doc/cache.sgml @@ -721,6 +721,8 @@ or'd with the current package. #define pkgSTATE_HalfInstalled 4 #define pkgSTATE_ConfigFiles 5 #define pkgSTATE_Installed 6 +#define pkgSTATE_TriggersAwaited 7 +#define pkgSTATE_TriggersPending 8 </example> </sect1> |