Module Name:    src
Committed By:   nia
Date:           Fri May  1 10:06:09 UTC 2020

Modified Files:
        src/share/man/man7: sysctl.7

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


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/share/man/man7/sysctl.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.142 src/share/man/man7/sysctl.7:1.143
--- src/share/man/man7/sysctl.7:1.142	Sat Nov 16 17:33:09 2019
+++ src/share/man/man7/sysctl.7	Fri May  1 10:06:09 2020
@@ -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 @@ non-blocking cryptographically secure ra
 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 .

Reply via email to