summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-03-23 11:36:33 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-16 18:23:01 -0400
commit101090b0a60c8bc9aa38c8fd42b35119739bc53f (patch)
tree7d3ec5175176490dfdfb50f6315d24c4e572e1b6 /man
parent149159df368aaa50db9e3e02f725d147ff557dbd (diff)
downloadxorg-lib-libXt-101090b0a60c8bc9aa38c8fd42b35119739bc53f.tar.gz
avoid using C keyword "default" as parameter name
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man')
-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