Module Name: src
Committed By: riastradh
Date: Fri Jan 15 15:18:32 UTC 2021
Modified Files:
src/share/man/man5: rc.conf.5
Log Message:
Tweak wording for consistency: `if empty or not set', not `if unset'.
To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 src/share/man/man5/rc.conf.5
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/man5/rc.conf.5
diff -u src/share/man/man5/rc.conf.5:1.189 src/share/man/man5/rc.conf.5:1.190
--- src/share/man/man5/rc.conf.5:1.189 Fri Jan 15 15:17:08 2021
+++ src/share/man/man5/rc.conf.5 Fri Jan 15 15:18:32 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: rc.conf.5,v 1.189 2021/01/15 15:17:08 riastradh Exp $
+.\" $NetBSD: rc.conf.5,v 1.190 2021/01/15 15:18:32 riastradh Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved.
@@ -469,9 +469,9 @@ may cause the system to hang indefinitel
random seed nor any hardware random number generators \(em use with
care.
.Pp
-If unset, the system may come to multiuser without entropy, which is
-unsafe to use on the internet; it is the operator's responsibility to
-heed warnings from the kernel and the daily
+If empty or not set, the system may come to multiuser without entropy,
+which is unsafe to use on the internet; it is the operator's
+responsibility to heed warnings from the kernel and the daily
.Xr security.conf 5
report to remedy the problem \(em see
.Xr entropy 7 .