diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-11-16 22:43:40 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-11-16 22:44:16 +0000 |
| commit | e1b027b276dfba017d12b8a112af3251e79effc5 (patch) | |
| tree | 8d20bf7b35a88cf838a0c8f864e7853a489114a0 | |
| parent | ebb0b4822699eb614d5e9418c0a1bf6b30718699 (diff) | |
fdc.4: Correct igor-reported warnings
Sponsored by: The FreeBSD Foundation
| -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 |
