diff options
author | 2011-01-11 15:26:05 +0000 | |
---|---|---|
committer | 2011-01-11 15:26:05 +0000 | |
commit | bfd1a0eb4dbb5598cdbd873ba54dd2ad42e62bfc (patch) | |
tree | 68f141d0c8a5539a1b9e5bf96b73e7c5743ee863 | |
parent | sync from mirrors.dat (diff) | |
download | wireguard-openbsd-bfd1a0eb4dbb5598cdbd873ba54dd2ad42e62bfc.tar.xz wireguard-openbsd-bfd1a0eb4dbb5598cdbd873ba54dd2ad42e62bfc.zip |
all the devices output same types of data
-rw-r--r-- | share/man/man4/random.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/random.4 b/share/man/man4/random.4 index 2678e5935d7..066d12cd4fe 100644 --- a/share/man/man4/random.4 +++ b/share/man/man4/random.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: random.4,v 1.28 2011/01/09 02:20:53 jmc Exp $ +.\" $OpenBSD: random.4,v 1.29 2011/01/11 15:26:05 deraadt Exp $ .\" .\" Copyright (c) 1996, 1997 Michael Shalayeff .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 9 2011 $ +.Dd $Mdocdate: January 11 2011 $ .Dt RANDOM 4 .Os .Sh NAME @@ -36,7 +36,7 @@ .Sh DESCRIPTION The various .Nm -devices produce random output data with different random qualities. +devices produce high quality random output data. Entropy data is collected from system activity (like disk, network, and clock device interrupts and such), and then run through various hash or message digest functions to generate the output. |