summaryrefslogtreecommitdiff
path: root/man/XSelectionEvent.man
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-11-21 16:50:04 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-11-21 16:50:04 -0800
commit4b91ed099554626f1ec17d5bdf7bd77ce1a70037 (patch)
tree7bbd716efc380e3d5418b595057b4cd9dd2b744a /man/XSelectionEvent.man
parent2af660c2fcd15c86c66459bfc074c190ea1462e6 (diff)
downloadxorg-lib-libX11-4b91ed099554626f1ec17d5bdf7bd77ce1a70037.tar.gz
X.Org Bug #4312: incorrect comment asterisk in XAnyEvent.3x man page
X.Org Bugzilla #4312 <http://bugs.freedesktop.org/show_bug.cgi?id=4312> Protect /* sequences from cpp pre-processor removal without transforming to Unicode mathematical asterisk character
Diffstat (limited to 'man/XSelectionEvent.man')
-rw-r--r--man/XSelectionEvent.man10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/XSelectionEvent.man b/man/XSelectionEvent.man
index 45481f51..e68eef70 100644
--- a/man/XSelectionEvent.man
+++ b/man/XSelectionEvent.man
@@ -153,14 +153,14 @@ events contains:
.TA .5i 3i
.ta .5i 3i
typedef struct {
- int type; /\(** SelectionNotify */
- unsigned long serial; /\(** # of last request processed by server */
- Bool send_event; /\(** true if this came from a SendEvent request */
- Display *display; /\(** Display the event was read from */
+ int type; /\&* SelectionNotify */
+ unsigned long serial; /\&* # of last request processed by server */
+ Bool send_event; /\&* true if this came from a SendEvent request */
+ Display *display; /\&* Display the event was read from */
Window requestor;
Atom selection;
Atom target;
- Atom property; /\(** atom or None */
+ Atom property; /\&* atom or None */
Time time;
} XSelectionEvent;
.De