diff options
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/input/microtouch/microtouch.cpp')
-rw-r--r-- | xc/programs/Xserver/hw/xfree86/input/microtouch/microtouch.cpp | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/input/microtouch/microtouch.cpp b/xc/programs/Xserver/hw/xfree86/input/microtouch/microtouch.cpp index 3507b8f50..c29ebd7bb 100644 --- a/xc/programs/Xserver/hw/xfree86/input/microtouch/microtouch.cpp +++ b/xc/programs/Xserver/hw/xfree86/input/microtouch/microtouch.cpp @@ -1,19 +1,18 @@ -.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/microtouch/microtouch.cpp,v 1.1 2000/03/03 01:05:49 dawes Exp $ -.TH MICROTOUCH __drivermansuffix__ "Version 4.0" "XFree86" +.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/microtouch/microtouch.cpp,v 1.4 2000/06/14 02:13:18 dawes Exp $ +.\" shorthand for double quote that works everywhere. +.ds q \N'34' +.TH MICROTOUCH __drivermansuffix__ "Version 4.0.1" "XFree86" .SH NAME microtouch \- MicroTouch input driver .SH SYNOPSIS -.B "Section ""InputDevice""" -.br -.BI " Identifier """ idevname """" -.br -.B " Driver ""microtouch""" -.br -.BI " Option ""Device"" """ devpath """" -.br +.nf +.B "Section \*qInputDevice\*q" +.BI " Identifier \*q" idevname \*q +.B " Driver \*qmicrotouch\*q" +.BI " Option \*qDevice\*q \*q" devpath \*q \ \ ... -.br .B EndSection +.fi .SH DESCRIPTION .B microtouch is an XFree86 input driver for MicroTouch devices... @@ -32,6 +31,6 @@ section only covers configuration details specific to this driver. .PP Config details... .SH "SEE ALSO" -XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(1). +XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__). .SH AUTHORS Authors include... |