diff options
author | ru <ru@FreeBSD.org> | 2001-03-12 09:33:07 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-12 09:33:07 +0000 |
commit | 7b764c6a0e7900842b51e2b8f37c45f3b19e82f6 (patch) | |
tree | bbdb292e0a6d7cc67e677dc9a0221207a1387ef2 /share | |
parent | d3a3cdbcc9022b83661d29715d7d6aa3f688ce48 (diff) | |
download | FreeBSD-src-7b764c6a0e7900842b51e2b8f37c45f3b19e82f6.zip FreeBSD-src-7b764c6a0e7900842b51e2b8f37c45f3b19e82f6.tar.gz |
mdoc(7) police: misc formatting fixes.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/random.4 | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/share/man/man4/random.4 b/share/man/man4/random.4 index 009ae92..3abe9ff 100644 --- a/share/man/man4/random.4 +++ b/share/man/man4/random.4 @@ -100,7 +100,9 @@ A value of zero (0) is treated as .Em infinity , and will only allow the kernel to pause if the queue is empty. -Only values in the range [0..20] are accepted. +Only values in the range +.Bq 0..20 +are accepted. .Pp The .Va kern.random.sys.harvest.ethernet @@ -139,19 +141,19 @@ These variables are all limited in terms of the values they may contain: .Bl -tag -width "kern.random.yarrow.gengateinterval" -compact -offset indent .It Va kern.random.yarrow.gengateinterval -[4..64] +.Bq 4..64 .It Va kern.random.yarrow.bins -[2..16] +.Bq 2..16 .It Va kern.random.yarrow.fastthresh -[64..256] +.Bq 64..256 .It Va kern.random.yarrow.slowthresh -[64..256] +.Bq 64..256 .It Va kern.random.yarrow.slowoverthresh -[1..5] +.Bq 1..5 .El .Pp Internal -.Xr sysctl 9 +.Xr sysctl 3 handlers force the above variables into the stated ranges. .Sh FILES |