summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-03-16 12:23:22 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-03-16 13:37:28 -0400
commitfe0f501b0dfb2d69f5879588547d6994d93217c7 (patch)
tree3b4d8be07ed5312d89bde99c02d3c6fb06c2d438 /man
parent1b2b648dbbc6f10b36e7914de8388b66bc93b45f (diff)
downloadxorg-lib-libXt-fe0f501b0dfb2d69f5879588547d6994d93217c7.tar.gz
cleanup undefined macros in manpages
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man')
-rw-r--r--man/XtAddCallback.man2
-rw-r--r--man/XtAppAddTimeOut.man2
-rw-r--r--man/XtAppAddWorkProc.man2
-rw-r--r--man/XtAppErrorMsg.man2
-rw-r--r--man/XtAppGetErrorDatabase.man2
-rw-r--r--man/XtClass.man2
-rw-r--r--man/XtCreateApplicationContext.man2
-rw-r--r--man/XtDisplayInitialize.man2
-rw-r--r--man/XtErrorMsg.man2
-rw-r--r--man/XtGetErrorDatabase.man2
-rw-r--r--man/XtGetResourceList.man2
-rw-r--r--man/XtMalloc.man2
-rw-r--r--man/XtPopdown.man2
-rw-r--r--man/XtPopup.man2
14 files changed, 13 insertions, 15 deletions
diff --git a/man/XtAddCallback.man b/man/XtAddCallback.man
index cfcb067..4f7fa51 100644
--- a/man/XtAddCallback.man
+++ b/man/XtAddCallback.man
@@ -85,7 +85,7 @@ XtCallbackList \fIcallbacks\fP);
void XtRemoveAllCallbacks(Widget \fIw\fP, String \fIcallback_name\fP,
.SH ARGUMENTS
.IP \fIcallback\fP 1i
-Specifies the callback procedure\*(Cb.
+Specifies the callback procedure.
.IP \fIcallbacks\fP 1i
Specifies the null-terminated list of callback procedures and corresponding
client data.
diff --git a/man/XtAppAddTimeOut.man b/man/XtAppAddTimeOut.man
index ea1f8fd..e347cbf 100644
--- a/man/XtAppAddTimeOut.man
+++ b/man/XtAppAddTimeOut.man
@@ -79,7 +79,7 @@ void XtRemoveTimeOut(XtIntervalId \fItimer\fP);
Specifies the application context \*(Co.
.IP \fIclient_data\fP 1i
Specifies the argument that is to be passed to the specified procedure
-when \*(Cd.
+when handling the callback.
.IP \fIinterval\fP 1i
Specifies the time interval in milliseconds.
.ds Pr \ to be called when time expires
diff --git a/man/XtAppAddWorkProc.man b/man/XtAppAddWorkProc.man
index efd725a..1c38756 100644
--- a/man/XtAppAddWorkProc.man
+++ b/man/XtAppAddWorkProc.man
@@ -82,7 +82,7 @@ Specifies the application context \*(Co.
Specifies the argument that is to be passed to the specified procedure
when \*(Cd.
.IP \fIproc\fP 1i
-Specifies the procedure that is\*(Pr.
+Specifies the procedure that is to be called.
.IP \fIid\fP 1i
Specifies which work procedure to remove.
.SH DESCRIPTION
diff --git a/man/XtAppErrorMsg.man b/man/XtAppErrorMsg.man
index 59b1911..b606572 100644
--- a/man/XtAppErrorMsg.man
+++ b/man/XtAppErrorMsg.man
@@ -90,7 +90,7 @@ Specifies the application context.
.IP \fIclass\fP 1i
Specifies the resource class\*(Cl.
.IP \fIdefault\fP 1i
-Specifies the default message to use\*(Dm.
+Specifies the default message to use.
.IP \fIname\fP 1i
Specifies the general kind of error.
.IP \fItype\fP 1i
diff --git a/man/XtAppGetErrorDatabase.man b/man/XtAppGetErrorDatabase.man
index 6b3ea8e..8787e38 100644
--- a/man/XtAppGetErrorDatabase.man
+++ b/man/XtAppGetErrorDatabase.man
@@ -86,7 +86,7 @@ Specifies the resource class\*(Cl.
Specifies the name of the alternative database that is to be used
or NULL if the application's database is to be used.
.IP \fIdefault\fP 1i
-Specifies the default message to use\*(Dm.
+Specifies the default message to use.
.IP \fIname\fP 1i
.br
.ns
diff --git a/man/XtClass.man b/man/XtClass.man
index f16f08d..c8df9e7 100644
--- a/man/XtClass.man
+++ b/man/XtClass.man
@@ -110,7 +110,7 @@ Boolean XtIsSessionShell(Widget \fIw\fP);
.IP \fIw\fP 1i
Specifies the widget.
.IP \fIwidget_class\fP 1i
-Specifies the widget class\*(Wc.
+Specifies the widget class.
.ds Me used
.IP \fImessage\fP 1i
Specifies the message that is to be \*(Me.
diff --git a/man/XtCreateApplicationContext.man b/man/XtCreateApplicationContext.man
index 3d39202..8ce33df 100644
--- a/man/XtCreateApplicationContext.man
+++ b/man/XtCreateApplicationContext.man
@@ -82,7 +82,7 @@ void XtToolkitInitialize(void);
Specifies the application context.
.ds wi that you want the application context for
.IP \fIw\fP 1i
-Specifies the widget \*(Wi.
+Specifies the widget.
.SH DESCRIPTION
The
.ZN XtCreateApplicationContext
diff --git a/man/XtDisplayInitialize.man b/man/XtDisplayInitialize.man
index 805b3ae..46b4e89 100644
--- a/man/XtDisplayInitialize.man
+++ b/man/XtDisplayInitialize.man
@@ -97,7 +97,7 @@ Specifies the class name of this application\*(Ac.
.IP \fIapplication_name\fP 1i
Specifies the name of the application instance.
.IP \fIdisplay\fP 1i
-Specifies the display\*(Di.
+Specifies the display.
Note that a display can be in at most one application context.
.IP \fInum_options\fP 1i
Specifies the number of entries in the options list.
diff --git a/man/XtErrorMsg.man b/man/XtErrorMsg.man
index 2272807..25f8dfa 100644
--- a/man/XtErrorMsg.man
+++ b/man/XtErrorMsg.man
@@ -83,7 +83,7 @@ String \fIdefault\fP, String *\fIparams\fP, Cardinal *\fInum_params\fP);
.IP \fIclass\fP 1i
Specifies the resource class\*(Cl.
.IP \fIdefault\fP 1i
-Specifies the default message to use\*(Dm.
+Specifies the default message to use.
.IP \fIname\fP 1i
Specifies the general kind of error.
.IP \fItype\fP 1i
diff --git a/man/XtGetErrorDatabase.man b/man/XtGetErrorDatabase.man
index 17cd0ca..aae881a 100644
--- a/man/XtGetErrorDatabase.man
+++ b/man/XtGetErrorDatabase.man
@@ -81,7 +81,7 @@ Specifies the buffer into which the error message is to be returned.
.IP \fIclass\fP 1i
Specifies the resource class\*(Cl.
.IP \fIdefault\fP 1i
-Specifies the default message to use\*(Dm.
+Specifies the default message to use.
.IP \fIname\fP 1i
.br
.ns
diff --git a/man/XtGetResourceList.man b/man/XtGetResourceList.man
index b9dfc02..dc5d8be 100644
--- a/man/XtGetResourceList.man
+++ b/man/XtGetResourceList.man
@@ -85,7 +85,7 @@ The caller must free this storage using
when done with it.
.ds Cl \ for which you want the list
.IP \fIwidget_class\fP 1i
-Specifies the widget class\*(Wc.
+Specifies the widget class.
.SH DESCRIPTION
If
.ZN XtGetResourceList
diff --git a/man/XtMalloc.man b/man/XtMalloc.man
index b22d2f9..df36564 100644
--- a/man/XtMalloc.man
+++ b/man/XtMalloc.man
@@ -152,7 +152,6 @@ is a convenience macro that calls
with the following arguments specified:
.LP
.Ds
-.TA .5i
.ta .5i
((type *) XtMalloc((unsigned) sizeof(type))
.De
@@ -169,7 +168,6 @@ is a convenience macro that calls
with the following arguments specified:
.LP
.Ds
-.TA .5i
.ta .5i
(strcpy(XtMalloc((unsigned) strlen(str) + 1), str))
.De
diff --git a/man/XtPopdown.man b/man/XtPopdown.man
index 3569108..1e98d2d 100644
--- a/man/XtPopdown.man
+++ b/man/XtPopdown.man
@@ -126,7 +126,7 @@ function casts the client data parameter to an
.ZN XtPopdownID
pointer:
.LP
-.Ds 0
+.Ds
typedef struct {
Widget shell_widget;
Widget enable_widget;
diff --git a/man/XtPopup.man b/man/XtPopup.man
index 45351bd..810fd54 100644
--- a/man/XtPopup.man
+++ b/man/XtPopup.man
@@ -93,7 +93,7 @@ Specifies the pop-up shell.
.IP \fIgrab_kind\fP 1i
Specifies the way in which user events should be constrained.
.IP \fIpopup_shell\fP 1i
-Specifies the widget shell\*(Ps.
+Specifies the widget shell.
.IP \fIw\fP 1i
Specifies the widget.
.SH DESCRIPTION