diff options
author | Justus Winter <[email protected]> | 2016-12-16 14:58:14 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-12-16 15:01:26 +0000 |
commit | 12a5265afa7f87ad92fb571e0882e57b07a3c267 (patch) | |
tree | 6be6461608d146bc774dbd927c58fba3ea456c7e | |
parent | sm: Fix agent communication. (diff) | |
download | gnupg-12a5265afa7f87ad92fb571e0882e57b07a3c267.tar.gz gnupg-12a5265afa7f87ad92fb571e0882e57b07a3c267.zip |
doc: Mention extra information in pinentry status lines.
* doc/DETAILS: Mention that 'PINENTRY_LAUNCHED may carry extra
information.
Fixes-commit: c1ea0b577a468030d2b006317ba27fc1746c4b14
Signed-off-by: Justus Winter <[email protected]>
-rw-r--r-- | doc/DETAILS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index ab7096009..95d5e4f9c 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1008,7 +1008,7 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: This may either be the specified mountpoint or one randomly chosen by g13. -*** PINENTRY_LAUNCHED <pid> +*** PINENTRY_LAUNCHED <pid>[:<extra>] This status line is emitted by gpg to notify a client that a Pinentry has been launched. <pid> is the PID of the Pinentry. It may be used to display a hint to the user but can't be used to |