diff options
author | kfogel <kfogel@13f79535-47bb-0310-9956-ffa450edef68> | 2000-11-25 05:27:39 +0000 |
---|---|---|
committer | kfogel <kfogel@13f79535-47bb-0310-9956-ffa450edef68> | 2000-11-25 05:27:39 +0000 |
commit | 73a839a70bb415f4bca1a7e90d5623d1888fc711 (patch) | |
tree | 7ec8082eea43fc9d1b0beda5cc6af044a7fbeeeb /include/apr_getopt.h | |
parent | 154f051f1cc08c1071f7337f5132c72769cf2bf6 (diff) | |
download | libapr-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.h | 2 |
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; |