diff options
author | Peter Osterlund <petero2@telia.com> | 2004-02-08 21:42:40 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:44 +0200 |
commit | 354b45ae8123adb0d9805d8e7043d617ab72d6e4 (patch) | |
tree | 09dd7efd598c605268a33e80985364b624afaefc /manpages | |
parent | 005a0943854fc72d54b4e50452e8bf6071671bbd (diff) |
Minor corrections to the man pages.
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/synclient.1 | 44 | ||||
-rw-r--r-- | manpages/syndaemon.1 | 22 |
2 files changed, 33 insertions, 33 deletions
diff --git a/manpages/synclient.1 b/manpages/synclient.1 index 23d9918..8173172 100644 --- a/manpages/synclient.1 +++ b/manpages/synclient.1 @@ -1,53 +1,53 @@ .TH "synclient" "1" "0.12.3" "" "" .SH "NAME" -.LP -synclient \- query and modify Synaptic TouchPad driver for XFree86 server parameters on the fly. +.LP +synclient \- query and modify Synaptics TouchPad driver for XFree86 server parameters on the fly. .SH "SYNTAX" -.LP +.LP synclient [\fI\-m interval\fP] -.br +.br synclient [\fI\-hl?\fP] [var1=value1 [var2=value2] ...] .SH "DESCRIPTION" -.LP -This program let you change your Synaptic TouchPad driver for XFree86 server parameters while X is running if you enabled SHMConfig "on" in your XFree86 configuration. -.TP +.LP +This program lets you change your Synaptics TouchPad driver for XFree86 server parameters while X is running if you enabled SHMConfig "on" in your XFree86 configuration. +.TP WARNING: This is not secure if you are in an untrusted multiuser environment. All local users can change the parameters at any time. .SH "OPTIONS" -.LP -.TP +.LP +.TP \fB\-m interval\fR monitor changes to the touchpad state. Interval specifies how often (in ms) to poll the touchpad state. -.TP +.TP \fB\-h\fR Show detected hardware properties. -.TP +.TP \fB\-l\fR List current user settings. -.TP +.TP \fB\-?\fR Show the help message. -.TP +.TP \fBvar=value\fR Set user parameter \fIvar\fR to \fIvalue\fR. .SH "FILES" -.LP -\fI/etc/X11/XF86Config\-4\fP +.LP +\fI/etc/X11/XF86Config\-4\fP .SH "EXAMPLES" -.LP +.LP To disable EdgeMotionSpeed: -.LP +.LP synclient EdgeMotionSpeed=0 -.LP +.LP To monitor touchpad events: -.LP +.LP synclient \-m 100 .SH "AUTHORS" -.LP +.LP Peter Osterlund <petero2@telia.com> and many others. -.TP +.TP This man page was written by Mattia Dongili <dongili@supereva.it> .SH "SEE ALSO" -.LP +.LP syndaemon(1) diff --git a/manpages/syndaemon.1 b/manpages/syndaemon.1 index 9342ed3..28b440a 100644 --- a/manpages/syndaemon.1 +++ b/manpages/syndaemon.1 @@ -1,28 +1,28 @@ .TH "syndaemon" "1" "0.12.3" "" "" .SH "NAME" -.LP +.LP syndaemon \- a program that monitors keyboard activity and disables the touchpad when the keyboard is being used. .SH "SYNTAX" -.LP +.LP syndaemon [\fI\-i idle\-time\fP] .SH "DESCRIPTION" -.LP +.LP Disabling the touchpad while typing avoids unwanted movements of the pointer that could lead to giving focus to the wrong window. .SH "OPTIONS" -.LP -.TP +.LP +.TP \fB\-i\fR <\fIidle\-time\fP> How many seconds to wait after the last key press before enabling the touchpad. (default is 2s). .SH "ENVIRONMENT VARIABLES" -.LP -.TP +.LP +.TP \fBDISPLAY\fP Specifies the X server to contact. .SH "AUTHORS" -.LP -Peter Osterlund <petero2@telia.com> and many others. -.TP +.LP +Peter Osterlund <petero2@telia.com>. +.TP This man page was written by Mattia Dongili <dongili@supereva.it> .SH "SEE ALSO" -.LP +.LP synclient(1) |