mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-02 16:43:03 +01:00
* gpg.sgml: Updated the charset option.
* DETAILS: Added status IMPORT_OK.
This commit is contained in:
parent
f3484f7844
commit
bcedc5dad1
@ -1,5 +1,9 @@
|
||||
2002-09-02 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpg.sgml: Updated the charset option.
|
||||
|
||||
* DETAILS: Added status IMPORT_OK.
|
||||
|
||||
* gnupg.7: New mini man page.
|
||||
|
||||
2002-08-30 David Shaw <dshaw@jabberwocky.com>
|
||||
|
11
doc/DETAILS
11
doc/DETAILS
@ -270,6 +270,17 @@ more arguments in future versions.
|
||||
IMPORTED <long keyid> <username>
|
||||
The keyid and name of the signature just imported
|
||||
|
||||
IMPORT_OK <reason> [<fingerprint>]
|
||||
The key with the primary key's FINGERPRINT has been imported.
|
||||
Reason flags:
|
||||
0 := Not actually changed
|
||||
1 := Entirely new key.
|
||||
2 := New user IDs
|
||||
4 := New signatures
|
||||
8 := New subkeys
|
||||
16 := Contains private key.
|
||||
The flags may be XORed.
|
||||
|
||||
IMPORT_PROBLEM <reason> [<fingerprint>]
|
||||
Issued for each import failure. Reason codes are:
|
||||
0 := "No specific reason given".
|
||||
|
@ -1200,16 +1200,21 @@ also overrides the environment variable "GNUPGHOME".
|
||||
<term>--charset &ParmName;</term>
|
||||
<listitem><para>
|
||||
Set the name of the native character set. This is used
|
||||
to convert some strings to proper UTF-8 encoding.
|
||||
to convert some strings to proper UTF-8 encoding. If this option is not used, the default character set is determined
|
||||
from the current locale. A verbosity level of 3 shows the used one.
|
||||
Valid values for &ParmName; are:</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>iso-8859-1</term><listitem><para>This is the default Latin 1 set.</para></listitem>
|
||||
<term>iso-8859-1</term><listitem><para>This is the Latin 1 set.</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>iso-8859-2</term><listitem><para>The Latin 2 set.</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>iso-8859-15</term><listitem><para>This is currently an alias for
|
||||
the Latin 1 set.</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>koi8-r</term><listitem><para>The usual Russian set (rfc1489).</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user