=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/usbhidaction/usbhidaction.1,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/usbhidaction/usbhidaction.1 2020/06/24 19:19:03 1.15 --- src/usr.bin/usbhidaction/usbhidaction.1 2022/03/31 17:27:28 1.16 *************** *** 1,4 **** ! .\" $OpenBSD: usbhidaction.1,v 1.15 2020/06/24 19:19:03 jmc Exp $ .\" $NetBSD: usbhidaction.1,v 1.6 2002/01/18 14:38:59 augustss Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. --- 1,4 ---- ! .\" $OpenBSD: usbhidaction.1,v 1.16 2022/03/31 17:27:28 naddy Exp $ .\" $NetBSD: usbhidaction.1,v 1.6 2002/01/18 14:38:59 augustss Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. *************** *** 28,34 **** .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" ! .Dd $Mdocdate: June 24 2020 $ .Dt USBHIDACTION 1 .Os .Sh NAME --- 28,34 ---- .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" ! .Dd $Mdocdate: March 31 2022 $ .Dt USBHIDACTION 1 .Os .Sh NAME *************** *** 45,51 **** 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 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 die when the USB device is unplugged. .Pp The options are as follows: --- 45,51 ---- 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 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 die when the USB device is unplugged. .Pp The options are as follows: *************** *** 85,92 **** but each part must be prefixed by its page name. .Pp The value is simply a numeric value. ! When the item reports this value the action will be performed. ! If the value is `*' it will match any value. .Pp The action is a normal command that is executed by using .Xr fork 2 . --- 85,92 ---- but each part must be prefixed by its page name. .Pp The value is simply a numeric value. ! When the item reports this value, the action will be performed. ! If the value is `*', it will match any value. .Pp The action is a normal command that is executed by using .Xr fork 2 .