diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2007-02-26 18:27:43 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@bluenote.herrb.com> | 2007-02-26 18:27:43 +0100 |
commit | 007d9e5f8b2edc3ff8ce8b2f96b8f56a417bb78d (patch) | |
tree | 686b476c86c4e283584f416dd614851d770f77d9 | |
parent | 4e7031510d05471e77ff48355b23fc8e4302648c (diff) |
Sync XtGetErrorDatabaseText() prototype with reality.
-rw-r--r-- | man/XtGetErrorDatabase.man | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man/XtGetErrorDatabase.man b/man/XtGetErrorDatabase.man index 170c50c..a72f0de 100644 --- a/man/XtGetErrorDatabase.man +++ b/man/XtGetErrorDatabase.man @@ -136,16 +136,13 @@ XrmDatabase *XtGetErrorDatabase(void); .HP void XtGetErrorDatabaseText(char *\fIname\fP, char *\fItype\fP, char *\fIclass\fP, char *\fIdefault\fP, char *\fIbuffer_return\fP, int -\fInbytes\fP, XrmDatabase \fIdatabase\fP); +\fInbytes\fP); .SH ARGUMENTS .IP \fIbuffer_return\fP 1i Specifies the buffer into which the error message is to be returned. .ds Cl \ of the error message .IP \fIclass\fP 1i Specifies the resource class\*(Cl. -.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 Specifies the default message to use\*(Dm. .IP \fIname\fP 1i |