diff options
Diffstat (limited to 'man/XtAppGetErrorDatabase.man')
-rw-r--r-- | man/XtAppGetErrorDatabase.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtAppGetErrorDatabase.man b/man/XtAppGetErrorDatabase.man index d8af9c0..72db7d0 100644 --- a/man/XtAppGetErrorDatabase.man +++ b/man/XtAppGetErrorDatabase.man @@ -89,14 +89,14 @@ of the error message. Specifies the size of the buffer in bytes. .SH DESCRIPTION The -.BR XtAppGetErrorDatabase +.B XtAppGetErrorDatabase function returns the address of the error database. The \*(xI do a lazy binding of the error database and do not merge in the database file until the first call to .BR XtAppGetErrorDatbaseText . .LP The -.BR XtAppGetErrorDatabaseText +.B XtAppGetErrorDatabaseText returns the appropriate message from the error database or returns the specified default message if one is not found in the error database. |