]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
man: Document that some arc4random(3) functions are now in glibc 2.36
authorGuillem Jover <guillem@hadrons.org>
Tue, 2 Aug 2022 23:23:09 +0000 (01:23 +0200)
committerGuillem Jover <guillem@hadrons.org>
Wed, 3 Aug 2022 09:39:31 +0000 (11:39 +0200)
man/libbsd.7

index 869dfa95b0e93b070934d8507dae0bb66e02d939..2194c81a3d01e00cbae027213bd19a45bc17304e 100644 (file)
@@ -24,7 +24,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd Mar 30, 2022
+.Dd August 3, 2022
 .Dt LIBBSD 7
 .Os
 .Sh NAME
@@ -240,6 +240,17 @@ This function is provided by
 2.26, and
 .Nm musl
 1.2.2.
+.It Fn arc4random 3
+.It Fn arc4random_buf 3
+.It Fn arc4random_uniform 3
+These functions are provided by
+.Nm glibc
+2.36.
+Note that it does not provide the
+.Fn arc4random_stir 3
+and
+.Fn arc4random_addrandom 3
+functions.
 .El
 .Sh SEE ALSO
 .Xr arc4random 3bsd ,