summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Shaw <dshaw@jabberwocky.com>2002-10-03 23:57:58 +0200
committerDavid Shaw <dshaw@jabberwocky.com>2002-10-03 23:57:58 +0200
commit0bb65a8a117bd2af1dd0fe27b0aacf858dd0ee11 (patch)
tree3e79e79cf38205b8a5b5a3dfd8645971a60d1a10 /doc
parent* keylist.c (print_capabilities): Secret-parts-missing keys should show (diff)
downloadgnupg2-0bb65a8a117bd2af1dd0fe27b0aacf858dd0ee11.tar.xz
gnupg2-0bb65a8a117bd2af1dd0fe27b0aacf858dd0ee11.zip
* gpg.sgml: Note that '#' means secret-key-unavailable, and that keyserver
schemes are case-insensitive. * gpg.sgml: Note that --pgp2 disables --textmode when encrypting.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog9
-rw-r--r--doc/gpg.sgml12
2 files changed, 17 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index cbf77d15b..a3882e7a7 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,12 @@
+2002-10-03 David Shaw <dshaw@jabberwocky.com>
+
+ * gpg.sgml: Note that '#' means secret-key-unavailable, and that
+ keyserver schemes are case-insensitive.
+
+2002-09-30 David Shaw <dshaw@jabberwocky.com>
+
+ * gpg.sgml: Note that --pgp2 disables --textmode when encrypting.
+
2002-09-20 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Some minor language cleanup.
diff --git a/doc/gpg.sgml b/doc/gpg.sgml
index 11f1f949d..83a286172 100644
--- a/doc/gpg.sgml
+++ b/doc/gpg.sgml
@@ -221,8 +221,10 @@ ones given on the command line.
<varlistentry>
<term>--list-secret-keys &OptParmNames;</term>
<listitem><para>
-List all keys from the secret keyrings, or just the
-ones given on the command line.
+List all keys from the secret keyrings, or just the ones given on the
+command line. A '#' after the letters 'sec' means that the secret key
+is not usable (for example, if it was created via
+--export-secret-subkeys).
</para></listitem></varlistentry>
@@ -963,7 +965,8 @@ from, send keys to, and search for keys on. The format of the
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.
+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
@@ -1699,7 +1702,8 @@ available, but the MIT release is a good common baseline.
This option implies `--rfc1991 --no-openpgp --disable-mdc
--no-force-v4-certs --no-comment --escape-from-lines --force-v3-sigs
--no-ask-sig-expire --no-ask-cert-expire --cipher-algo IDEA
---digest-algo MD5 --compress-algo 1'
+--digest-algo MD5 --compress-algo 1'. It also disables --textmode
+when encrypting.
</para></listitem></varlistentry>
<varlistentry>