From 0819c1e8ca8b02a1191fc0087a8046bce6770fff Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 13 Feb 2008 16:47:14 +0000 Subject: Always search missing certifcates using a running Dirmngr's cache. --- doc/gpg-agent.texi | 2 ++ doc/gpgsm.texi | 19 ++++++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3