summaryrefslogtreecommitdiffstats
path: root/include/util_varbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util_varbuf.h')
-rw-r--r--include/util_varbuf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/util_varbuf.h b/include/util_varbuf.h
index 24aa088ef0..cb5346f954 100644
--- a/include/util_varbuf.h
+++ b/include/util_varbuf.h
@@ -151,10 +151,8 @@ AP_DECLARE(apr_status_t) ap_varbuf_regsub(struct ap_varbuf *vb,
/** Read a line from an ap_configfile_t into an ap_varbuf.
* @param vb pointer to the ap_varbuf struct
* @param cfg pointer to the ap_configfile_t
- * @param max_len (soft) limit for the size of the buffer
+ * @param max_len maximum line length, including leading/trailing whitespace
* @return see ap_cfg_getline()
- * @note The buffer will not be grown once it has reached at least max_len
- * bytes. This means that the returned line can be longer than max_len.
* @note vb->strlen will be set to the length of the line
*/
AP_DECLARE(apr_status_t) ap_varbuf_cfg_getline(struct ap_varbuf *vb,