diff --git a/doc/ChangeLog b/doc/ChangeLog index 8dbf192ea..80afaf941 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2003-09-30 David Shaw + + * gpg.sgml: Clarify --mangle-dos-filenames, document list-option + show-unusable-uids, remove --no-comment (which is now + --no-sk-comments), add --no-comments (to remove --comment), remove + --default-comment, and document --sig-keyserver-url. + 2003-09-01 David Shaw * DETAILS: Note fingerprint of signing key in sig records. diff --git a/doc/gpg.sgml b/doc/gpg.sgml index c2ff723ad..bb1011188 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -785,16 +785,15 @@ Create ASCII armored output. Write output to &ParmFile;. + --mangle-dos-filenames --no-mangle-dos-filenames -The Windows version of GnuPG replaces the extension of an output -filename to avoid problems with filenames containing more than one -dot. This is not necessary for newer Windows versions and so ---no-mangle-dos-filenames can be used to switch this feature off and -have GnuPG append the new extension. This option has no effect on -non-Windows platforms. +Older version of Windows cannot handle filenames with more than one +dot. --mangle-dos-filenames causes GnuPG to replace (rather than add +to) the extension of an output filename to avoid this problem. This +option is off by default and has no effect on non-Windows platforms. @@ -1271,6 +1270,12 @@ Display all 64 bits (16 digits) of key IDs during key listings, rather than the more common 32 bit (8 digit) IDs. Defaults to no. + +show-unusable-uids + +Show revoked and expired user IDs in key listings. Defaults to no. + + show-keyring @@ -1567,29 +1572,14 @@ option. - ---no-comment - -See --no-sk-comments. This option is deprecated and may be removed -soon. - - - --comment &ParmString; +--no-comments -Use &ParmString; as the comment string in clear text signatures. The -default behavior is not to use a comment string. - - - - ---default-comment - -Force to write the standard comment string in clear -text signatures. Use this to overwrite a --comment -from a config file. This option is now obsolete because there is no -default comment string anymore. +Use &ParmString; as a comment string in clear text signatures and +ASCII armored messages or keys (see --armor). The default behavior is +not to use a comment string. --comment may be repeated multiple times +to get multiple comment strings. --no-comments removes all comments. @@ -1650,9 +1640,9 @@ and/or `--verify-options [no-]show-notation' instead. --cert-policy-url &ParmString; --set-policy-url &ParmString; -Use &ParmString; as Policy URL for signatures (rfc2440:5.2.3.19). If -you prefix it with an exclamation mark, the policy URL packet will be -flagged as critical. --sig-policy-url sets a a policy url for data +Use &ParmString; as a Policy URL for signatures (rfc2440:5.2.3.19). +If you prefix it with an exclamation mark, the policy URL packet will +be flagged as critical. --sig-policy-url sets a a policy url for data signatures. --cert-policy-url sets a policy url for key signatures (certifications). --set-policy-url sets both. @@ -1669,6 +1659,17 @@ are deprecated. Use `--list-options [no-]show-policy-url' and/or `--verify-options [no-]show-policy-url' instead. + + +--sig-keyserver-url &ParmString; + +Use &ParmString; as a preferred keyserver URL for data signatures. If +you prefix it with an exclamation mark, the keyserver URL packet will +be flagged as critical. +The same %-expandos used for notation data are available here as well. + + + --set-filename &ParmString;