]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
man: Document on what other BSDs arc4random(3) is present
authorGuillem Jover <guillem@hadrons.org>
Sat, 5 Aug 2017 11:42:56 +0000 (13:42 +0200)
committerGuillem Jover <guillem@hadrons.org>
Sun, 3 Dec 2017 15:41:55 +0000 (16:41 +0100)
man/arc4random.3bsd

index 107f246cf3144595943a9d2aa67131d77dbc7c2d..1de65080463d21e4c41e0667114ea6d8feb8d84d 100644 (file)
@@ -129,7 +129,11 @@ reserved to indicate an error.
 .Xr random 3
 .Sh HISTORY
 These functions first appeared in
-.Ox 2.1 .
+.Ox 2.1 ,
+.Fx 3.0 ,
+.Nx 1.6 ,
+and
+.Dx 1.0 .
 .Pp
 The original version of this random number generator used the
 RC4 (also known as ARC4) algorithm.