diff options
Diffstat (limited to 'man/XtErrorMsg.man')
-rw-r--r-- | man/XtErrorMsg.man | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/man/XtErrorMsg.man b/man/XtErrorMsg.man index 1eeb5ac..6263fe1 100644 --- a/man/XtErrorMsg.man +++ b/man/XtErrorMsg.man @@ -1,4 +1,4 @@ -.\" $Xorg: XtErrM.man,v 1.4 2001/03/16 17:53:52 pookie Exp $ +.\" $Xorg: XtErrM.man,v 1.3 2000/08/17 19:42:00 cpqbld Exp $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -24,6 +24,9 @@ .\" be used in advertising or otherwise to promote the sale, use or other .\" dealing in this Software without prior written authorization from the .\" X Consortium. +.\" +.\" $XFree86: xc/doc/man/Xt/XtErrM.man,v 1.3 2001/02/09 03:47:50 tsi Exp $ +.\" .ds tk X Toolkit .ds xT X Toolkit Intrinsics \- C Language Interface .ds xI Intrinsics @@ -123,11 +126,11 @@ .el .sp 10p .. .ny0 -.TH XtErrorMsg 3Xt "Release 6.6" "X Version 11" "XT COMPATIBILITY FUNCTIONS" +.TH XtErrorMsg 3Xt __xorgversion__ "XT COMPATIBILITY FUNCTIONS" .SH NAME XtErrorMsg, XtSetErrorMsgHandler, XtWarningMsg, XtSetWarningMsgHandler \- high-level error handlers .SH SYNTAX -void XtErrorMsg(\fIname\fP, \fItype\fP, \fIclass\fP, \ +void XtErrorMsg(\fIname\fP, \fItype\fP, \fIclass\fP, \fIdefault\fP, \ \fIparams\fP, \fInum_params\fP) .br String \fIname\fP; @@ -150,7 +153,7 @@ void XtSetWarningMsgHandler(\fImsg_handler\fP) .br XtErrorMsgHandler \fImsg_handler\fP; .LP -void XtWarningMsg(\fIname\fP, \fItype\fP, \fIclass\fP, \ +void XtWarningMsg(\fIname\fP, \fItype\fP, \fIclass\fP, \fIdefault\fP, \fIparams\fP, \fInum_params\fP) .br String \fIname\fP; @@ -174,7 +177,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. |