[BACK]Return to usbhidaction.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / usbhidaction

Diff for /src/usr.bin/usbhidaction/usbhidaction.1 between version 1.15 and 1.16

version 1.15, 2020/06/24 19:19:03 version 1.16, 2022/03/31 17:27:28
Line 45 
Line 45 
 can be used to execute commands when certain values appear on HID controls.  can be used to execute commands when certain values appear on HID controls.
 The normal operation for this program is to read the configuration file  The normal operation for this program is to read the configuration file
 and then become a daemon and execute commands as the HID items specify.  and then become a daemon and execute commands as the HID items specify.
 If a read from the HID device fails the program dies; this will make it  If a read from the HID device fails, the program dies; this will make it
 die when the USB device is unplugged.  die when the USB device is unplugged.
 .Pp  .Pp
 The options are as follows:  The options are as follows:
Line 85 
Line 85 
 but each part must be prefixed by its page name.  but each part must be prefixed by its page name.
 .Pp  .Pp
 The value is simply a numeric value.  The value is simply a numeric value.
 When the item reports this value the action will be performed.  When the item reports this value, the action will be performed.
 If the value is `*' it will match any value.  If the value is `*', it will match any value.
 .Pp  .Pp
 The action is a normal command that is executed by using  The action is a normal command that is executed by using
 .Xr fork 2 .  .Xr fork 2 .

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16