diff options
author | schweikh <schweikh@FreeBSD.org> | 2003-05-31 21:14:41 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2003-05-31 21:14:41 +0000 |
commit | 6856bac682600e8436f7f483599384f4e5571463 (patch) | |
tree | 8c98f464cccd7776881f2cc57196f1e9349d486b /lib/libc/stdlib/random.3 | |
parent | 2fe9074be4de805e7a7f47a381e5d1ce9086b965 (diff) | |
download | FreeBSD-src-6856bac682600e8436f7f483599384f4e5571463.zip FreeBSD-src-6856bac682600e8436f7f483599384f4e5571463.tar.gz |
Fix grammar bogons.
MFC after: 3 days
Diffstat (limited to 'lib/libc/stdlib/random.3')
-rw-r--r-- | lib/libc/stdlib/random.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index 6fe3203..28616ae 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -100,7 +100,7 @@ as the seed. .Pp The .Fn srandomdev -routine initialize a state array using +routine initializes a state array using the .Xr random 4 random number device which returns good random numbers, suitable for cryptographic use. |