summaryrefslogtreecommitdiff
path: root/man/XDrawRectangle.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XDrawRectangle.man')
-rw-r--r--man/XDrawRectangle.man8
1 files changed, 3 insertions, 5 deletions
diff --git a/man/XDrawRectangle.man b/man/XDrawRectangle.man
index 13838256..05818cea 100644
--- a/man/XDrawRectangle.man
+++ b/man/XDrawRectangle.man
@@ -49,7 +49,7 @@
.de Ds
.nf
.\\$1D \\$2 \\$1
-.ft 1
+.ft CW
.\".ps \\n(PS
.\".if \\n(VS>=40 .vs \\n(VSu
.\".if \\n(VS<=39 .vs \\n(VSp
@@ -215,11 +215,9 @@ The
structure contains:
.LP
.Ds 0
-.TA .5i
-.ta .5i
typedef struct {
- short x, y;
- unsigned short width, height;
+ short x, y;
+ unsigned short width, height;
} XRectangle;
.De
.LP