diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 16:45:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 16:45:50 +0000 |
commit | cc7d66bfcf0d3305ee962a167dd9f4338266ebec (patch) | |
tree | bae58760726ce0b349447cac2b5c1859c4737c0f /lib/libXt/man/XtGetErrorDatabase.man | |
parent | a5008d58b42532ef26fa9a62407a31e9991a0e39 (diff) |
Update to libXt 1.1.2
Diffstat (limited to 'lib/libXt/man/XtGetErrorDatabase.man')
-rw-r--r-- | lib/libXt/man/XtGetErrorDatabase.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libXt/man/XtGetErrorDatabase.man b/lib/libXt/man/XtGetErrorDatabase.man index d859646cc..51985812e 100644 --- a/lib/libXt/man/XtGetErrorDatabase.man +++ b/lib/libXt/man/XtGetErrorDatabase.man @@ -128,11 +128,11 @@ XtGetErrorDatabase, XtGetErrorDatabaseText \- obtain error database .SH SYNTAX .HP -XrmDatabase *XtGetErrorDatabase(void); +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); +\fInbytes\fP); .SH ARGUMENTS .IP \fIbuffer_return\fP 1i Specifies the buffer into which the error message is to be returned. @@ -145,7 +145,7 @@ Specifies the default message to use\*(Dm. .br .ns .IP \fItype\fP 1i -Specifies the name and type that are concatenated to form the resource name +Specifies the name and type that are concatenated to form the resource name of the error message. .IP \fInbytes\fP 1i Specifies the size of the buffer in bytes. |