mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-06-01 08:31:30 +02:00
man: Document when functions were added to musl in libbsd(7)
The explicit_bzero(3) and reallocarray(3) functions are also present on musl libc, mention it in the superseded section.
This commit is contained in:
parent
e5ed5fdd62
commit
f7465b93ec
2
COPYING
2
COPYING
@ -3,7 +3,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|||||||
Files:
|
Files:
|
||||||
*
|
*
|
||||||
Copyright:
|
Copyright:
|
||||||
Copyright © 2004-2006, 2008-2021 Guillem Jover <guillem@hadrons.org>
|
Copyright © 2004-2006, 2008-2022 Guillem Jover <guillem@hadrons.org>
|
||||||
License: BSD-3-clause
|
License: BSD-3-clause
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
12
man/libbsd.7
12
man/libbsd.7
@ -1,6 +1,6 @@
|
|||||||
.\" libbsd man page
|
.\" libbsd man page
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright © 2017-2021 Guillem Jover <guillem@hadrons.org>
|
.\" Copyright © 2017-2022 Guillem Jover <guillem@hadrons.org>
|
||||||
.\"
|
.\"
|
||||||
.\" Redistribution and use in source and binary forms, with or without
|
.\" Redistribution and use in source and binary forms, with or without
|
||||||
.\" modification, are permitted provided that the following conditions
|
.\" modification, are permitted provided that the following conditions
|
||||||
@ -24,7 +24,7 @@
|
|||||||
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd Feb 13, 2021
|
.Dd Mar 30, 2022
|
||||||
.Dt LIBBSD 7
|
.Dt LIBBSD 7
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -230,11 +230,15 @@ companion library, so it is advised to switch to use that directly instead.
|
|||||||
.It Fn explicit_bzero 3
|
.It Fn explicit_bzero 3
|
||||||
This function is provided by
|
This function is provided by
|
||||||
.Nm glibc
|
.Nm glibc
|
||||||
2.25.
|
2.25, and
|
||||||
|
.Nm musl
|
||||||
|
1.1.20.
|
||||||
.It Fn reallocarray 3
|
.It Fn reallocarray 3
|
||||||
This function is provided by
|
This function is provided by
|
||||||
.Nm glibc
|
.Nm glibc
|
||||||
2.26.
|
2.26, and
|
||||||
|
.Nm musl
|
||||||
|
1.2.2.
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr arc4random 3bsd ,
|
.Xr arc4random 3bsd ,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user