diff --git a/doc/ChangeLog b/doc/ChangeLog index 6d66ec5ce..0c108f799 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2004-05-05 David Shaw + + * 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 * gpgv.sgml: Removed reference to non-available option diff --git a/doc/gpg.sgml b/doc/gpg.sgml index d26ccb96a..ad4607a48 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1332,10 +1332,10 @@ $GNUPGHOME. --charset &ParmName; 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 -default character set is determined from the current locale. A -verbosity level of 3 shows the used one. Valid values for &ParmName; -are: +some informational strings like user IDs to the 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: iso-8859-1This is the Latin 1 set. @@ -1471,8 +1471,8 @@ soon. --comment &ParmString; -Use &ParmString; as the comment string in clear text signatures. The -default behavior is not to use a comment string. +Use &ParmString; as the comment string in ASCII armored or clearsigned +messages. The default behavior is to not use a comment string.