]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Improve documentation for CONFIG_TYPE_CSV_INTERVAL.
authorNick Mathewson <nickm@torproject.org>
Wed, 18 Apr 2018 15:30:16 +0000 (11:30 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 22 Apr 2018 19:55:09 +0000 (15:55 -0400)
src/or/confparse.h

index 64ea65d1b9d46412a1d24b7ce9335b25473c77c3..4b4bf0adb48f1f04afae7ca12ea7d311dd95ee8d 100644 (file)
@@ -28,7 +28,9 @@ typedef enum config_type_t {
                               * optional whitespace. */
   CONFIG_TYPE_CSV_INTERVAL, /**< A list of strings, separated by commas and
                               * optional whitespace, representing intervals in
-                              * seconds, with optional units */
+                              * seconds, with optional units.  We allow
+                              * multiple values here for legacy reasons, but
+                              * ignore every value after the first. */
   CONFIG_TYPE_LINELIST,     /**< Uninterpreted config lines */
   CONFIG_TYPE_LINELIST_S,   /**< Uninterpreted, context-sensitive config lines,
                              * mixed with other keywords. */