git: dafd0d685531 - main - History for arc4random_*()

From: David E. O'Brien <obrien_at_FreeBSD.org>
Date: Wed, 10 Jan 2024 06:10:07 UTC
The branch main has been updated by obrien:

URL: https://cgit.FreeBSD.org/src/commit/?id=dafd0d685531e8bc42d51b2128c287137791894b

commit dafd0d685531e8bc42d51b2128c287137791894b
Author:     David E. O'Brien <obrien@FreeBSD.org>
AuthorDate: 2024-01-06 06:01:00 +0000
Commit:     David E. O'Brien <obrien@FreeBSD.org>
CommitDate: 2024-01-10 06:09:47 +0000

    History for arc4random_*()
---
 lib/libc/gen/arc4random.3 | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/lib/libc/gen/arc4random.3 b/lib/libc/gen/arc4random.3
index 62b62e883e9c..1d5b3b9f43cb 100644
--- a/lib/libc/gen/arc4random.3
+++ b/lib/libc/gen/arc4random.3
@@ -132,6 +132,17 @@ functions using
 .Sh HISTORY
 These functions first appeared in
 .Ox 2.1 .
+.Fn arc4random
+first appeared in
+.Fx 3.0 .
+.Fn arc4random_buf
+and
+.Fn arc4random_uniform
+first appeared in
+.Fx 8.0 .
+.Fn arc4random_stir
+was removed in
+.Fx 12.0 .
 .Pp
 The original version of this random number generator used the
 RC4 (also known as ARC4) algorithm.