diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-06-12 09:45:37 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-06-12 09:45:37 +0000 |
commit | c26d2b714dc7880d32a41c578c095a5a2a25be40 (patch) | |
tree | a3323df9785deea77b6f25400b4465c3cb76a022 /share/man/man9 | |
parent | 042305759115c6566b0f09ef056a4b674d3bdba0 (diff) |
time delta -> timedelta
disc'ed & ok jmc
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/random.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/random.9 b/share/man/man9/random.9 index 425abfbd5fc..9cd7291b052 100644 --- a/share/man/man9/random.9 +++ b/share/man/man9/random.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: random.9,v 1.20 2005/08/01 05:31:49 djm Exp $ +.\" $OpenBSD: random.9,v 1.21 2006/06/12 09:45:36 mbalmer Exp $ .\" .\" Copyright (c) 1996,2000 Michael Shalayeff .\" All rights reserved. @@ -61,7 +61,7 @@ and .Fn add_audio_randomness routines are used to supply data for the random data source device for further processing. -The processing involves calculating inter-event time delta and measuring +The processing involves calculating inter-event timedelta and measuring entropy contained in the resulting delta-T; the argument data supplied is just mixed into the pool and does not increase the entropy counter. .Pp |