summaryrefslogtreecommitdiff
path: root/man/Xmbuf.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/Xmbuf.man')
-rw-r--r--man/Xmbuf.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/Xmbuf.man b/man/Xmbuf.man
index c4b26b4..ec72027 100644
--- a/man/Xmbuf.man
+++ b/man/Xmbuf.man
@@ -132,7 +132,7 @@ Window XmbufCreateStereoWindow(
typedef struct {
int type; /\(** of event */
unsigned long serial; /\(** # of last request processed by server */
- int send_event; /\(** true if this came frome a SendEvent request */
+ int send_event; /\(** true if this came from a SendEvent request */
Display *display; /\(** Display the event was read from */
Multibuffer buffer; /\(** buffer of event */
int state; /\(** see Clobbered constants above */
@@ -141,7 +141,7 @@ typedef struct {
typedef struct {
int type; /\(** of event */
unsigned long serial; /\(** # of last request processed by server */
- int send_event; /\(** true if this came frome a SendEvent request */
+ int send_event; /\(** true if this came from a SendEvent request */
Display *display; /\(** Display the event was read from */
Multibuffer buffer; /\(** buffer of event */
} XmbufUpdateNotifyEvent;
@@ -176,7 +176,7 @@ typedef struct {
.LP
\fIPer-screen buffer info (there will be lists of them):\fP
typedef struct {
- VisualID visualid; /\(** visual usuable at this depth */
+ VisualID visualid; /\(** visual usable at this depth */
int max_buffers; /\(** most buffers for this visual */
int depth; /\(** depth of buffers to be created */
} XmbufBufferInfo;
@@ -231,7 +231,7 @@ with the given window.
displays the indicated buffers their
appropriate windows within
max_delay milliseconds after min_delay milliseconds have passed.
-No two buffers may be associated with the same window or else a Matc
+No two buffers may be associated with the same window or else a Match
error is generated.
.PP
.ZN XmbufGetWindowAttributes