rbb 00/09/12 21:35:23
Modified: src/lib/apr/include apr_dso.h Log: Fix some docs Revision Changes Path 1.21 +3 -3 apache-2.0/src/lib/apr/include/apr_dso.h Index: apr_dso.h =================================================================== RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_dso.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- apr_dso.h 2000/08/02 05:26:03 1.20 +++ apr_dso.h 2000/09/13 04:35:22 1.21 @@ -95,9 +95,9 @@ /** * Report more information when a DSO function fails. - * @param dso Location to store the loaded symbol - * @param buf handle to load from. - * @param bufsize Name of the symbol to load. + * @param dso The dso handle that has been opened + * @param buf Location to store the dso error + * @param bufsize The size of the provided buffer */ const char *apr_dso_error(apr_dso_handle_t *dso, char *buf, apr_size_t bufsize);