Module Name:    src
Committed By:   riastradh
Date:           Fri May  6 03:04:14 UTC 2016

Modified Files:
        src/share/man/man4: rnd.4

Log Message:
Correct rc.conf variable for random seed.

Note that it is enabled by default.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/share/man/man4/rnd.4

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/man4/rnd.4
diff -u src/share/man/man4/rnd.4:1.22 src/share/man/man4/rnd.4:1.23
--- src/share/man/man4/rnd.4:1.22	Mon Apr 13 22:23:54 2015
+++ src/share/man/man4/rnd.4	Fri May  6 03:04:14 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rnd.4,v 1.22 2015/04/13 22:23:54 riastradh Exp $
+.\"	$NetBSD: rnd.4,v 1.23 2016/05/06 03:04:14 riastradh Exp $
 .\"
 .\" Copyright (c) 2014 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -199,10 +199,10 @@ kernel has started.
 For those that don't, the
 .Xr rndctl 8
 command can do it once userland has started, for example by setting
-.Dq Va rndctl=YES
+.Dq Va random_seed=YES
 in
-.Pa /etc/rc.conf ;
-see
+.Pa /etc/rc.conf ,
+which is enabled by default; see
 .Xr rc.conf 5 .
 .Sh LIMITATIONS
 Some people worry about recovery from state compromise -- that is,

Reply via email to