From: Gert van Dijk Date: Sun, 31 Mar 2019 18:51:55 +0000 (+0200) Subject: docs: fix formatting of 'rng' setting options X-Git-Tag: rec-4.2.0-rc1~45^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f67fb28ce756d30bce84d867b2ea22e597c4ff0c;p=thirdparty%2Fpdns.git docs: fix formatting of 'rng' setting options Was rendered as a field definition, because both: * A blank line was omitted before starting the list items. * Leading whitespace for each item (much like the commit that removes the superfluous blockquotes). --- diff --git a/docs/settings.rst b/docs/settings.rst index b59f6ca347..2e9a3945b1 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -1083,14 +1083,15 @@ it is disabled by default. - String - Default: auto -Specify which random number generator to use. Permissible choises are - - auto - choose automatically - - sodium - Use libsodium ``randombytes_uniform`` - - openssl - Use libcrypto ``RAND_bytes`` - - getrandom - Use libc getrandom, falls back to urandom if it does not really work - - arc4random - Use BSD ``arc4random_uniform`` - - urandom - Use ``/dev/urandom`` - - kiss - Use simple settable deterministic RNG. **FOR TESTING PURPOSES ONLY!** +Specify which random number generator to use. Permissible choises are: + +- auto - choose automatically +- sodium - Use libsodium ``randombytes_uniform`` +- openssl - Use libcrypto ``RAND_bytes`` +- getrandom - Use libc getrandom, falls back to urandom if it does not really work +- arc4random - Use BSD ``arc4random_uniform`` +- urandom - Use ``/dev/urandom`` +- kiss - Use simple settable deterministic RNG. **FOR TESTING PURPOSES ONLY!** .. note:: Not all choises are available on all systems.