From 7ab50d97ea2e35c9b6c6a1145db6c7ceb53adc74 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 27 Apr 2001 08:16:57 +0000 Subject: [PATCH] Grammar nit. --- lib/libc/stdlib/rand.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index 67955d9ea0f..4e90fcc4260 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -88,7 +88,7 @@ seeded with a value of 1. .Pp The .Fn sranddev -routine initialize a seed using +function initializes a seed using the .Xr urandom 4 random number device which returns good random numbers, suitable for cryptographic use.