diff options
author | Werner Koch <[email protected]> | 2008-02-13 16:47:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-02-13 16:47:14 +0000 |
commit | 0819c1e8ca8b02a1191fc0087a8046bce6770fff (patch) | |
tree | fa756b18d2ec580b22b77f0ffec468be76ec79f1 /doc | |
parent | 2008-02-09 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-0819c1e8ca8b02a1191fc0087a8046bce6770fff.tar.gz gnupg-0819c1e8ca8b02a1191fc0087a8046bce6770fff.zip |
Always search missing certifcates using a running Dirmngr's cache.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg-agent.texi | 2 | ||||
-rw-r--r-- | doc/gpgsm.texi | 19 |
2 files changed, 20 insertions, 1 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index aa5d14187..39f5fadf3 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -1182,6 +1182,8 @@ The value of @var{what} specifies the kind of information returned: @table @code @item version Return the version of the program. +@item pid +Return the process id of the process. @item socket_name Return the name of the socket used to connect the agent. @item ssh_socket_name diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 3a831a671..d936b3eb2 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -928,6 +928,7 @@ Assuan manual for details. * GPGSM EXPORT:: Export certificates. * GPGSM IMPORT:: Import certificates. * GPGSM DELETE:: Delete certificates. +* GPGSM GETINFO:: Information about the process @end menu @@ -1197,7 +1198,7 @@ import private keys; a helper program is used for that. @node GPGSM DELETE @subsection Delete certificates -To delete certificate the command +To delete a certificate the command @example DELKEYS @var{pattern} @@ -1210,6 +1211,22 @@ this requires that the usual escape quoting rules are done. The certificates must be specified unambiguously otherwise an error is returned. +@node GPGSM GETINFO +@subsection Return information about the process + +This is a multipurpose function to return a variety of information. + +@example +GETINFO @var{what} +@end example + +The value of @var{what} specifies the kind of information returned: +@table @code +@item version +Return the version of the program. +@item pid +Return the process id of the process. +@end table @mansect see also @ifset isman |