Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 Update documentation of kern.arandom. It uses...



details:   https://anonhg.NetBSD.org/src/rev/8ec2b2f0abee
branches:  trunk
changeset: 1009718:8ec2b2f0abee
user:      nia <nia%NetBSD.org@localhost>
date:      Fri May 01 10:06:09 2020 +0000

description:
Update documentation of kern.arandom. It uses cprng_strong(9).

diffstat:

 share/man/man7/sysctl.7 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1699542605ef -r 8ec2b2f0abee share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Fri May 01 09:40:47 2020 +0000
+++ b/share/man/man7/sysctl.7   Fri May 01 10:06:09 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.7,v 1.142 2019/11/16 17:33:09 nia Exp $
+.\"    $NetBSD: sysctl.7,v 1.143 2020/05/01 10:06:09 nia Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -390,7 +390,7 @@
 The used random number generator
 .Pf ( RNG )
 is based on
-.Xr arc4random 3 .
+.Xr cprng_strong 9 .
 .It Li kern.argmax ( Dv KERN_ARGMAX )
 The maximum bytes of argument to
 .Xr execve 2 .



Home | Main Index | Thread Index | Old Index