diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-11-16 22:43:40 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-12-09 16:32:09 +0000 |
| commit | 3f2d86bfbf6c8e1f4db72018dab446547cfb6ca9 (patch) | |
| tree | 1aa5b34547db73f6985a3ec9a77be116c993f4ec | |
| parent | de67d3cfc6537f6bfa8f2601da7af9c165d09075 (diff) | |
fdc.4: Correct igor-reported warnings
Sponsored by: The FreeBSD Foundation
(cherry picked from commit e1b027b276dfba017d12b8a112af3251e79effc5)
| -rw-r--r-- | share/man/man4/fdc.4 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/fdc.4 b/share/man/man4/fdc.4 index 929baf3a234b..774dc3f18cd6 100644 --- a/share/man/man4/fdc.4 +++ b/share/man/man4/fdc.4 @@ -350,13 +350,15 @@ Print when an unknown IOCTL is used. .El .It Dv debug.fdc.fifo For enhanced controllers, allows a non-default FIFO -threshold setting. The default is 8 bytes. +threshold setting. +The default is 8 bytes. .It Dv debug.fdc.retries -Maximum number of retries to attempt. The default is 10. +Maximum number of retries to attempt. +The default is 10. .It Dv debug.fdc.spec1 Specification byte one (step-rate + head unload). -The default step rate is 6 ms. The default head unload -time is 240 ms. +The default step rate is 6 ms. +The default head unload time is 240 ms. .It Dv debug.fdc.spec2 Specification byte two (head load time + no-dma). The default head load time is 16 ms, and no-dma is 0 |
