summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-07-08 16:24:35 +0200
committerWerner Koch <wk@gnupg.org>1999-07-08 16:24:35 +0200
commitc5ca275573f147c83d06a64ba60053d4e646c6c0 (patch)
tree2c6b253b672a049803afab557417f7c96ff2a737 /doc
parentSee ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch (diff)
downloadgnupg2-c5ca275573f147c83d06a64ba60053d4e646c6c0.tar.xz
gnupg2-c5ca275573f147c83d06a64ba60053d4e646c6c0.zip
See ChangeLog: Thu Jul 8 16:21:27 CEST 1999 Werner Koch
Diffstat (limited to 'doc')
-rw-r--r--doc/FAQ6
-rw-r--r--doc/gpg.sgml8
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 620b27ef1..c57b490ae 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -336,3 +336,9 @@
you active characterset matches the one displayed - if not, restrict
yourself to plain 7 bit ASCII and no mapping has to be done.
+ Q: How do I transfer owner trust values from PGP to GnuPG?
+ A: There is a script in the tools directory to help you:
+ After you have imported the PGP keyring you can give this command:
+ $ lspgpot pgpkeyring | gpg --import-ownertrust
+
+
diff --git a/doc/gpg.sgml b/doc/gpg.sgml
index 21d74fc83..83eac9de9 100644
--- a/doc/gpg.sgml
+++ b/doc/gpg.sgml
@@ -1087,6 +1087,14 @@ Print key listings delimited by colons.
Print key listings delimited by colons and print the public key data.
</para></listitem></varlistentry>
+<varlistentry>
+<term>--with-fingerprint</term>
+<listitem><para>
+Same as the command --fingerprint but changes only the format of the output
+and may be used together with another command.
+</para></listitem></varlistentry>
+
+
</variablelist>
</refsect1>