diff options
author | Werner Koch <[email protected]> | 2016-12-16 18:03:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-12-16 18:03:43 +0000 |
commit | 41a426a1a01e2726c3c318786f29b4974bf1f689 (patch) | |
tree | f56f1849d17e88f63a2b0f7d94a8463fe431b847 | |
parent | gpg,sm: A few more option for --gpgconf-list. (diff) | |
download | gnupg-41a426a1a01e2726c3c318786f29b4974bf1f689.tar.gz gnupg-41a426a1a01e2726c3c318786f29b4974bf1f689.zip |
doc: Wrap a too long line in DETAILS.
--
Diffstat (limited to '')
-rw-r--r-- | doc/DETAILS | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 95d5e4f9c..00b55c51b 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -722,10 +722,18 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: userid encoded in UTF-8 and percent escaped. The fingerprint is identical for all TOFU_USER lines up to a NEWSIG line. -*** TOFU_STATS <summary> <sign-count> <encryption-count> [<policy> [<tm1> <tm2> <tm3> <tm4> [<validity> [<sign-days> <encrypt-days>]]]] +*** TOFU_STATS <MANY_ARGS> Statistics for the current user id. + The <MANY_ARGS> are the usual space delimited arguments. Here we + have too many of them to fit on one printed line and thus they are + given on 3 printed lines: + + : <summary> <sign-count> <encryption-count> + : [<policy> [<tm1> <tm2> <tm3> <tm4> + : [<validity> [<sign-days> <encrypt-days>]]]] + Values for SUMMARY are: - 0 :: attention, an interaction with the user is required (conflict) - 1 :: key with no verification/encryption history |