diff options
author | brueffer <brueffer@FreeBSD.org> | 2015-07-13 14:25:15 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2015-07-13 14:25:15 +0000 |
commit | 31a9499bfb7de4b3ff18deda14db8bee6a1b9a64 (patch) | |
tree | 2c39b04f55a0a9238c2fdb98e645117143104656 /share/man | |
parent | 15e50c23e58982c4a3b7166865ce64cb6c35bf55 (diff) | |
download | FreeBSD-src-31a9499bfb7de4b3ff18deda14db8bee6a1b9a64.zip FreeBSD-src-31a9499bfb7de4b3ff18deda14db8bee6a1b9a64.tar.gz |
Fix a typo and duplicate word.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/random_harvest.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/random_harvest.9 b/share/man/man9/random_harvest.9 index cb89a05..5c06934 100644 --- a/share/man/man9/random_harvest.9 +++ b/share/man/man9/random_harvest.9 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 30, 2015 +.Dd July 13, 2015 .Dt RANDOM_HARVEST 9 .Os .Sh NAME @@ -96,7 +96,7 @@ from harvesting, as they are high-rate sources. Some entropy is sacrificed, -but the hig rate of supply +but the high rate of supply will compensate for this. .Pp The @@ -121,7 +121,7 @@ and pass this in .Fa bits . .Pp Interrupt harvesting has been -in part simplified simplified +in part simplified for the kernel programmer. If a device driver registers an interrupt handler with |