~ubuntu-branches/ubuntu/breezy/joystick/breezy

« back to all changes in this revision

Viewing changes to debian/jstest.1

  • Committer: Bazaar Package Importer
  • Author(s): Edward Betts
  • Date: 2001-12-26 13:32:55 UTC
  • Revision ID: james.westby@ubuntu.com-20011226133255-ks0knlw3ln1jd4d4
Tags: 20010903-2
* debian/control: updated Standards-Version.
* debian/control: added version number to debhelper Build-Depends.
* debian/copyright: improved with more text from the GPL and a description
  of changes to the package.
* debian/template: German translation from Sebastian Feltel
  <sebastian@feltel.de>. (Closes: Bug#119939)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH JSTEST 1
 
2
.SH NAME
 
3
jstest \- joystick test program
 
4
.SH SYNOPSIS
 
5
.B jstest
 
6
[--normal] [--old] [--event] [--nonblock] [--select] <device-name>
 
7
.SH DESCRIPTION
 
8
.B jstest
 
9
can be used to test all the features of the Linux
 
10
joystick API, including non-blocking and \fBselect\fP(2) access, as
 
11
well as version 0.x compatibility mode.
 
12
.PP
 
13
It is also intended to
 
14
serve as an example implementation for those who wish to learn
 
15
how to write their own joystick using applications.
 
16
.SH OPTIONS
 
17
.TP
 
18
.I \--normal
 
19
One-line mode showing immediate status.
 
20
.TP
 
21
.I \--old
 
22
Same as --normal, using 0.x interface.
 
23
.TP
 
24
.I \--event
 
25
Prints events as they come in.
 
26
.TP
 
27
.I \--nonblock
 
28
Same as --event, in nonblocking mode.
 
29
.TP
 
30
.I \--select
 
31
Same as --event, using \fBselect\fP(2) call.
 
32
.SH SEE ALSO
 
33
\fBjscal\fP(1), \fBinputattach\fP(1), \fBselect\fP(2).