summaryrefslogtreecommitdiff
path: root/include/apr_getopt.h
diff options
context:
space:
mode:
authorkfogel <kfogel@13f79535-47bb-0310-9956-ffa450edef68>2000-11-25 05:27:39 +0000
committerkfogel <kfogel@13f79535-47bb-0310-9956-ffa450edef68>2000-11-25 05:27:39 +0000
commit73a839a70bb415f4bca1a7e90d5623d1888fc711 (patch)
tree7ec8082eea43fc9d1b0beda5cc6af044a7fbeeeb /include/apr_getopt.h
parent154f051f1cc08c1071f7337f5132c72769cf2bf6 (diff)
downloadlibapr-73a839a70bb415f4bca1a7e90d5623d1888fc711.tar.gz
(apr_getopt_t): doc clarification.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60791 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_getopt.h')
-rw-r--r--include/apr_getopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_getopt.h b/include/apr_getopt.h
index 1de528350..0fb15c1bc 100644
--- a/include/apr_getopt.h
+++ b/include/apr_getopt.h
@@ -80,7 +80,7 @@ struct apr_getopt_t {
const char **argv;
/** argument associated with option */
char const* place;
- /** set to nonzero to support interleaving */
+ /** set to nonzero to support interleaving options with regular args */
int interleave;
/** range of non-option arguments skipped for interleaving */
int skip_start;