diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-04-17 15:01:05 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-04-26 21:00:53 +1000 |
commit | f2c85fe950b037ba04705d02a54d57476f118c11 (patch) | |
tree | 71f164499e05c4c68dcfbcff884f1deb7b35807d /man/synclient.man | |
parent | 080caee95c46bb471d1442dcab246460cad8c7be (diff) |
synclient: remove listing and modification of settings through SHM.
SHM is only used for dumping and monitoring hardware state.
synclient now requires property support (i.e. server 1.6).
Diffstat (limited to 'man/synclient.man')
-rw-r--r-- | man/synclient.man | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/man/synclient.man b/man/synclient.man index 9422e70..6b926b6 100644 --- a/man/synclient.man +++ b/man/synclient.man @@ -15,12 +15,8 @@ synclient [\fI\-hlV?\fP] [var1=value1 [var2=value2] ...] This program lets you change your Synaptics TouchPad driver for XOrg/XFree86 server parameters while X is running. -This program provides two mechanism: via input device properties (default) and -via a shared memory (SHM) area. SHM must be enabled through SHMConfig "on" in -your XOrg/XFree86 configuration. - -WARNING: The SHM mechanism is not secure if you are in an untrusted multiuser -environment. All local users can change the parameters at any time. +For the -m and -h options, SHM must be enabled by setting the option SHMConfig +"on" in your XOrg/XFree86 configuration. .SH "OPTIONS" .LP .TP @@ -111,9 +107,6 @@ Print version number and exit. \fB\-?\fR Show the help message. .TP -\fB\-s\fR -Force SHM mode. Implicit if -m or -h is specified. -.TP \fBvar=value\fR Set user parameter \fIvar\fR to \fIvalue\fR. |