diff options
author | Werner Koch <wk@gnupg.org> | 2011-05-20 10:14:21 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2011-05-20 10:27:50 +0200 |
commit | d679b4d642170ab131ee086ac1d0951958850f33 (patch) | |
tree | 640a6ea28194a76512e818e00a96845daf4997f8 /doc | |
parent | Add fixme note regarding pth_kill (diff) | |
download | gnupg2-d679b4d642170ab131ee086ac1d0951958850f33.tar.xz gnupg2-d679b4d642170ab131ee086ac1d0951958850f33.zip |
Require libgpg-error 1.10
This allows to remove some error code substitutes.
Fixed a typo in gpg.text.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 0ed8c4e88..c505e0792 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2510,7 +2510,7 @@ timestamp issues on subkeys. @item --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 +pre-1.0.7 behaviour. You should not use this option unless there is some clock problem. See also @option{--ignore-time-conflict} for timestamp issues with signatures. |