diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-06-03 15:10:27 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-06-07 13:25:48 +1000 |
commit | 938ef832b892fdefe0d5c2bb4510c91bbbccca9f (patch) | |
tree | 592552891aa0e192a767ce6a47026ee061a99c63 /man | |
parent | 597a6a51721d30c4354d1133bb6da6bd2e12446e (diff) |
man: Fix typo in XIChangeProperty
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/XIChangeProperty.txt | 2 |
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 |