diff options
author | Werner Koch <[email protected]> | 2008-06-19 13:09:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-06-19 13:09:40 +0000 |
commit | d68470d9b43065dfa2313602d0b64410c6f73886 (patch) | |
tree | f94c5b64a96c703f7659408a04b5fac5be58f7f4 /doc | |
parent | Robustness fix. (diff) | |
download | gnupg-d68470d9b43065dfa2313602d0b64410c6f73886.tar.gz gnupg-d68470d9b43065dfa2313602d0b64410c6f73886.zip |
Add the group option to gpgconf and define the new type "alias list".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/tools.texi | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 4ee8dc450..548a3dda2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-06-19 Werner Koch <[email protected]> + + * tools.texi (Listing options): Describe new complect gpgconf type + "alias list". + 2008-06-16 Werner Koch <[email protected]> * DETAILS (group): Document %ask-passphrase. diff --git a/doc/tools.texi b/doc/tools.texi index 5d33616be..ef67242bf 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -693,6 +693,11 @@ fingerprint. @item sec key (36) A @emph{string} that describes a certificate with a key by user ID, key ID or fingerprint. + +@item alias list (37) +A @emph{string} that describes an alias list, like the one used with +gpg's group option. The list consists of a key, an equal sign and space +separated values. @end table More types will be added in the future. Please see the @var{alt-type} |