From ff46386fcbb786e61ef94a88ba11bf91ef373424 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 29 Mar 2023 02:32:37 +0200 Subject: [PATCH] man: Add HISTORY section to arc4random(3bsd) --- man/arc4random.3bsd | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/man/arc4random.3bsd b/man/arc4random.3bsd index 9b11aa9..7205f44 100644 --- a/man/arc4random.3bsd +++ b/man/arc4random.3bsd @@ -250,6 +250,19 @@ system fails to provide entropy. .%O Document ID: 4027b5256e17b9796842e6d0f68b0b5e .%U http://cr.yp.to/papers.html#chacha .Re +.Sh HISTORY +These functions first appeared in +.Ox 2.1 , +.Fx 3.0 , +.Nx 1.6 , +and +.Dx 1.0 . +The functions +.Fn arc4random , +.Fn arc4random_buf +and +.Fn arc4random_uniform +appeared in glibc 2.36. .Sh BUGS There is no way to get deterministic, reproducible results out of .Nm -- 2.47.3