mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-23 06:14:42 +08:00
random: fix sysctl documentation nits
commit 069c4ea687
upstream.
A semicolon was missing, and the almost-alphabetical-but-not ordering
was confusing, so regroup these by category instead.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4179671f49
commit
2814a9e632
@ -1014,6 +1014,9 @@ This is a directory, with the following entries:
|
|||||||
* ``boot_id``: a UUID generated the first time this is retrieved, and
|
* ``boot_id``: a UUID generated the first time this is retrieved, and
|
||||||
unvarying after that;
|
unvarying after that;
|
||||||
|
|
||||||
|
* ``uuid``: a UUID generated every time this is retrieved (this can
|
||||||
|
thus be used to generate UUIDs at will);
|
||||||
|
|
||||||
* ``entropy_avail``: the pool's entropy count, in bits;
|
* ``entropy_avail``: the pool's entropy count, in bits;
|
||||||
|
|
||||||
* ``poolsize``: the entropy pool size, in bits;
|
* ``poolsize``: the entropy pool size, in bits;
|
||||||
@ -1021,10 +1024,7 @@ This is a directory, with the following entries:
|
|||||||
* ``urandom_min_reseed_secs``: obsolete (used to determine the minimum
|
* ``urandom_min_reseed_secs``: obsolete (used to determine the minimum
|
||||||
number of seconds between urandom pool reseeding). This file is
|
number of seconds between urandom pool reseeding). This file is
|
||||||
writable for compatibility purposes, but writing to it has no effect
|
writable for compatibility purposes, but writing to it has no effect
|
||||||
on any RNG behavior.
|
on any RNG behavior;
|
||||||
|
|
||||||
* ``uuid``: a UUID generated every time this is retrieved (this can
|
|
||||||
thus be used to generate UUIDs at will);
|
|
||||||
|
|
||||||
* ``write_wakeup_threshold``: when the entropy count drops below this
|
* ``write_wakeup_threshold``: when the entropy count drops below this
|
||||||
(as a number of bits), processes waiting to write to ``/dev/random``
|
(as a number of bits), processes waiting to write to ``/dev/random``
|
||||||
|
Loading…
Reference in New Issue
Block a user