diff options
Diffstat (limited to 'doc/gpg.sgml')
-rw-r--r-- | doc/gpg.sgml | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 1e3ca36a9..627a3adc3 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -574,14 +574,6 @@ or changed by you. <varlistentry> -<term>--export-all &OptParmNames;</term> -<listitem><para> -Same as --export, but also exports keys which -are not compatible with OpenPGP. -</para></listitem></varlistentry> - - -<varlistentry> <term>--export-secret-keys &OptParmNames;</term> <term>--export-secret-subkeys &OptParmNames;</term> <listitem><para> @@ -874,7 +866,7 @@ Try to be as quiet as possible. <varlistentry> -<term>-z &ParmN;, --compress &ParmN;</term> +<term>-z &ParmN;, --compress-level &ParmN;</term> <listitem><para> Set compression level to &ParmN;. A value of 0 for &ParmN; disables compression. Default is to use the default @@ -1008,7 +1000,7 @@ ID is bound to the key. <varlistentry> <term>--always-trust</term> <listitem><para> -Identical to `--trust-model always' +Identical to `--trust-model always'. This option is deprecated. </para></listitem></varlistentry> @@ -1019,11 +1011,11 @@ Use &ParmName as your keyserver. This is the server that --recv-keys, --send-keys, and --search-keys will communicate with to receive keys from, send keys to, and search for keys on. The format of the &ParmName is a URI: `scheme:[//]keyservername[:port]' The scheme is -the type of keyserver: "hkp" for the Horowitz (or compatible) -keyservers, "ldap" for the NAI LDAP keyserver, or "mailto" for the -Horowitz email keyserver. Note that your particular installation of -GnuPG may have other keyserver types available as well. Keyserver -schemes are case-insensitive. +the type of keyserver: "hkp" for the HTTP (or compatible) keyservers, +"ldap" for the NAI LDAP keyserver, or "mailto" for the Graff email +keyserver. Note that your particular installation of GnuPG may have +other keyserver types available as well. Keyserver schemes are +case-insensitive. </para><para> Most keyservers synchronize with each other, so there is generally no need to send keys to more than one server. Using the command "host -l @@ -1864,7 +1856,7 @@ the SHA-256 digest algorithm. <term>--no-force-v3-sigs</term> <listitem><para> OpenPGP states that an implementation should generate v4 signatures -but PGP versions 5 and higher only recognize v4 signatures on key +but PGP versions 5 through 7 only recognize v4 signatures on key material. This option forces v3 signatures for signatures on data. Note that this option overrides --ask-sig-expire, as v3 signatures cannot have expiration dates. --no-force-v3-sigs disables this |