diff options
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gpg.sgml | 17 |
2 files changed, 15 insertions, 7 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index ee5a3c750..eb94d7ace 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-02-05 David Shaw <[email protected]> + + * gpg.sgml: Note that level 0 signatures are always accepted + regardless of --min-cert-level. + 2005-02-03 Werner Koch <[email protected]> * README.W32: Updated to match the switch to the NSIS installer. diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 5f1faf264..686fa888b 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1063,13 +1063,6 @@ specific levels and how they are used. --no-ask-cert-level disables this option. This option defaults to no. </para></listitem></varlistentry> -<varlistentry> -<term>--min-cert-level</term> -<listitem><para> -When building the trust database, disregard any signatures with a -certification level below this. Defaults to 2, which disregards level -1 signatures. -</para></listitem></varlistentry> <varlistentry> <term>--default-cert-level &ParmN;</term> @@ -1105,6 +1098,16 @@ This option defaults to 0 (no particular claim). <varlistentry> +<term>--min-cert-level</term> +<listitem><para> +When building the trust database, disregard any signatures with a +certification level below this. Defaults to 2, which disregards level +1 signatures. Note that level 0 "no particular claim" signatures are +always accepted. +</para></listitem></varlistentry> + + +<varlistentry> <term>--trusted-key <parameter>long key ID</parameter></term> <listitem><para> Assume that the specified key (which must be given |