diff options
| author | David Shaw <[email protected]> | 2004-06-29 01:48:01 +0000 |
|---|---|---|
| committer | David Shaw <[email protected]> | 2004-06-29 01:48:01 +0000 |
| commit | 0989ce2ea576ade3efe54e3b5395f9828f8e0b48 (patch) | |
| tree | 6a1b802f0e6221c446a16cd916fdb8f5ba323f85 /doc/DETAILS | |
| parent | (copy_secret_key): Get last fix right. (diff) | |
| download | gnupg-0989ce2ea576ade3efe54e3b5395f9828f8e0b48.tar.gz gnupg-0989ce2ea576ade3efe54e3b5395f9828f8e0b48.zip | |
* DETAILS: Document PLAINTEXT and PLAINTEXT_LENGTH.
* gpg.sgml: Clarify that --min-cert-level disregards level 1 certs by
default. Clarify include-revoked a bit to note that keyservers might not
be accurate. Note that --charset is --display-charset. Some language
tweaks for --simple-sk-checksum (Debian 251795). Note the PGP silliness
with preferred keyserver subpackets causing PGP/MIME.
Diffstat (limited to 'doc/DETAILS')
| -rw-r--r-- | doc/DETAILS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index c87eae380..623680860 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -518,6 +518,20 @@ more arguments in future versions. 2 = Request removal of a card. 3 = Card with serialnumber detected + PLAINTEXT <format> <timestamp> + This indicates the format of the plaintext that is about to be + written. The format is a 1 byte hex code that shows the + format of the plaintext: 62 ('b') is binary data, 74 ('t') is + text data with no character set specified, and 75 ('u') is + text data encoded in the UTF-8 character set. The timestamp + is in seconds since the epoch. + + PLAINTEXT_LENGTH <length> + This indicates the length of the plaintext that is about to be + written. Note that if the plaintext packet has partial length + encoding it is not possible to know the length ahead of time. + In that case, this status tag does not appear. + Format of the "--attribute-fd" output ===================================== |
