diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-05-17 18:14:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-05-17 18:14:37 +0000 |
commit | 52e3d513ef0e77675d513e9a16b4c6b111c2bec4 (patch) | |
tree | 33bd840e9beb674475e297e55ca69cc230658f73 /lib | |
parent | a9ae9be40d458e82734165c4b6fcc9a350741c24 (diff) |
spelling
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/crypt/arc4random.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3 index 81200a31395..bf88ddde725 100644 --- a/lib/libc/crypt/arc4random.3 +++ b/lib/libc/crypt/arc4random.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arc4random.3,v 1.5 1999/05/16 19:54:46 alex Exp $ +.\" $OpenBSD: arc4random.3,v 1.6 1999/05/17 18:14:36 deraadt Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -59,7 +59,7 @@ The .Fn arc4random_stir function reads data from .Pa /dev/arandom -and uses it to permutate the S-Boxes via +and uses it to permute the S-Boxes via .Fn arc4random_addrandom . .Pp There is no need to call @@ -68,7 +68,7 @@ before using .Fn arc4random , since .Fn arc4random -automatically initalizes itself. +automatically initializes itself. .Sh SEE ALSO .Xr rand 3 , .Xr rand48 3 , |