diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 13:06:48 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 13:06:48 +0000 |
commit | 0192071c54290a1838194b64aaf939ebac0c0aec (patch) | |
tree | 5217c759bd36b703b17fa6504db1e09e262f1e88 /lib/libc/crypt | |
parent | 2e4cdc356362d72de3c139a57e62e891a77cff8a (diff) |
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 |