summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-09-27 18:53:52 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2006-09-27 18:53:52 -0700
commit06c8a653730d8437f3c547c219da3632a159c52f (patch)
tree5897366f0329d4b907f401863c2c25e21c181963
parent7c58511a98a7e7102d6bb1e566e139fedaaa9163 (diff)
Man page cleanups: remove extra ( from function proto, title of empty section
-rw-r--r--man/Xevie.man6
1 files changed, 1 insertions, 5 deletions
diff --git a/man/Xevie.man b/man/Xevie.man
index b98d48f..ef6e235 100644
--- a/man/Xevie.man
+++ b/man/Xevie.man
@@ -24,8 +24,7 @@ Status XevieStart \^(\^Display *\fIdpy\fp\^);
Status XevieSelectInput \^(\^Display *\fIdpy\fP,
long \fIevent_mask\fP\^);
.sp
-Status XevieSendEvent \^(\^
- \^(\^Display *\fIdpy\fP,
+Status XevieSendEvent \^(\^Display *\fIdpy\fP,
XEvent *\fIevent\fP,
char *fIdataType\fP\^);
.sp
@@ -42,9 +41,6 @@ Specifies the mask of events to redirect.
XEVIE_MODIFIED or XEVIE_UNMODIFIED - whether the Xevie client
has changed or synthesised this event.
-.SH DATATYPES
-
-
.SH DESCRIPTION
.B X Event Interception Extension (XEvIE)
is designed for users who need to intercept all the Keyboard and Mouse events.