summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-04 18:58:44 +0200
committerWalter Harms <wharms@bfs.de>2019-04-04 18:58:44 +0200
commitb01eaa82c190b390f6a0de74668ed88a41b3d6b8 (patch)
tree7383a9f296848fb5a58f8a2d3862d47c49d45410 /man
parent0f549e8992d568493415056ecda7fdbd7a6423ec (diff)
downloadxorg-lib-libXt-b01eaa82c190b390f6a0de74668ed88a41b3d6b8.tar.gz
remove space after < for include filename
using <X11/Xutil.h> instead of < X11/Xutil.h > make things more easy and closer to std. man pages noted by Thomas Dickey
Diffstat (limited to 'man')
-rw-r--r--man/XtAddExposureToRegion.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtAddExposureToRegion.man b/man/XtAddExposureToRegion.man
index 36849fa..db3e0b1 100644
--- a/man/XtAddExposureToRegion.man
+++ b/man/XtAddExposureToRegion.man
@@ -70,8 +70,8 @@ or
.BR GraphicsExpose
event.
.IP \fIregion\fP 1i
-Specifies the region object (as defined in <
-.BR X11/Xutil.h >).
+Specifies the region object (as defined in
+.BR <X11/Xutil.h> ).
.SH DESCRIPTION
The
.BR XtAddExposureToRegion