diff --git a/doc/ChangeLog b/doc/ChangeLog index 0ecf0d963..214fc8e60 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2002-04-24 David Shaw + + * gpg.sgml: Add some documentation for + --edit/{addphoto|showphoto|nrsign|nrlsign}, and difference between + %t and %T in photo viewer command lines. + 2002-04-23 Stefan Bellon * gpg.sgml: Moved options from section "COMMANDS" to diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 7a407b600..a58e31171 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -281,6 +281,17 @@ Same as --sign but the signature is marked as non-exportable and will therefore never be used by others. This may be used to make keys valid only in the local environment. + + nrsign + +Same as --sign but the signature is marked as non-revocable and can +therefore never be revoked. + + nrlsign + +Combines the functionality of nrsign and lsign to make a signature +that is both non-revocable and +non-exportable. revsig @@ -303,6 +314,10 @@ for encryption. adduid Create an alternate user id. + + addphoto + +Create a photographic user id. deluid @@ -354,6 +369,11 @@ Use 0 to deselect all. check Check all selected user ids. + + showphoto + +Display the selected photographic user +id. pref @@ -991,8 +1011,9 @@ This is the command line that should be run to view a photo ID. "%i" will be expanded to a filename containing the photo. "%I" does the same, except the file will not be deleted once the viewer exits. Other flags are "%k" for the key ID, "%K" for the long key ID, "%f" -for the key fingerprint, "%t" for the type of image (e.g. jpeg), and -"%%" for an actual percent sign. If neither %i or %I are present, +for the key fingerprint, "%t" for the extension of the image type +(e.g. "jpg"), "%T" for the MIME type of the image (e.g. "image/jpeg"), +and "%%" for an actual percent sign. If neither %i or %I are present, then the photo will be supplied to the viewer on standard input. The default viewer is "xloadimage -fork -quiet -title 'KeyID 0x%k'