summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-06-03 15:10:27 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-06-07 13:29:02 +1000
commit7bdaa3635b7eb4bd993c317922d35cad7ed0cab9 (patch)
tree810b98489b00975b501f8a09c921d7eed0e47056
parent63027b24113b349720f1612a4426933c1364ea28 (diff)
downloadxorg-lib-libXi-7bdaa3635b7eb4bd993c317922d35cad7ed0cab9.tar.gz
man: Fix typo in XIChangeProperty
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> (cherry picked from commit 938ef832b892fdefe0d5c2bb4510c91bbbccca9f)
-rw-r--r--man/XIChangeProperty.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/XIChangeProperty.txt b/man/XIChangeProperty.txt
index 76a0e8b..2e5eea1 100644
--- a/man/XIChangeProperty.txt
+++ b/man/XIChangeProperty.txt
@@ -168,7 +168,7 @@ device. XIChangeProperty performs the following:
- If mode is PropModeReplace, XIChangeProperty discards the previous
property value and stores the new data.
-- If mode is PropModePrepend or PropModeAppend, XChangeProperty
+- If mode is PropModePrepend or PropModeAppend, XIChangeProperty
inserts the specified data before the beginning of the existing
data or onto the end of the existing data, respectively. The type
and format must match the existing property value, or a BadMatch