summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-03-26 15:26:42 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-03-26 15:26:42 +1000
commit43e98fe4909dbb1b82b486f2831a38d9db0c8957 (patch)
treeb26e1c9146615446bc839b08099bf27370f73520
parent5b49e4ad6cead80679405933603ff99ac00089b7 (diff)
synclient: use a parameter that actually exists in the man page example
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--man/synclient.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/synclient.man b/man/synclient.man
index ec3856c..8eb20de 100644
--- a/man/synclient.man
+++ b/man/synclient.man
@@ -33,9 +33,9 @@ Set user parameter \fIvar\fR to \fIvalue\fR.
\fI/etc/X11/xorg.conf\fP
.SH "EXAMPLES"
.LP
-To disable EdgeMotionSpeed:
+To disable EdgeMotionMinSpeed:
.LP
-synclient EdgeMotionSpeed=0
+synclient EdgeMotionMinSpeed=0
.SH "AUTHORS"
.LP
Peter Osterlund <petero2@telia.com> and many others.