summaryrefslogtreecommitdiff
path: root/man/XtAppAddInput.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/XtAppAddInput.man
parentfb7e899e94dd402c868e8eb59ccf32284732f6ac (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/XtAppAddInput.man')
-rw-r--r--man/XtAppAddInput.man9
1 files changed, 3 insertions, 6 deletions
diff --git a/man/XtAppAddInput.man b/man/XtAppAddInput.man
index 65adf9f..89324b3 100644
--- a/man/XtAppAddInput.man
+++ b/man/XtAppAddInput.man
@@ -67,13 +67,11 @@ XtPointer \fIcondition\fP, XtInputCallbackProc \fIproc\fP, XtPointer
.HP
void XtRemoveInput(XtInputId \fIid\fP);
.SH ARGUMENTS
-.ds Co that identifies the application
.IP \fIapp_context\fP 1i
-Specifies the application context \*(Co.
-.ds Cd input is available
+Specifies the application context that identifies the application.
.IP \fIclient_data\fP 1i
Specifies the argument that is to be passed to the specified procedure
-when \*(Cd.
+when input is available.
.IP \fIcondition\fP 1i
Specifies the mask that indicates a read, write, or exception condition
or some operating system dependent condition.
@@ -81,9 +79,8 @@ or some operating system dependent condition.
Specifies the ID returned from the corresponding
.BR XtAppAddInput
call.
-.ds Pr \ to be called when input is available
.IP \fIproc\fP 1i
-Specifies the procedure that is\*(Pr.
+Specifies the procedure that is to be called when input is available.
.IP \fIsource\fP 1i
Specifies the source file descriptor on a UNIX-based system
or other operating system dependent device specification.