From f80c14b8ef6b1033db59dcf9f932abee2f4f2e03 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Wed, 18 Jun 2003 13:16:20 +0000 Subject: [PATCH] * Add pointer in --ignore-time-conflict to see --ignore-valid from, and vice versa. --- doc/ChangeLog | 3 +++ doc/gpg.sgml | 16 +++++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index ba4da8bf9..b7be4cc85 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2003-06-18 David Shaw + * Add pointer in --ignore-time-conflict to see --ignore-valid + from, and vice versa. + * Document --set-notation. Explain why it is not possible to disable permission warnings in the gpg.conf file about the homedir. diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 89589b616..9a9e8aab2 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1884,18 +1884,20 @@ it does not ensure the de-facto standard format of user IDs. --ignore-time-conflict GnuPG normally checks that the timestamps associated with keys and -signatures have plausible values. However, sometimes a signature seems to -be older than the key due to clock problems. This option makes these -checks just a warning. +signatures have plausible values. However, sometimes a signature +seems to be older than the key due to clock problems. This option +makes these checks just a warning. See also --ignore-valid-from for +timestamp issues on subkeys. --ignore-valid-from -GnuPG normally does not select and use subkeys created in the future. This -option allows the use of such keys and thus exhibits the pre-1.0.7 -behaviour. You should not use this option unless you there is some -clock problem. +GnuPG normally does not select and use subkeys created in the future. +This option allows the use of such keys and thus exhibits the +pre-1.0.7 behaviour. You should not use this option unless you there +is some clock problem. See also --ignore-time-conflict for timestamp +issues with signatures.