diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/arc4random.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/arc4random.9 b/share/man/man9/arc4random.9 index 98fc8f61368..b1b80f2754c 100644 --- a/share/man/man9/arc4random.9 +++ b/share/man/man9/arc4random.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arc4random.9,v 1.7 2013/10/21 20:35:09 deraadt Exp $ +.\" $OpenBSD: arc4random.9,v 1.8 2014/01/19 08:05:02 schwarze Exp $ .\" .\" Copyright (c) 1996,2000 Michael Shalayeff .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 21 2013 $ +.Dd $Mdocdate: January 19 2014 $ .Dt ARC4RANDOM 9 .Os .Sh NAME @@ -56,7 +56,7 @@ The .Fn add_random functions below insert random input into a confusing mesh of hash functions to create a pool to be used by the -.Pa arc4random +.Fn arc4random series of functions. .Pp The |