From f67fb28ce756d30bce84d867b2ea22e597c4ff0c Mon Sep 17 00:00:00 2001 From: Gert van Dijk Date: Sun, 31 Mar 2019 20:51:55 +0200 Subject: [PATCH] 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). --- docs/settings.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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. -- 2.47.2