summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-02-16 14:40:45 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-02-17 16:11:06 +1000
commit87819fe86bebb1d0fa6eee515976f1cd0c4340b1 (patch)
treec479dd9a5496dfadc563713e63156f18912eb8c9
parentffa1fbc770a5b862f0768690c198cc819ce14621 (diff)
downloadxorg-driver-xf86-input-evdev-87819fe86bebb1d0fa6eee515976f1cd0c4340b1.tar.gz
man: Fix two minor typos in man page.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> (cherry picked from commit 0de20a8f1b9f80b33081cea20444a05a745cb95e)
-rw-r--r--man/evdev.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/evdev.man b/man/evdev.man
index da40c0a..ec96fc0 100644
--- a/man/evdev.man
+++ b/man/evdev.man
@@ -155,7 +155,7 @@ Force a grab on the event device. Doing so will ensure that no other driver
can initialise the same device and it will also stop the device from sending
events to /dev/kbd or /dev/input/mice. Events from this device will not be
sent to virtual devices (e.g. rfkill or the Macintosh mouse button emulation).
-Default disabled.
+Default: disabled.
.SH SUPPORTED PROPERTIES
The following properties are provided by the
@@ -197,7 +197,7 @@ scale to a different coordinate system than originally reported to the X
server, such as touchscreens that require run-time calibration.
.TP 7
.BI "Evdev Axis Swap"
-1 boolean values (8 bit, 0 or 1). 1 swaps x/y axes.
+1 boolean value (8 bit, 0 or 1). 1 swaps x/y axes.
.SH AUTHORS
Kristian Høgsberg.