Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Break line after macro arguments end. Use \- ...



details:   https://anonhg.NetBSD.org/src/rev/bdc0f4b2b33b
branches:  trunk
changeset: 932299:bdc0f4b2b33b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon May 04 15:10:40 2020 +0000

description:
Break line after macro arguments end. Use \- for minus.

diffstat:

 share/man/man4/rnd.4 |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 62cf00f3f795 -r bdc0f4b2b33b share/man/man4/rnd.4
--- a/share/man/man4/rnd.4      Mon May 04 15:09:34 2020 +0000
+++ b/share/man/man4/rnd.4      Mon May 04 15:10:40 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rnd.4,v 1.33 2020/05/01 19:56:08 riastradh Exp $
+.\"    $NetBSD: rnd.4,v 1.34 2020/05/04 15:10:40 wiz Exp $
 .\"
 .\" Copyright (c) 2014-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -463,14 +463,15 @@
 .It Dv kern.entropy.epoch Pq Vt unsigned int
 Number of times system has reached full entropy, or entropy has been
 consolidated with
-.Dv kern.entropy.consolidate , as an unsigned 32-bit integer.
+.Dv kern.entropy.consolidate ,
+as an unsigned 32-bit integer.
 Consulted inside the kernel by subsystems such as
 .Xr cprng 9
 to decide whether to reseed.
-Initially set to 2^32 - 1
-.Pq i.e., Li "(unsigned)-1"
+Initially set to 2^32 \- 1
+.Pq i.e., Li "(unsigned)\-1"
 meaning the system has never reached full entropy and the entropy has
-never been consolidated; never again set to 2^32 - 1.
+never been consolidated; never again set to 2^32 \- 1.
 Never zero, so applications can initialize a cache of the epoch to zero
 to ensure they reseed the next time they check whether it is different
 from the stored epoch.



Home | Main Index | Thread Index | Old Index