From 61e97042900fc1f9dfc32d3cf049dc7233e4f64c Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 19 Apr 2008 09:33:32 +0000 Subject: [PATCH] Add missing 'be'. Reported-by: Robin Carey Dragonfly-bug: --- usr.sbin/rndcontrol/random.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/rndcontrol/random.4 b/usr.sbin/rndcontrol/random.4 index b1c5a9cda2..01ec44ea83 100644 --- a/usr.sbin/rndcontrol/random.4 +++ b/usr.sbin/rndcontrol/random.4 @@ -37,7 +37,7 @@ .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/rndcontrol/random.4,v 1.9.2.2 2001/11/24 16:14:18 dd Exp $ -.\" $DragonFly: src/usr.sbin/rndcontrol/random.4,v 1.10 2007/07/14 21:48:16 swildner Exp $ +.\" $DragonFly: src/usr.sbin/rndcontrol/random.4,v 1.11 2008/04/19 09:33:32 swildner Exp $ .\" .Dd October 21, 1995 .Dt RANDOM 4 i386 @@ -56,7 +56,7 @@ predict by an attacker. .Ss Theory of operation Computers are very predictable devices. Hence it is extremely hard to produce truly random numbers on a computer \(em as opposed to -pseudo-random numbers, which can easily generated by using an +pseudo-random numbers, which can easily be generated by using an algorithm. Unfortunately, it is very easy for attackers to guess the sequence of pseudo-random number generators, and for some applications this is not acceptable. So instead, we must try to -- 2.41.0