aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-03-18 20:02:08 +0000
committerEd Maste <emaste@FreeBSD.org>2024-03-18 20:03:49 +0000
commitf50322c1dcfe369ad73e1123541d18fc431384f6 (patch)
tree969f48022d4aa5a06abcdce8983ac07b9f34270e
parentd9108adbc0393a58d52cd9275bf582b02199427f (diff)
downloadsrc-f50322c1dcfe369ad73e1123541d18fc431384f6.tar.gz
src-f50322c1dcfe369ad73e1123541d18fc431384f6.zip
random(9): bump removal to FreeBSD 15.0
It has not yet been removed, and still has some in-tree consumers. PR: 277655 Sponsored by: The FreeBSD Foundation
-rw-r--r--share/man/man9/random.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/random.9 b/share/man/man9/random.9
index c0d58482416c..7fc721564897 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 22, 2021
+.Dd March 18, 2024
.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 14.0 .
+.Fx 15.0 .
Consider
.Xr prng 9
instead and see