summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-08-23 13:34:16 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-08-23 13:34:16 -0400
commit7081afc98643e3ef8a3ed711183c8fc8fef30cfa (patch)
tree79c26c856e8db109839ffa3d88c1e5acd48ff513 /man
parentd618eac132fc9e13bbfb9e58e3375f015db2a179 (diff)
Replace presentationm-level requests with .RS/RE.
This will assist translation to DocBook. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Diffstat (limited to 'man')
-rw-r--r--man/XShape.man18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/XShape.man b/man/XShape.man
index 44fedfe..feff37c 100644
--- a/man/XShape.man
+++ b/man/XShape.man
@@ -123,8 +123,7 @@ XRectangle *XShapeGetRectangles (
.fi
.SH STRUCTURES
.nf
-.LP
-.ta 3i
+.ft CW
typedef struct {
int type; /\&* of event */
unsigned long serial; /\&* # of last request processed by server */
@@ -137,38 +136,39 @@ typedef struct {
Time time; /\&* server timestamp when region changed */
Bool shaped; /\&* true if the region exists */
} XShapeEvent;
+.ft
.fi
.SH DESCRIPTION
The \fIX11 Nonrectangular Window Shape Extension\fP adds nonrectangular
windows to the X Window System.
.SH PREDEFINED VALUES
Operations:
-.in +.5i
+.RS
.nf
.ZN ShapeSet
.ZN ShapeUnion
.ZN ShapeIntersect
.ZN ShapeSubtract
.ZN ShapeInvert
-.in -.5i
.fi
+.RE
.sp
Shape Kinds:
-.in +.5i
+.RS
.nf
.ZN ShapeBounding
.ZN ShapeClip
-.in -.5i
.fi
+.RE
.sp
Event defines:
-.in +.5i
+.RS
.nf
.ZN ShapeNotifyMask
.ZN ShapeNotify
-.in -.5i
.fi
+.RE
.SH BUGS
-This manual pages needs a lot more work.
+This manual page needs a lot more work.
.SH SEE ALSO
\fIX11 Nonrectangular Window Shape Extension\fP