Adding new switches to the ffcfstress man page

This commit is contained in:
Jaromir Capik 2013-02-06 18:12:05 +01:00
parent 549c6018d4
commit 50f27c13ac
2 changed files with 31 additions and 1 deletions

View File

@ -634,3 +634,30 @@ diff -Naur linuxconsoletools-1.4.4.orig/utils/fftest.c linuxconsoletools-1.4.4/u
exit(1);
}
}
diff -Naur linuxconsoletools-1.4.4.orig/docs/ffcfstress.1 linuxconsoletools-1.4.4/docs/ffcfstress.1
--- linuxconsoletools-1.4.4.orig/docs/ffcfstress.1 2011-12-15 16:49:01.000000000 +0100
+++ linuxconsoletools-1.4.4/docs/ffcfstress.1 2013-02-06 18:08:49.643559698 +0100
@@ -3,7 +3,7 @@
ffcfstress \- constant force stress test for force-feedback devices
.SH SYNOPSIS
.B ffcfstress
-.RB "[" \-d " <\fIdevice\fP>] [" \-u " <\fIupdate rate\fP>] [" \-f " <\fIfrequency\fP>] [" \-a " <\fIamplitude\fP>] [" \-s " <\fIstrength\fP>] [" \-o "]"
+.RB "[" \-d " <\fIdevice\fP>] [" \-u " <\fIupdate rate\fP>] [" \-f " <\fIfrequency\fP>] [" \-a " <\fIamplitude\fP>] [" \-s " <\fIstrength\fP>] [" \-x " <\fIaxis\fP>] [" \-A "] [" \-o "]"
.SH "DESCRIPTION"
ffcfstress stress tests constant non-enveloped forces on a force
feedback device.
@@ -30,6 +30,14 @@
.BR \-s " <\fIstrength\fP>"
The spring strength factor (1.0 by default).
.TP
+.BR \-x " <\fIaxis\fP>"
+absolute axis to test (default: 0)
+.br
+[0 = X, 1 = Y, 2 = Z, 3 = RX, 4 = RY, 5 = RZ, 6 = WHEEL]
+.TP
+.B \-A
+switch off auto-centering
+.TP
.B \-o
Dummy option, useful when all defaults should be used.
.SH SEE ALSO

View File

@ -1,6 +1,6 @@
Name: linuxconsoletools
Version: 1.4.4
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Tools for connecting joysticks & legacy devices to the kernel's input subsystem
Group: Applications/System
License: GPLv2+
@ -69,6 +69,9 @@ chmod -x %{buildroot}%{_mandir}/man1/*
%changelog
* Wed Feb 06 2013 Jaromir Capik <jcapik@redhat.com> - 1.4.4-7
- Adding new switches to the ffcfstress man page
* Wed Feb 06 2013 Jaromir Capik <jcapik@redhat.com> - 1.4.4-6
- Merging the 64bit patch from ff-utils