summaryrefslogtreecommitdiff
path: root/include/apr_dso.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-09-13 04:35:22 +0000
committerRyan Bloom <rbb@apache.org>2000-09-13 04:35:22 +0000
commitaeb5009c90b242a2b3ace4f9d9ae49e7a3190f73 (patch)
tree7c61e3b4bd38ec602a78ea6882be7481eb03b732 /include/apr_dso.h
parent57c1d07ad9427eea65e0128655b7c580b5acc8d1 (diff)
downloadapr-aeb5009c90b242a2b3ace4f9d9ae49e7a3190f73.tar.gz
Fix some docs
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60527 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_dso.h')
-rw-r--r--include/apr_dso.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/apr_dso.h b/include/apr_dso.h
index 07cf2c716..f85964cb0 100644
--- a/include/apr_dso.h
+++ b/include/apr_dso.h
@@ -95,9 +95,9 @@ apr_status_t apr_dso_sym(apr_dso_handle_sym_t *ressym, apr_dso_handle_t *handle,
/**
* 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);