summaryrefslogtreecommitdiff
path: root/man/XtGetSelectionValueIncremental.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-15 23:03:31 +0200
committerWalter Harms <wharms@bfs.de>2019-04-15 23:03:31 +0200
commit4b446ce8b20b1de1488c73e1841dafbd25ca949f (patch)
tree8d3514c6c44df83720fc1413f1e6fb95d13a5e56 /man/XtGetSelectionValueIncremental.man
parentfb7e899e94dd402c868e8eb59ccf32284732f6ac (diff)
downloadxorg-lib-libXt-4b446ce8b20b1de1488c73e1841dafbd25ca949f.tar.gz
remove in-text macros
The in-text macros are a problem when maintaining the text. While removing i noticed several problems with missing definitions this is fixed also.
Diffstat (limited to 'man/XtGetSelectionValueIncremental.man')
-rw-r--r--man/XtGetSelectionValueIncremental.man12
1 files changed, 4 insertions, 8 deletions
diff --git a/man/XtGetSelectionValueIncremental.man b/man/XtGetSelectionValueIncremental.man
index 841a1f7..662b3cb 100644
--- a/man/XtGetSelectionValueIncremental.man
+++ b/man/XtGetSelectionValueIncremental.man
@@ -68,13 +68,11 @@ void XtGetSelectionValuesIncremental(Widget \fIw\fP, Atom \fIselection\fP,
Atom *\fItargets\fP, int \fIcount\fP, XtSelectionCallbackProc \fIcallback\fP,
XtPointer \fIclient_data\fP, Time \fItime\fP);
.SH ARGUMENTS
-.ds Cb \ that is to be called when the selection value has been obtained
.IP \fIcallback\fP 1i
-Specifies the callback procedure\*(Cb.
-.ds Cd it is called
+Specifies the callback procedure that is to be called when the selection value has been obtained.
.IP \fIclient_data\fP 1i
Specifies the argument that is to be passed to the specified procedure
-when \*(Cd.
+when it is called.
.IP \fIclient_data\fP 1i
Specifies the client data (one for each target type)
that is passed to the callback procedure when it is called for that target.
@@ -86,12 +84,10 @@ Specifies the particular selection desired (that is, primary or secondary).
Specifies the type of the information that is needed about the selection.
.IP \fItargets\fP 1i
Specifies the types of information that is needed about the selection.
-.ds Ti value is desired
.IP \fItime\fP 1i
-Specifies the timestamp that indicates when the selection \*(Ti.
-.ds Wi that is making the request
+Specifies the timestamp that indicates when the selection value is desired.
.IP \fIw\fP 1i
-Specifies the widget \*(Wi.
+Specifies the widget that is making the request.
.SH DESCRIPTION
The
.BR XtGetSelectionValueIncremental