diff options
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/input/wacom/wacom.cpp')
-rw-r--r-- | xc/programs/Xserver/hw/xfree86/input/wacom/wacom.cpp | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/input/wacom/wacom.cpp b/xc/programs/Xserver/hw/xfree86/input/wacom/wacom.cpp index a346b4f7c..57c7bdf7e 100644 --- a/xc/programs/Xserver/hw/xfree86/input/wacom/wacom.cpp +++ b/xc/programs/Xserver/hw/xfree86/input/wacom/wacom.cpp @@ -1,19 +1,18 @@ -.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/wacom/wacom.cpp,v 1.1 2000/03/03 01:05:51 dawes Exp $ -.TH WACOM __drivermansuffix__ "Version 4.0" "XFree86" +.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/wacom/wacom.cpp,v 1.4 2000/06/14 02:13:19 dawes Exp $ +.\" shorthand for double quote that works everywhere. +.ds q \N'34' +.TH WACOM __drivermansuffix__ "Version 4.0.1" "XFree86" .SH NAME wacom \- Wacom input driver .SH SYNOPSIS -.B "Section ""InputDevice""" -.br -.BI " Identifier """ idevname """" -.br -.B " Driver ""wacom""" -.br -.BI " Option ""Device"" """ devpath """" -.br +.nf +.B "Section \*qInputDevice\*q" +.BI " Identifier \*q" idevname \*q +.B " Driver \*qwacom\*q" +.BI " Option \*qDevice\*q \*q" devpath \*q \ \ ... -.br .B EndSection +.fi .SH DESCRIPTION .B wacom is an XFree86 input driver for Wacom 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... |