diff options
author | Werner Koch <wk@gnupg.org> | 2009-12-17 18:25:26 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-12-17 18:25:26 +0100 |
commit | af935bd41030ed12b53a4ba42b9e398facf08310 (patch) | |
tree | 6ffdd932d40f70dd0d2c8033703063a94898f3f6 /doc/gpgsm.texi | |
parent | Do not use the VMC C reserved word readonly. (diff) | |
download | gnupg2-af935bd41030ed12b53a4ba42b9e398facf08310.tar.xz gnupg2-af935bd41030ed12b53a4ba42b9e398facf08310.zip |
Implement --faked-systrem-time for gpg.
Typo and comment fixes.
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index b2c290934..b354ece90 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -450,7 +450,7 @@ However the standard model (shell) is in that case always tried first. @opindex ignore-cert-extension Add @var{oid} to the list of ignored certificate extensions. The @var{oid} is expected to be in dotted decimal form, like -@code{2.5.29.3}. This option may used more than once. Critical +@code{2.5.29.3}. This option may be used more than once. Critical flagged certificate extensions matching one of the OIDs in the list are treated as if they are actually handled and thus the certificate won't be rejected due to an unknown critical extension. Use this |