diff options
author | David Shaw <[email protected]> | 2005-05-05 12:39:36 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-05-05 12:39:36 +0000 |
commit | cf7c0feca4a9bb30aa1fd8cfe232b499f3300de5 (patch) | |
tree | a207770db66b86284c7fe5c34b6bc8463ea07de2 | |
parent | * ksutil.h, ksutil.c: #ifdef so we can build without libcurl or (diff) | |
download | gnupg-cf7c0feca4a9bb30aa1fd8cfe232b499f3300de5.tar.gz gnupg-cf7c0feca4a9bb30aa1fd8cfe232b499f3300de5.zip |
* gpg.sgml: Clarify --min-cert-level a bit.
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpg.sgml | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 72362c070..8ced06c62 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2005-05-05 David Shaw <[email protected]> + + * gpg.sgml: Clarify --min-cert-level a bit. + 2005-03-14 Werner Koch <[email protected]> * gnupg-w32.reg: Removed. diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 805f4f885..ab008905a 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1112,10 +1112,10 @@ 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. +When building the trust database, treat any signatures with a +certification level below this as invalid. Defaults to 2, which +disregards level 1 signatures. Note that level 0 "no particular +claim" signatures are always accepted. </para></listitem></varlistentry> @@ -1771,7 +1771,7 @@ not to use a comment string. --comment may be repeated multiple times to get multiple comment strings. --no-comments removes all comments. It is a good idea to keep the length of a single comment below 60 characters to avoid problems with mail programs wrapping such lines. -Note, that those comment lines, like all other header lines, are not +Note that comment lines, like all other header lines, are not protected by the signature. </para></listitem></varlistentry> |