diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2000-12-22 00:13:35 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2000-12-22 00:13:35 +0000 |
commit | a9bfe56ebf2b5ce7eeec800b2d2c5c9bb978319e (patch) | |
tree | 98cecf9b103f07b0490cf72bf41b6cd5ba157beb /share/man/man9/random.9 | |
parent | b2df43c4793df4e8ba793b23ffc3fc7180bebf4f (diff) |
more typo fixes; aaron@ ok
Diffstat (limited to 'share/man/man9/random.9')
-rw-r--r-- | share/man/man9/random.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/random.9 b/share/man/man9/random.9 index 2cd669cdc35..f8125bff4ad 100644 --- a/share/man/man9/random.9 +++ b/share/man/man9/random.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: random.9,v 1.9 2000/10/12 18:06:02 aaron Exp $ +.\" $OpenBSD: random.9,v 1.10 2000/12/22 00:13:34 avsm Exp $ .\" .\" Copyright (c) 1996,2000 Michael Shalayeff .\" All rights reserved. @@ -64,13 +64,13 @@ .Nm add_disk_randomness , .Nm add_audio_randomness routines are used to -supply data for the random data source device for futher processing. -The processing involves calculating inter-event time delta and measurirg +supply data for the random data source device for further processing. +The processing involves calculating inter-event time delta and measuring entropy contained in the resulting delta-T, supplied in argument data is just mixed into the pool and does not increase entropy counter. .br .Nm add_true_randomness -does not involve usuall timing calculations +does not involve usual timing calculations and causes supplied data argument added to the entropy pool increasing the entropy counter by 32 bits. .br |