Remove the SECURITY CONSIDERATIONS section which stated that the

implementation didn't used a good random generator, this is not true
anymore since arc4random(3) is used these days.

Pointed out by Jeff Ito in PR/30321
This commit is contained in:
peter 2005-06-14 14:02:12 +00:00
parent 960f4edd01
commit c05a028e3d

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fsirand.8,v 1.7 2001/11/16 04:25:43 lukem Exp $
.\" $NetBSD: fsirand.8,v 1.8 2005/06/14 14:02:12 peter Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -87,6 +87,3 @@ error output.
.Sh SEE ALSO
.Xr fsck_ffs 8 ,
.Xr newfs 8
.Sh SECURITY CONSIDERATIONS
The current implementation does not use a good random number generator,
so the randomization can be predicted.