summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2007-06-24 16:33:16 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2007-06-24 16:33:16 +0000
commitbfe3a2ad6c29f5bfd50fd0621bf72bb1c3a9456a (patch)
tree88621cf146bbcae71de0c24d41f9d555bd3da2d7 /driver
parent7a74838ac70ceb02a91c40ccf7a21980ffc5ebd8 (diff)
The "Type" option is mandatory so put it in synopsis. Also, fix a small
sentence. ok matthieu jmc
Diffstat (limited to 'driver')
-rw-r--r--driver/openbsd-input-usbtablet/man/usbtablet.man7
1 files changed, 4 insertions, 3 deletions
diff --git a/driver/openbsd-input-usbtablet/man/usbtablet.man b/driver/openbsd-input-usbtablet/man/usbtablet.man
index e20a3e45e..4005094d2 100644
--- a/driver/openbsd-input-usbtablet/man/usbtablet.man
+++ b/driver/openbsd-input-usbtablet/man/usbtablet.man
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usbtablet.man,v 1.1 2006/11/26 22:29:39 matthieu Exp $
+.\" $OpenBSD: usbtablet.man,v 1.2 2007/06/24 16:33:15 mk Exp $
.\"
.\" Copyright (c) 1999-2004 Matthieu Herrb and Lennart Augustsson
.\"
@@ -34,6 +34,7 @@ usbtablet \- USB tablet input driver for *BSD
.BI " Identifier \*q" idevname \*q
.B " Driver \*qusbtablet\*q"
.BI " Option \*qDevice\*q \*q" devpath \*q
+.BI " Option \*qType\*q \*q" type \*q
\ \ ...
.B EndSection
.fi
@@ -58,11 +59,11 @@ supports the following entries:
.RS 8
.TP 4
.B Option \fI"Type"\fP \fI"stylus"|"eraser"|"cursor"\fP
-sets the type of tool the device represent. This option is mandatory.
+sets the type of tool the device represents. This option is mandatory.
.TP 4
.B Option \fI"Device"\fP \fI"path"\fP
sets the path to the special file which represents serial line where
-the tablet is plugged. You have to specify it for each subsection with
+the tablet is plugged in. You have to specify it for each subsection with
the same value if you want to have multiple devices with the same tablet.
This option is mandatory.
.TP 4