aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
-rw-r--r--doc/gpg.sgml5
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 37546f704..44a92d2f9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -25,3 +25,7 @@ endif
-db2html $<
+dist-hook:
+ @if test `wc -c < gpg.1` -lt 200; then \
+ echo 'ERROR: dummy man page'; false; fi
+
diff --git a/doc/gpg.sgml b/doc/gpg.sgml
index c8623fb54..5db773aad 100644
--- a/doc/gpg.sgml
+++ b/doc/gpg.sgml
@@ -759,7 +759,8 @@ does not contain a slash, it is assumed to be in the
home-directory ("~/.gnupg" if --homedir is not used).
The filename may be prefixed with a scheme:</para>
<para>"gnupg-ring:" is the default one.</para>
-<para>"gnupg-gdbm:" may be used for a GDBM ring.</para>
+<para>"gnupg-gdbm:" may be used for a GDBM ring. Note that GDBM
+is experimental and likely to be removed in future versions.</para>
<para>It might make sense to use it together with --no-default-keyring.
</para></listitem></varlistentry>
@@ -1190,7 +1191,7 @@ option may lead to data and key corruption.
<varlistentry>
<term>--no-random-seed-file</term>
<listitem><para>
-&gnupg; uses a file to store it's internal random pool over invocations.
+GnuPG uses a file to store it's internal random pool over invocations.
This makes random generation faster; however sometimes write operations
are not desired. This option can be used to achive that with the cost of
slower random generation.