[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.4 and 1.5

version 1.4, 2003/06/10 09:12:12 version 1.5, 2004/04/03 21:01:25
Line 43 
Line 43 
 .Nd perform actions according to USB HID controls  .Nd perform actions according to USB HID controls
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm  .Nm
   .Op Fl div
 .Fl c Ar config-file  .Fl c Ar config-file
 .Op Fl d  
 .Op Fl i  
 .Fl f Ar device  .Fl f Ar device
 .Op Fl v  
 .Ar arg ...  .Ar arg ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
Line 63 
Line 61 
 Specify a path name for the config file.  Specify a path name for the config file.
 .It Fl d  .It Fl d
 Toggle the daemon flag.  Toggle the daemon flag.
 .It Fl i  
 Ignore HID items in the config file that do not exist in the device.  
 .It Fl f Ar device  .It Fl f Ar device
 Specify a path name for the device to operate on.  Specify a path name for the device to operate on.
 If  If
Line 73 
Line 69 
 If it is a relative path, it is taken to be the name of the device under  If it is a relative path, it is taken to be the name of the device under
 .Pa /dev .  .Pa /dev .
 An absolute path is taken to be the literal device pathname.  An absolute path is taken to be the literal device pathname.
   .It Fl i
   Ignore HID items in the config file that do not exist in the device.
 .It Fl v  .It Fl v
 Be verbose, and do not become a daemon.  Be verbose, and do not become a daemon.
 .El  .El

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5