summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-01 18:55:48 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-01 18:55:51 -0700
commit4378219ff8c1418418c70086085358b69d574e74 (patch)
tree315127042ec6107ef7e1571b6f52fc5feee8e132
parentf09c5299a381e2729e800a0ac43f1c0e371f65f6 (diff)
Clarify requirements in XRestackWindows man page
The required common parent window is not specified in the arguments, just implied as the parent of the first window in the list. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--man/XRaiseWindow.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/XRaiseWindow.man b/man/XRaiseWindow.man
index 8d744660..3926b168 100644
--- a/man/XRaiseWindow.man
+++ b/man/XRaiseWindow.man
@@ -305,7 +305,7 @@ The stacking order of the first window in the windows array is unaffected,
but the other windows in the array are stacked underneath the first window,
in the order of the array.
The stacking order of the other windows is not affected.
-For each window in the window array that is not a child of the specified window,
+For each window in the window array that is not a sibling of the first window,
a
.ZN BadMatch
error results.