diff options
author | 1999-05-25 13:06:44 +0000 | |
---|---|---|
committer | 1999-05-25 13:06:44 +0000 | |
commit | 605d2228fb9c3860c05a568a762db4a08a3a1d22 (patch) | |
tree | d5a143f1f090a135fe65053c08e3417ea15012ef /lib/libc/crypt | |
parent | Move hilsoftinit() call to before interrupts are enabled, from NetBSD. (diff) | |
download | wireguard-openbsd-605d2228fb9c3860c05a568a762db4a08a3a1d22.tar.xz wireguard-openbsd-605d2228fb9c3860c05a568a762db4a08a3a1d22.zip |
punctuation
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r-- | lib/libc/crypt/arc4random.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3 index 7f427f7ba69..d9797d5d456 100644 --- a/lib/libc/crypt/arc4random.3 +++ b/lib/libc/crypt/arc4random.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arc4random.3,v 1.7 1999/05/23 14:10:58 aaron Exp $ +.\" $OpenBSD: arc4random.3,v 1.8 1999/05/25 13:06:44 aaron Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -36,7 +36,7 @@ .Nm arc4random, .Nm arc4random_stir, .Nm arc4random_addrandom -.Nd arc4 random number generator. +.Nd arc4 random number generator .Sh SYNOPSIS .Fd #include <stdlib.h> .Ft u_int32_t |