mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
* gpg.sgml: Document delsig. Clarify that --refresh-keys arguments are
optional. Document --bzip2-decompress-lowmem.
This commit is contained in:
parent
7ac574aeea
commit
d97995dcf6
@ -1,3 +1,8 @@
|
|||||||
|
2004-04-09 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpg.sgml: Document delsig. Clarify that --refresh-keys
|
||||||
|
arguments are optional. Document --bzip2-decompress-lowmem.
|
||||||
|
|
||||||
2004-02-25 David Shaw <dshaw@jabberwocky.com>
|
2004-02-25 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpg.sgml: Document --ask-cert-level, --max-output, and
|
* gpg.sgml: Document --ask-cert-level, --max-output, and
|
||||||
|
25
doc/gpg.sgml
25
doc/gpg.sgml
@ -39,6 +39,7 @@
|
|||||||
<!entity ParmName "<parameter>name</parameter>">
|
<!entity ParmName "<parameter>name</parameter>">
|
||||||
<!entity OptParmName "<optional>&ParmName;</optional>">
|
<!entity OptParmName "<optional>&ParmName;</optional>">
|
||||||
<!entity ParmKeyIDs "<parameter>key IDs</parameter>">
|
<!entity ParmKeyIDs "<parameter>key IDs</parameter>">
|
||||||
|
<!entity OptParmKeyIDs "<optional>&ParmKeyIDs</optional>">
|
||||||
<!entity ParmN "<parameter>n</parameter>">
|
<!entity ParmN "<parameter>n</parameter>">
|
||||||
<!entity ParmFlags "<parameter>flags</parameter>">
|
<!entity ParmFlags "<parameter>flags</parameter>">
|
||||||
<!entity ParmString "<parameter>string</parameter>">
|
<!entity ParmString "<parameter>string</parameter>">
|
||||||
@ -366,13 +367,17 @@ Create an alternate user id.</para></listitem></varlistentry>
|
|||||||
<term>addphoto</term>
|
<term>addphoto</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Create a photographic user id. This will prompt for a JPEG file that
|
Create a photographic user id. This will prompt for a JPEG file that
|
||||||
will be embedded into the user ID. A very large JPEG will make for a
|
will be embedded into the user ID. Note that a very large JPEG will
|
||||||
very large key.
|
make for a very large key.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>deluid</term>
|
<term>deluid</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Delete a user id.</para></listitem></varlistentry>
|
Delete a user id.</para></listitem></varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>delsig</term>
|
||||||
|
<listitem><para>
|
||||||
|
Delete a signature.</para></listitem></varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>revuid</term>
|
<term>revuid</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
@ -624,11 +629,12 @@ Import the keys with the given key IDs from a keyserver. Option
|
|||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--refresh-keys &ParmKeyIDs;</term>
|
<term>--refresh-keys &OptParmKeyIDs;</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Request updates from a keyserver for keys that already exist on the
|
Request updates from a keyserver for keys that already exist on the
|
||||||
local keyring. This is useful for updating a key with the latest
|
local keyring. This is useful for updating a key with the latest
|
||||||
signatures, user IDs, etc. Option --keyserver must be used to give
|
signatures, user IDs, etc. Calling this with no arguments will
|
||||||
|
refresh the entire keyring. Option --keyserver must be used to give
|
||||||
the name of this keyserver.
|
the name of this keyserver.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
@ -897,6 +903,17 @@ zlib (normally 6).
|
|||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>--bzip2-decompress-lowmem</term>
|
||||||
|
<listitem><para>
|
||||||
|
Use a different decompression method for BZIP2 compressed files. This
|
||||||
|
alternate method uses a bit more than half the memory, but also runs
|
||||||
|
at half the speed. This is useful under extreme low memory
|
||||||
|
circumstances when the file was originally compressed at a very high
|
||||||
|
compression level.
|
||||||
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>-t, --textmode</term>
|
<term>-t, --textmode</term>
|
||||||
<term>--no-textmode</term>
|
<term>--no-textmode</term>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user