summaryrefslogtreecommitdiff
path: root/doc/src/sgml
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-11-03 11:11:34 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2014-11-03 11:11:34 -0500
commitf443de873e500de999a2d165731a0356b79a6ed7 (patch)
tree9f4c7b9034b7fe4631269e9c64af4740e9b0d176 /doc/src/sgml
parent1ed8e771ade6f2a58728f4537e9c19b702d8cf25 (diff)
Docs: fix incorrect spelling of contrib/pgcrypto option.
pgp_sym_encrypt's option is spelled "sess-key", not "enable-session-key". Spotted by Jeff Janes. In passing, improve a comment in pgp-pgsql.c to make it clearer that the debugging options are intentionally undocumented.
Diffstat (limited to 'doc/src/sgml')
-rw-r--r--doc/src/sgml/pgcrypto.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml
index f0928f80fe2..d409446c376 100644
--- a/doc/src/sgml/pgcrypto.sgml
+++ b/doc/src/sgml/pgcrypto.sgml
@@ -828,11 +828,11 @@ Applies to: pgp_sym_encrypt, pgp_pub_encrypt
</sect4>
<sect4>
- <title>enable-session-key</title>
+ <title>sess-key</title>
<para>
Use separate session key. Public-key encryption always uses a separate
- session key; this is for symmetric-key encryption, which by default
+ session key; this option is for symmetric-key encryption, which by default
uses the S2K key directly.
</para>
<literallayout>