summaryrefslogtreecommitdiff
path: root/man/XAllocSizeHints.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/XAllocSizeHints.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/XAllocSizeHints.man')
-rw-r--r--man/XAllocSizeHints.man32
1 files changed, 16 insertions, 16 deletions
diff --git a/man/XAllocSizeHints.man b/man/XAllocSizeHints.man
index e957214d..226b9d5f 100644
--- a/man/XAllocSizeHints.man
+++ b/man/XAllocSizeHints.man
@@ -324,7 +324,7 @@ The
.ZN XSizeHints
structure contains:
.LP
-/\(** Size hints mask bits */
+/\&* Size hints mask bits */
.TS
lw(.5i) lw(1.1i) lw(1.5i) lw(3.1i).
T{
@@ -334,7 +334,7 @@ T} T{
T} T{
(1L << 0)
T} T{
-/\(** user specified x, y */
+/\&* user specified x, y */
T}
T{
\&#define
@@ -343,7 +343,7 @@ T} T{
T} T{
(1L << 1)
T} T{
-/\(** user specified width, height */
+/\&* user specified width, height */
T}
T{
\&#define
@@ -352,7 +352,7 @@ T} T{
T} T{
(1L << 2)
T} T{
-/\(** program specified position */
+/\&* program specified position */
T}
T{
\&#define
@@ -361,7 +361,7 @@ T} T{
T} T{
(1L << 3)
T} T{
-/\(** program specified size */
+/\&* program specified size */
T}
T{
\&#define
@@ -370,7 +370,7 @@ T} T{
T} T{
(1L << 4)
T} T{
-/\(** program specified minimum size */
+/\&* program specified minimum size */
T}
T{
\&#define
@@ -379,7 +379,7 @@ T} T{
T} T{
(1L << 5)
T} T{
-/\(** program specified maximum size */
+/\&* program specified maximum size */
T}
T{
\&#define
@@ -388,7 +388,7 @@ T} T{
T} T{
(1L << 6)
T} T{
-/\(** program specified resize increments */
+/\&* program specified resize increments */
T}
T{
\&#define
@@ -397,7 +397,7 @@ T} T{
T} T{
(1L << 7)
T} T{
-/\(** program specified min and max aspect ratios */
+/\&* program specified min and max aspect ratios */
T}
T{
\&#define
@@ -430,22 +430,22 @@ T}
.Ds 0
.TA .5i 2.5i
.ta .5i 2.5i
-/\(** Values */
+/\&* Values */
typedef struct {
- long flags; /\(** marks which fields in this structure are defined */
- int x, y; /\(** Obsolete */
- int width, height; /\(** Obsolete */
+ long flags; /\&* marks which fields in this structure are defined */
+ int x, y; /\&* Obsolete */
+ int width, height; /\&* Obsolete */
int min_width, min_height;
int max_width, max_height;
int width_inc, height_inc;
struct {
- int x; /\(** numerator */
- int y; /\(** denominator */
+ int x; /\&* numerator */
+ int y; /\&* denominator */
} min_aspect, max_aspect;
int base_width, base_height;
int win_gravity;
- /\(** this structure may be extended in the future */
+ /\&* this structure may be extended in the future */
} XSizeHints;
.De
.LP