summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/XtAppGetErrorDatabase.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtAppGetErrorDatabase.man b/man/XtAppGetErrorDatabase.man
index f38185d..d2f9497 100644
--- a/man/XtAppGetErrorDatabase.man
+++ b/man/XtAppGetErrorDatabase.man
@@ -43,7 +43,7 @@ XrmDatabase *XtAppGetErrorDatabase(\^XtAppContext \fIapp_context\fP);
.HP
void XtAppGetErrorDatabaseText(XtAppContext \fIapp_context\fP,
const char *\fIname\fP, const char *\fItype\fP, const char *\fIclass\fP,
-const char *\fIdefault\fP, char *\fIbuffer_return\fP, int \fInbytes\fP,
+const char *\fIdefaultMsg\fP, char *\fIbuffer_return\fP, int \fInbytes\fP,
XrmDatabase \fIdatabase\fP);
.SH ARGUMENTS
.IP \fIapp_context\fP 1i
@@ -55,7 +55,7 @@ Specifies the resource class of the error message.
.IP \fIdatabase\fP 1i
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
+.IP \fIdefaultMsg\fP 1i
Specifies the default message to use.
.IP \fIname\fP 1i
.br