diff options
author | 2014-07-18 06:20:36 +0000 | |
---|---|---|
committer | 2014-07-18 06:20:36 +0000 | |
commit | f5a76d7e3c14b1af2bdc940aac6d5434b2b4141f (patch) | |
tree | bb144b89e96673319285359fed06280a8e9e1246 /lib/libc/stdlib | |
parent | Change lsearch()'s "base" argument to require a non-const pointer to (diff) | |
download | wireguard-openbsd-f5a76d7e3c14b1af2bdc940aac6d5434b2b4141f.tar.xz wireguard-openbsd-f5a76d7e3c14b1af2bdc940aac6d5434b2b4141f.zip |
zap trailing whitespace;
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/random.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index 1223745cb47..4650d34c833 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -25,9 +25,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: random.3,v 1.24 2014/07/17 23:12:28 deraadt Exp $ +.\" $OpenBSD: random.3,v 1.25 2014/07/18 06:20:36 jmc Exp $ .\" -.Dd $Mdocdate: July 17 2014 $ +.Dd $Mdocdate: July 18 2014 $ .Dt RANDOM 3 .Os .Sh NAME @@ -51,7 +51,7 @@ .Fn setstate "char *state" .Sh DESCRIPTION .Bf -symbolic -This interface is not cryptographically secure, so consider using +This interface is not cryptographically secure, so consider using .Xr arc4random 3 instead. .Ef |