Commit graph

19 commits

Author SHA1 Message Date
Sebastian Kuzminsky
fec7bf9a69 fix preceede/precede/proceed typos all over 2018-01-21 14:49:12 -07:00
Sebastian Kuzminsky
4a897203bc docs: fix hyphen/minus confusion in manpages
groff treats '-' (the character you get when you hit the "minus" key on
the keyboard) as "hyphen", not as "minus".  Thus it renders incorrectly
in some locales, and line-wraps strangely.

groff treats the two-character sequence "\-" as "minus", and the
four-character sequence "\(hy" as "hyphen".

Details here: https://lists.debian.org/debian-devel/2003/03/msg01481.html

This commit replaces every instance of "-" in our manpages where the
meaning is "minus" with "\-", so it works right.

This fixes many lintian warnings.
2018-01-18 08:12:31 -07:00
Jeff Epler
e709309ecf docs: give up in disgust about documenting udev rules syntax
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2016-03-13 20:51:19 -05:00
Jeff Epler
f34124af79 manpages: say "LinuxCNC" 2012-01-19 18:31:23 -06:00
Michael Haberler
802f826987 man: fix hal_input udev rule 2011-11-21 06:53:26 +01:00
Jeff Epler
a51cf8e1f3 remove deprecated hal_input
hal_input, first deprecated in emc 2.2, will not load at all
in emc 2.4 (its race condition is now detected and treated
as a fatal error).  Remove it.
2010-05-19 13:21:19 -05:00
Chris Radek
4eb0c5a770 Patch from Brad McLean: Handle HIDs that give low-resolution signed values for relative axes. Allow suppression of duplicate events from devices that generate them unnecessarily. 2009-01-20 21:09:14 +00:00
Stephen Wille Padnos
1e3d7509a1 from jepler: allow use of multiple input devices with the same name spec 2008-12-07 20:20:12 +00:00
Jeff Epler
1eeb36709d typo: = should have been == 2008-05-10 16:37:43 +00:00
Jeff Epler
75f2e27a11 note requirement of read/write access 2007-10-07 13:28:54 +00:00
Jeff Epler
a1aba65989 show how to make all input devices accessible to group plugdev 2007-03-30 22:09:50 +00:00
Jeff Epler
234c07b45e fix typo: -K is the letter for the button/key subset 2007-03-16 12:37:05 +00:00
Jeff Epler
9fdf34e0a9 markup fix 2007-03-13 15:36:28 +00:00
Jeff Epler
08b2ad89c7 get rid of some 'unexpeted event' messages. Support "device subsets", so that you can get only the LEDs of your keyboard, not 200 pins for keys that you'll never use 2007-03-07 15:45:46 +00:00
Jeff Epler
adf6c0537b improve handling of absolute axes: add 'offset', 'min' and 'max' parameters, make offset and scale take effect even when new events are not received
rename position-scale to scale
2007-03-03 17:48:59 +00:00
Jeff Epler
1291cac082 make hal_input's items act more like the HAL canonical interfaces they resemble 2007-02-27 01:42:47 +00:00
Jeff Epler
91d2eaea87 hal_input: support EV_REL events for mouselike devices 2007-02-25 18:13:27 +00:00
Jeff Epler
59314de31f typo 2007-02-25 17:57:36 +00:00
Jeff Epler
77f95ed99a hal_input: interface any linux-recognized input device to HAL 2007-02-25 17:56:03 +00:00