summaryrefslogtreecommitdiff
path: root/man/XtAppError.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtAppError.man')
-rw-r--r--man/XtAppError.man8
1 files changed, 3 insertions, 5 deletions
diff --git a/man/XtAppError.man b/man/XtAppError.man
index fb5bf74..55a1145 100644
--- a/man/XtAppError.man
+++ b/man/XtAppError.man
@@ -76,13 +76,11 @@ void XtAppWarning(XtAppContext \fIapp_context\fP, String \fImessage\fP);
Specifies the application context.
.IP \fImessage\fP 1i
Specifies the nonfatal error message that is to be reported.
-.ds Ha fatal error procedure, which should not return, \
-or the nonfatal error procedure, which usually returns
.IP \fIhandler\fP 1i
-Specifies the new \*(Ha.
-.ds Me reported
+Specifies the new fatal error procedure, which should not return,
+or the nonfatal error procedure, which usually returns.
.IP \fImessage\fP 1i
-Specifies the message that is to be \*(Me.
+Specifies the message that is to be reported.
.SH DESCRIPTION
The
.BR XtAppError