diff options
author | Peter Eisentraut | 2017-03-18 18:41:47 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-03-18 18:41:47 +0000 |
commit | a72188a35bbd71a8cc29f10eab27d4140d296b9d (patch) | |
tree | 3839da1c38f0776e7f59dcab9febaef96507acab | |
parent | 5e86bb51eaeeb5c70f64102f46c4431cb12999e9 (diff) |
doc: Add markup
-rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 568995c9f2..79201b78e3 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1080,7 +1080,7 @@ su - postgres protocols, as well as some routines in the <![%standalone-include[pgcrypto]]> <![%standalone-ignore[<xref linkend="pgcrypto">]]> - module. --disable-strong-random disables functionality that + module. <option>--disable-strong-random</option> disables functionality that requires cryptographically strong random numbers, and substitutes a weak pseudo-random-number-generator for the generation of authentication salt values and query cancel keys. It may make |