1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-10 13:04:23 +01:00

* gpg.sgml: Clarify that --charset applies to informational strings and

does not recode messages themselves.  Remove include-non-rfc
export-option.
This commit is contained in:
David Shaw 2004-05-20 03:01:46 +00:00
parent 3cef407e06
commit e2e267e823
2 changed files with 10 additions and 10 deletions

View File

@ -1,3 +1,9 @@
2004-05-19 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Clarify that --charset applies to informational
strings and does not recode messages themselves. Remove
include-non-rfc export-option.
2004-05-08 David Shaw <dshaw@jabberwocky.com> 2004-05-08 David Shaw <dshaw@jabberwocky.com>
* DETAILS, credits-1.0, credits-1.2: ElGamal -> Elgamal. * DETAILS, credits-1.0, credits-1.2: ElGamal -> Elgamal.

View File

@ -1276,12 +1276,6 @@ exporting keys. Options can be prepended with a `no-' to give the
opposite meaning. The options are: opposite meaning. The options are:
<variablelist> <variablelist>
<varlistentry>
<term>include-non-rfc</term>
<listitem><para>
Include non-RFC compliant keys in the export. Defaults to yes.
</para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>include-local-sigs</term> <term>include-local-sigs</term>
<listitem><para> <listitem><para>
@ -1549,10 +1543,10 @@ $GNUPGHOME.
<term>--charset &ParmName;</term> <term>--charset &ParmName;</term>
<listitem><para> <listitem><para>
Set the name of the native character set. This is used to convert Set the name of the native character set. This is used to convert
some strings to proper UTF-8 encoding. If this option is not used, the some informational strings like user IDs to the proper UTF-8
default character set is determined from the current locale. A encoding. If this option is not used, the default character set is
verbosity level of 3 shows the used one. Valid values for &ParmName; determined from the current locale. A verbosity level of 3 shows the
are:</para> used one. Valid values for &ParmName; are:</para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>iso-8859-1</term><listitem><para>This is the Latin 1 set.</para></listitem> <term>iso-8859-1</term><listitem><para>This is the Latin 1 set.</para></listitem>