From: Guillem Jover Date: Wed, 29 Mar 2023 00:32:37 +0000 (+0200) Subject: man: Add HISTORY section to arc4random(3bsd) X-Git-Tag: 0.11.8~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff46386fcbb786e61ef94a88ba11bf91ef373424;p=thirdparty%2Flibbsd.git man: Add HISTORY section to arc4random(3bsd) --- 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