diff options
author | Walter Harms <wharms@bfs.de> | 2019-04-15 23:03:31 +0200 |
---|---|---|
committer | Walter Harms <wharms@bfs.de> | 2019-04-15 23:03:31 +0200 |
commit | 4b446ce8b20b1de1488c73e1841dafbd25ca949f (patch) | |
tree | 8d3514c6c44df83720fc1413f1e6fb95d13a5e56 /man/XtGetSelectionValue.man | |
parent | fb7e899e94dd402c868e8eb59ccf32284732f6ac (diff) |
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/XtGetSelectionValue.man')
-rw-r--r-- | man/XtGetSelectionValue.man | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/man/XtGetSelectionValue.man b/man/XtGetSelectionValue.man index 1385800..da37a63 100644 --- a/man/XtGetSelectionValue.man +++ b/man/XtGetSelectionValue.man @@ -69,13 +69,11 @@ void XtGetSelectionValues(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. @@ -87,12 +85,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 XtGetSelectionValue |