diff options
author | mischief <mischief@offblast.org> | 2018-09-11 00:23:35 -0700 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2018-09-11 00:23:35 -0700 |
commit | bcb3b3940e8186ba0ba7b71a1530ade5a7776299 (patch) | |
tree | f902f2496803f6f5d032b06ed8b12babd6cbcf86 /sys/man/3 | |
parent | 8c513a07409b0a9d3c74d10776969f581d4f7f61 (diff) |
sdahci(3): correct device name for top level control messages (thanks joe9)
Diffstat (limited to 'sys/man/3')
-rw-r--r-- | sys/man/3/sdahci | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/man/3/sdahci b/sys/man/3/sdahci index 84aab3ae6..be7d2750c 100644 --- a/sys/man/3/sdahci +++ b/sys/man/3/sdahci @@ -45,16 +45,16 @@ The top level control file, .BR /dev/sdctl , supports the following control messages for .IR sdahci : -.TF "\fLiahci idprint" +.TF "\fLahci idprint" .TP -.B iahci debug +.B ahci debug Toggle debug messages. Default is off. .TP -.B iahci idprint +.B ahci idprint Toggle printing of drive identification messages. Default is on. Prints short messages when a drive is identified or removed. .TP -.B iahci aprint +.B ahci aprint Print verbose ATAPI debugging messages. Default is off. .PD .PP |