diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpgme.texi | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 88d4fbf9..a4c733ea 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,9 @@ 2002-03-03 Marcus Brinkmann <[email protected]> + * gpgme.texi (Information About Keys): Document GPGME_ATTR_EXPIRE. + +2002-03-03 Marcus Brinkmann <[email protected]> + * gpgme.texi (Verify): Document verification of normal and cleartext signatures. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index f691e50c..fb3cbe3d 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -1358,7 +1358,8 @@ This is the timestamp at creation time of a sub key. It is representable as a number. @item GPGME_ATTR_EXPIRE -XXX FIXME +This is the expiration time of a sub key. It is representable as a +number. @item GPGME_ATTR_OTRUST XXX FIXME (also for trust items) |