]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: fix formatting of 'rng' setting options
authorGert van Dijk <gertvdijk@gmail.com>
Sun, 31 Mar 2019 18:51:55 +0000 (20:51 +0200)
committerGert van Dijk <gertvdijk@gmail.com>
Mon, 8 Apr 2019 10:17:34 +0000 (12:17 +0200)
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

index b59f6ca347ace0d8013110deb2f07e7ca7665618..2e9a3945b1670d51d65f13bfb6347094eab665a6 100644 (file)
@@ -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.