From: <sk...@us...> - 2011-04-04 05:42:04
|
Revision: 2419 http://linuxconsole.svn.sourceforge.net/linuxconsole/?rev=2419&view=rev Author: skitt Date: 2011-04-04 05:41:58 +0000 (Mon, 04 Apr 2011) Log Message: ----------- Add manpages for jscal-restore and jscal-store. Modified Paths: -------------- trunk/docs/Makefile Added Paths: ----------- trunk/docs/jscal-restore.1 trunk/docs/jscal-store.1 Modified: trunk/docs/Makefile =================================================================== --- trunk/docs/Makefile 2011-04-04 05:41:32 UTC (rev 2418) +++ trunk/docs/Makefile 2011-04-04 05:41:58 UTC (rev 2419) @@ -20,7 +20,8 @@ # 02110-1301 USA. MANPAGES = evtest.1 inputattach.1 jstest.1 jscal.1 fftest.1 \ - ffmvforce.1 ffset.1 ffcfstress.1 + ffmvforce.1 ffset.1 ffcfstress.1 jscal-store.1 \ + jscal-restore.1 PREFIX ?= /usr/local Added: trunk/docs/jscal-restore.1 =================================================================== --- trunk/docs/jscal-restore.1 (rev 0) +++ trunk/docs/jscal-restore.1 2011-04-04 05:41:58 UTC (rev 2419) @@ -0,0 +1,24 @@ +.TH jscal-restore 1 "April 7, 2010" jscal-restore +.SH NAME +jscal-restore \- restores joystick calibration +.SH SYNOPSIS +.BR jscal-restore +.RI "<" device-name ">" +.SH DESCRIPTION +.B jscal-restore +restores the calibration and mapping information for the given +joystick device, previously stored by the +.B jscal-store +command. +.PP +On Debian systems any stored calibration settings are restored when +the relevant device is connected, using udev. +.SH FILES +.TP +/var/lib/joystick/joystick.state +File used to store the calibration settings. +.SH SEE ALSO +\fBjscal\fP(1), \fBjscal-store\fP(1). +.SH AUTHOR +.B jscal-restore +was written by Stephen Kitt. Added: trunk/docs/jscal-store.1 =================================================================== --- trunk/docs/jscal-store.1 (rev 0) +++ trunk/docs/jscal-store.1 2011-04-04 05:41:58 UTC (rev 2419) @@ -0,0 +1,24 @@ +.TH jscal-store 1 "April 7, 2010" jscal-store +.SH NAME +jscal-store \- stores joystick calibration +.SH SYNOPSIS +.BR jscal-store +.RI "<" device-name ">" +.SH DESCRIPTION +.B jscal-store +stores the calibration and mapping information for the given joystick +device. This information can later be restored using the +.B jscal-restore +command. +.PP +On Debian systems any stored calibration settings are restored when +the relevant device is connected, using udev. +.SH FILES +.TP +/var/lib/joystick/joystick.state +File used to store the calibration settings. +.SH SEE ALSO +\fBjscal\fP(1), \fBjscal-restore\fP(1). +.SH AUTHOR +.B jscal-store +was written by Stephen Kitt. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |