Date: Wed, 14 May 2025 14:26:40 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 09dcc8a75697 - stable/14 - random(9): bump removal to FreeBSD 16.0 Message-ID: <202505141426.54EEQeTu061366@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=09dcc8a75697233a683f1d8c105a4caa2b74e59c commit 09dcc8a75697233a683f1d8c105a4caa2b74e59c Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-05-11 13:08:16 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-05-14 14:26:22 +0000 random(9): bump removal to FreeBSD 16.0 It has not yet been removed, and still has some in-tree consumers. PR: 277655 Sponsored by: The FreeBSD Foundation (cherry picked from commit 3a58c266e2e6201a3aebbb52311f38ccf3323e3b) --- share/man/man9/random.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/random.9 b/share/man/man9/random.9 index 7fc721564897..f1833c63a2ff 100644 --- a/share/man/man9/random.9 +++ b/share/man/man9/random.9 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" " -.Dd March 18, 2024 +.Dd May 11, 2025 .Dt RANDOM 9 .Os .Sh NAME @@ -133,7 +133,7 @@ The deprecated .Fn random function will return a 31-bit value. It is obsolete and scheduled to be removed in -.Fx 15.0 . +.Fx 16.0 . Consider .Xr prng 9 instead and see
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505141426.54EEQeTu061366>