Remove pth dependency
[platform/upstream/gpg2.git] / doc / trust-values.texi
1 @c Copyright (C) 2018 Free Software Foundation, Inc.
2 @c This is part of the GnuPG manual.
3 @c For copying conditions, see the file gnupg.texi.
4
5 Trust values are used to indicate ownertrust and validity of keys and
6 user IDs.  They are displayed with letters or strings:
7
8 @table @asis
9
10   @item -
11   @itemx unknown
12   No ownertrust assigned / not yet calculated.
13
14   @item e
15   @itemx expired
16
17   Trust calculation has failed; probably due to an expired key.
18
19   @item q
20   @itemx undefined, undef
21   Not enough information for calculation.
22
23   @item n
24   @itemx never
25   Never trust this key.
26
27   @item m
28   @itemx marginal
29   Marginally trusted.
30
31   @item f
32   @itemx full
33   Fully trusted.
34
35   @item u
36   @itemx ultimate
37   Ultimately trusted.
38
39   @item r
40   @itemx revoked
41   For validity only: the key or the user ID has been revoked.
42
43   @item ?
44   @itemx err
45   The program encountered an unknown trust value.
46
47 @end table