diff options
author | Ineiev <[email protected]> | 2018-05-06 05:58:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-05-07 06:07:07 +0000 |
commit | ed12a1dabaf928e8620fc26ca426c935e1a8a880 (patch) | |
tree | 188382fef78b60054515c352c8e9208e246fc089 /doc/gpg.texi | |
parent | Post release updates (diff) | |
download | gnupg-ed12a1dabaf928e8620fc26ca426c935e1a8a880.tar.gz gnupg-ed12a1dabaf928e8620fc26ca426c935e1a8a880.zip |
doc: Update description of displayed trust values.
* doc/trust-values.texi: New file.
* doc/Makefile.am (EXTRA_DIST): Add trust-values.texi.
* doc/gnupg.texi (Trust Values): New chapter.
* doc/gpg.texi (OpenPGP Key Management): Update the description
of how trust values are displayed, replace table with a reference
to Trust Values.
* doc/gpg.texi (GPG Examples): Add @mansect trust values.
--
Signed-off-by: Ineiev <[email protected]>
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 41 |
1 files changed, 10 insertions, 31 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 2888050a7..805a01fc3 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1040,38 +1040,13 @@ signing. @c man:.RS The listing shows you the key with its secondary keys and all user -ids. The primary user id is indicated by a dot, and selected keys or -user ids are indicated by an asterisk. The trust -value is displayed with the primary key: the first is the assigned owner -trust and the second is the calculated trust value. Letters are used for -the values: +IDs. The primary user ID is indicated by a dot, and selected keys or +user IDs are indicated by an asterisk. The trust +value is displayed with the primary key: "trust" is the assigned owner +trust and "validity" is the calculated validity of the key. Validity +values are also displayed for all user IDs. +For possible values of trust, @pxref{trust-values}. @c man:.RE - -@table @asis - - @item - - No ownertrust assigned / not yet calculated. - - @item e - Trust - calculation has failed; probably due to an expired key. - - @item q - Not enough information for calculation. - - @item n - Never trust this key. - - @item m - Marginally trusted. - - @item f - Fully trusted. - - @item u - Ultimately trusted. - -@end table @c ******** End Edit-key Options ********** @item --sign-key @var{name} @@ -3798,6 +3773,10 @@ which is equivalent to imports only the user ids of a key containing the strings "Alfa" or "Alpha" but not the string "test". +@mansect trust values +@ifset isman +@include trust-values.texi +@end ifset @mansect return value @chapheading RETURN VALUE |