Module Name:    src
Committed By:   riastradh
Date:           Wed May  6 18:38:21 UTC 2020

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

Log Message:
Update to reflect change to message.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 src/share/man/man4/rnd.4:1.35
--- src/share/man/man4/rnd.4:1.34	Mon May  4 15:10:40 2020
+++ src/share/man/man4/rnd.4	Wed May  6 18:38:20 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rnd.4,v 1.34 2020/05/04 15:10:40 wiz Exp $
+.\"	$NetBSD: rnd.4,v 1.35 2020/05/06 18:38:20 riastradh Exp $
 .\"
 .\" Copyright (c) 2014-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -601,8 +601,9 @@ The
 subsystem may print any of various messages about obtaining an entropy
 seed from the bootloader to diagnose saving and loading seeds on disk:
 .Bl -diag -offset indent
-.It entropy: entering seed from bootloader
-The bootloader provided an entropy seed to the kernel.
+.It entropy: entering seed from bootloader with N bits of entropy
+The bootloader provided an entropy seed to the kernel, which recorded
+an estimate of N bits of entropy in the process that generated it.
 .It entropy: no seed from bootloader
 The bootloader did not provide an entropy seed to the kernel before
 starting the kernel.

Reply via email to