diff options
author | Werner Koch <wk@gnupg.org> | 2010-10-11 14:36:27 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-10-11 14:36:27 +0200 |
commit | 5a679857efbead6ec677633b8aee1cfa687a07e1 (patch) | |
tree | 65dc16ded93439589bb7caae3235e6890682de0f /doc | |
parent | New configure optionh --enable-dirmngr-auto-start. (diff) | |
download | gnupg2-5a679857efbead6ec677633b8aee1cfa687a07e1.tar.xz gnupg2-5a679857efbead6ec677633b8aee1cfa687a07e1.zip |
Describe %v and %V.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gpg.texi | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 13cd42dc7..1f01ad8a1 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-10-11 Daniel Kahn Gillmor <dkg@fifthhorseman.net> (wk) + + * gpg.texi (GPG Configuration Options) <photo-viewer>: Describe %v + and %V. + 2010-10-05 Werner Koch <wk@g10code.com> * Makefile.am (faq.txt faq.html, faq-online): New. diff --git a/doc/gpg.texi b/doc/gpg.texi index 4e5ed1e7e..566e6640a 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1141,6 +1141,9 @@ 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 extension of the image type (e.g. "jpg"), "%T" for the MIME type of the image (e.g. "image/jpeg"), +"%v" for the single-character calculated validity of the image being +viewed (e.g. "f"), "%V" for the calculated validity as a string (e.g. +"full"), 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. |