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/XtOwnSelection.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/XtOwnSelection.man')
-rw-r--r-- | man/XtOwnSelection.man | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/XtOwnSelection.man b/man/XtOwnSelection.man index 105e7b9..650a158 100644 --- a/man/XtOwnSelection.man +++ b/man/XtOwnSelection.man @@ -90,12 +90,11 @@ Specifies an atom that describes the type of the selection (for example, .BR XA_SECONDARY , or .BR XA_CLIPBOARD ). -.ds Ti ownership should commence or is to be relinquished .IP \fItime\fP 1i -Specifies the timestamp that indicates when the selection \*(Ti. -.ds Wi that wishes to become the owner or to relinquish ownership +Specifies the timestamp that indicates when the selection +ownership should commence or is to be relinquished. .IP \fIw\fP 1i -Specifies the widget \*(Wi. +Specifies the widget that wishes to become the owner or to relinquish ownership. .SH DESCRIPTION The .BR XtOwnSelection |