linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Subject: [PATCH] Correct description of /proc/sys/kernel/random/entropy_avail
@ 2010-07-23  0:18 Jon Jensen
       [not found] ` <alpine.DEB.2.00.1007221816280.641-8IY1rz5nw3/cU0+rfqQDSHigqES71Pyf@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Jensen @ 2010-07-23  0:18 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Patch against Git HEAD, based on others' comments on the web and empirical 
observation just reading the file repeatedly.

It contains the number of bits of currently available entropy,
not always the pool size of 4096.
---
  man4/random.4 |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man4/random.4 b/man4/random.4
index 2307e07..b097b6d 100644
--- a/man4/random.4
+++ b/man4/random.4
@@ -177,9 +177,9 @@ and can be changed to any value for which an algorithm is available.
  The choices are 32, 64, 128, 256, 512, 1024, or 2048.
  .TP
  Linux 2.6:
-This file is read-only, and gives the size of the entropy pool in
+This file is read-only, and gives the amount of available entropy in
  .IR bits .
-It contains the value 4096.
+The value will range from 0 to 4096 in a standard kernel.
  .RE
  .LP
  The file
-- 
1.7.1.86.g0e460

-- 
Jon Jensen
End Point Corporation
http://www.endpoint.com/

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-13 19:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-23  0:18 Subject: [PATCH] Correct description of /proc/sys/kernel/random/entropy_avail Jon Jensen
     [not found] ` <alpine.DEB.2.00.1007221816280.641-8IY1rz5nw3/cU0+rfqQDSHigqES71Pyf@public.gmane.org>
2016-12-13  9:29   ` Michael Kerrisk (man-pages)
     [not found]     ` <CAKgNAkhy2USSCjznDuYw+verUXDG2JGCY0bsu1R80EMttrEzmw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-12-13 19:20       ` Jon Jensen
2016-12-13 19:48         ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).