summaryrefslogtreecommitdiff
path: root/man/XtAppErrorMsg.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtAppErrorMsg.man')
-rw-r--r--man/XtAppErrorMsg.man11
1 files changed, 7 insertions, 4 deletions
diff --git a/man/XtAppErrorMsg.man b/man/XtAppErrorMsg.man
index 1786985..5412cc9 100644
--- a/man/XtAppErrorMsg.man
+++ b/man/XtAppErrorMsg.man
@@ -1,4 +1,4 @@
-.\" $Xorg: XtAppEM.man,v 1.4 2001/03/16 17:53:51 pookie Exp $
+.\" $Xorg: XtAppEM.man,v 1.3 2000/08/17 19:41:58 cpqbld Exp $
.\"
.\" Copyright 1993 X Consortium
.\"
@@ -25,6 +25,9 @@
.\" not be used in advertising or otherwise to promote the sale, use or
.\" other dealings in this Software without prior written authorization
.\" from the X Consortium.
+.\"
+.\" $XFree86: xc/doc/man/Xt/XtAppEM.man,v 1.3 2001/02/09 03:47:49 tsi Exp $
+.\"
.ds tk X Toolkit
.ds xT X Toolkit Intrinsics \- C Language Interface
.ds xI Intrinsics
@@ -124,11 +127,11 @@
.el .sp 10p
..
.ny0
-.TH XtAppErrorMsg 3Xt "Release 6.6" "X Version 11" "XT FUNCTIONS"
+.TH XtAppErrorMsg 3Xt __xorgversion__ "XT FUNCTIONS"
.SH NAME
XtAppErrorMsg, XtAppSetErrorMsgHandler, XtAppSetWarningMsgHandler, XtAppWarningMsg \- high-level error handlers
.SH SYNTAX
-void XtAppErrorMsg(\fIapp_context\fP, \fIname\fP, \fItype\fP, \fIclass\fP, \
+void XtAppErrorMsg(\fIapp_context\fP, \fIname\fP, \fItype\fP, \fIclass\fP,
\fIdefault\fP, \ \fIparams\fP, \fInum_params\fP)
.br
XtAppContext \fIapp_context\fP;
@@ -184,7 +187,7 @@ Specifies the default message to use\*(Dm.
Specifies the general kind of error.
.IP \fItype\fP 1i
Specifies the detailed name of the error.
-.ds Mh fatal error procedure, which should not return \
+.ds Mh fatal error procedure, which should not return
or the nonfatal error procedure, which usually returns
.IP \fImsg_handler\fP 1i
Specifies the new \*(Mh.