summaryrefslogtreecommitdiff
path: root/man/XUnmapWindow.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XUnmapWindow.man')
-rw-r--r--man/XUnmapWindow.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XUnmapWindow.man b/man/XUnmapWindow.man
index b31814a9..b0010e25 100644
--- a/man/XUnmapWindow.man
+++ b/man/XUnmapWindow.man
@@ -39,7 +39,7 @@
.\" Digital and Tektronix makes no representations about the suitability
.\" of this documentation for any purpose.
.\" It is provided "as is" without express or implied warranty.
-.\"
+.\"
.\"
.ds xT X Toolkit Intrinsics \- C Language Interface
.ds xW Athena X Widgets \- C Language X Toolkit Interface
@@ -50,9 +50,9 @@
XUnmapWindow, XUnmapSubwindows \- unmap windows
.SH SYNTAX
.HP
-int XUnmapWindow\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^);
+int XUnmapWindow\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^);
.HP
-int XUnmapSubwindows\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^);
+int XUnmapSubwindows\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^);
.SH ARGUMENTS
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
@@ -66,7 +66,7 @@ function unmaps the specified window and causes the X server to generate an
.IN "UnmapNotify Event"
.IN "XUnmapWindow"
event.
-If the specified window is already unmapped,
+If the specified window is already unmapped,
.B XUnmapWindow
has no effect.
Normal exposure processing on formerly obscured windows is performed.
@@ -74,7 +74,7 @@ Any child window will no longer be visible until another map call is
made on the parent.
In other words, the subwindows are still mapped but are not visible
until the parent is mapped.
-Unmapping a window will generate
+Unmapping a window will generate
.B Expose
events on windows that were formerly obscured by it.
.LP
@@ -89,7 +89,7 @@ function unmaps all subwindows for the specified window in bottom-to-top
stacking order.
It causes the X server to generate an
.B UnmapNotify
-event on each subwindow and
+event on each subwindow and
.B Expose
events on formerly obscured windows.
.IN "UnmapNotify Event"