diff --git a/doc/ChangeLog b/doc/ChangeLog index 3a4ca7151..45e89e500 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-12-06 David Shaw + + * gpg.sgml: Document %-expandos for policy URLs and notations. + 2002-12-05 Werner Koch * faq.raw: Got update from David Scribner. diff --git a/doc/gpg.sgml b/doc/gpg.sgml index d7647da0a..d96170c70 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1429,7 +1429,19 @@ notation data will be flagged as critical (rfc2440:5.2.3.15). --sig-notation sets a notation for data signatures. --cert-notation sets a notation for key signatures (certifications). --notation-data sets both. - + + + +There are special codes that may be used in notation names. "%k" will +be expanded into the key ID of the key being signed, "%K" for the long +key ID of the key being signed, "%f" for the key fingerprint of the +key being signed, "%s" for the key ID of the key making the signature, +"%S" for the long key ID of the key making the signature, and "%%" +results in a single "%". %k, %K, and %f are only meaningful when +making a key signature (certification). + + + --show-notation @@ -1454,6 +1466,10 @@ 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. + + + +The same %-expandos used for notation data are available here as well.