mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-09 12:54:23 +01:00
gpg.sgml: Add some documentation for
--edit/{addphoto|showphoto|nrsign|nrlsign}, and the difference between %t and %T in photo viewer command lines.
This commit is contained in:
parent
edc627b244
commit
ed153fe43b
@ -1,3 +1,9 @@
|
|||||||
|
2002-04-24 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* 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 <sbellon@sbellon.de>
|
2002-04-23 Stefan Bellon <sbellon@sbellon.de>
|
||||||
|
|
||||||
* gpg.sgml: Moved options from section "COMMANDS" to
|
* gpg.sgml: Moved options from section "COMMANDS" to
|
||||||
|
25
doc/gpg.sgml
25
doc/gpg.sgml
@ -281,6 +281,17 @@ Same as --sign but the signature is marked as
|
|||||||
non-exportable and will therefore never be used
|
non-exportable and will therefore never be used
|
||||||
by others. This may be used to make keys valid
|
by others. This may be used to make keys valid
|
||||||
only in the local environment.</para></listitem></varlistentry>
|
only in the local environment.</para></listitem></varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>nrsign</term>
|
||||||
|
<listitem><para>
|
||||||
|
Same as --sign but the signature is marked as non-revocable and can
|
||||||
|
therefore never be revoked.</para></listitem></varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>nrlsign</term>
|
||||||
|
<listitem><para>
|
||||||
|
Combines the functionality of nrsign and lsign to make a signature
|
||||||
|
that is both non-revocable and
|
||||||
|
non-exportable.</para></listitem></varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>revsig</term>
|
<term>revsig</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
@ -303,6 +314,10 @@ for encryption.</para></listitem></varlistentry>
|
|||||||
<term>adduid</term>
|
<term>adduid</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Create an alternate user id.</para></listitem></varlistentry>
|
Create an alternate user id.</para></listitem></varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>addphoto</term>
|
||||||
|
<listitem><para>
|
||||||
|
Create a photographic user id.</para></listitem></varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>deluid</term>
|
<term>deluid</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
@ -354,6 +369,11 @@ Use 0 to deselect all.</para></listitem></varlistentry>
|
|||||||
<term>check</term>
|
<term>check</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Check all selected user ids.</para></listitem></varlistentry>
|
Check all selected user ids.</para></listitem></varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>showphoto</term>
|
||||||
|
<listitem><para>
|
||||||
|
Display the selected photographic user
|
||||||
|
id.</para></listitem></varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>pref</term>
|
<term>pref</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
@ -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
|
will be expanded to a filename containing the photo. "%I" does the
|
||||||
same, except the file will not be deleted once the viewer exits.
|
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"
|
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 the key fingerprint, "%t" for the extension of the image type
|
||||||
"%%" for an actual percent sign. If neither %i or %I are present,
|
(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.
|
then the photo will be supplied to the viewer on standard input.
|
||||||
</para><para>
|
</para><para>
|
||||||
The default viewer is "xloadimage -fork -quiet -title 'KeyID 0x%k'
|
The default viewer is "xloadimage -fork -quiet -title 'KeyID 0x%k'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user