mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
doc: Minor doc updates and a typo fix.
--
This commit is contained in:
parent
1f987516f6
commit
d38f877bd8
12
doc/DETAILS
12
doc/DETAILS
@ -1141,12 +1141,12 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB:
|
|||||||
Status codes are also used between the components of the GnuPG
|
Status codes are also used between the components of the GnuPG
|
||||||
system via the Assuan S lines. Some of them are documented here:
|
system via the Assuan S lines. Some of them are documented here:
|
||||||
|
|
||||||
*** PUBKEY_TYPE <n>
|
*** PUBKEY_INFO <n> <ubid>
|
||||||
The type of the public key in the following D-lines or communicated
|
The type of the public key in the following D-lines or
|
||||||
via a pipe. <n> is the value of =enum pubkey_types=.
|
communicated via a pipe. <n> is the value of =enum pubkey_types=
|
||||||
|
and <ubid> the Unique Blob ID which is a SHA-1 digest the entire
|
||||||
|
blob here formatted in hex.. The consumer of this status line
|
||||||
|
should be prepared to see a <ubid> of up to 64 characters.
|
||||||
|
|
||||||
|
|
||||||
* Format of the --attribute-fd output
|
* Format of the --attribute-fd output
|
||||||
|
@ -30,8 +30,8 @@
|
|||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "objcache.h"
|
#include "objcache.h"
|
||||||
|
|
||||||
/* Note that max value for uid_items is actually a the threshold when
|
/* Note that max value for uid_items is actually the threshold when
|
||||||
* we start to look for ietms which can be removed. */
|
* we start to look for items which can be removed. */
|
||||||
#define NO_OF_UID_ITEM_BUCKETS 107
|
#define NO_OF_UID_ITEM_BUCKETS 107
|
||||||
#define MAX_UID_ITEMS_PER_BUCKET 20
|
#define MAX_UID_ITEMS_PER_BUCKET 20
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user