1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-10 22:32:02 +01:00

* gpg.sgml: --comment works with all armored messages. Clarify that

--charset applies to informational strings and does not recode messages
themselves.
This commit is contained in:
David Shaw 2004-05-05 18:28:39 +00:00
parent a382a86e64
commit 0c8c110b17
2 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2004-05-05 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: --comment works with all armored messages. Clarify
that --charset applies to informational strings and does not
recode messages themselves.
2004-05-03 Werner Koch <wk@gnupg.org> 2004-05-03 Werner Koch <wk@gnupg.org>
* gpgv.sgml: Removed reference to non-available option * gpgv.sgml: Removed reference to non-available option

View File

@ -1332,10 +1332,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>
@ -1471,8 +1471,8 @@ soon.
<varlistentry> <varlistentry>
<term>--comment &ParmString;</term> <term>--comment &ParmString;</term>
<listitem><para> <listitem><para>
Use &ParmString; as the comment string in clear text signatures. The Use &ParmString; as the comment string in ASCII armored or clearsigned
default behavior is not to use a comment string. messages. The default behavior is to not use a comment string.
</para></listitem></varlistentry> </para></listitem></varlistentry>