mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix 'camcontrol rescan' syntax and use the proper indentation for
the FILES list. PR: 66827 Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us> MFC after: 2 weeks
This commit is contained in:
parent
fe1ba53cff
commit
19344055db
1 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ A sample entry to rescan the SCSI bus on connection of a
|
|||
product 0x0001
|
||||
vendor 0x059b
|
||||
release 0x0100
|
||||
attach "/usr/bin/camcontrol rescan bus 0"
|
||||
attach "/usr/bin/camcontrol rescan 0"
|
||||
.Ed
|
||||
.Pp
|
||||
To start up moused for a newly attached mouse:
|
||||
|
|
@ -145,7 +145,7 @@ To start up moused for a newly attached mouse:
|
|||
attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid"
|
||||
.Ed
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/pccard.conf -compact
|
||||
.Bl -tag -width /etc/usbd.conf -compact
|
||||
.It Pa /etc/usbd.conf
|
||||
The
|
||||
.Nm usbd
|
||||
|
|
|
|||
Loading…
Reference in a new issue