summaryrefslogtreecommitdiff
path: root/man/xkb/XkbAddGeomOutline.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/xkb/XkbAddGeomOutline.man')
-rw-r--r--man/xkb/XkbAddGeomOutline.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/xkb/XkbAddGeomOutline.man b/man/xkb/XkbAddGeomOutline.man
index fcb3b50b..3479da26 100644
--- a/man/xkb/XkbAddGeomOutline.man
+++ b/man/xkb/XkbAddGeomOutline.man
@@ -71,10 +71,10 @@ space. To allocate space for an arbitrary number of outlines to a shape, use
.nf
typedef struct _XkbOutline {
- unsigned short num_points; /\(** number of points in the outline */
- unsigned short sz_points; /\(** size of the points array */
- unsigned short corner_radius; /\(** draw corners as circles with this radius */
- XkbPointPtr points; /\(** array of points defining the outline */
+ unsigned short num_points; /\&* number of points in the outline */
+ unsigned short sz_points; /\&* size of the points array */
+ unsigned short corner_radius; /\&* draw corners as circles with this radius */
+ XkbPointPtr points; /\&* array of points defining the outline */
} XkbOutlineRec, *XkbOutlinePtr;
.fi