]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Try harder to document default_options correctly.
authorKarsten Loesing <karsten.loesing@gmx.net>
Sat, 25 May 2013 05:33:37 +0000 (07:33 +0200)
committerKarsten Loesing <karsten.loesing@gmx.net>
Sat, 25 May 2013 05:33:37 +0000 (07:33 +0200)
src/or/config.c

index d85ba4c2e52d7666564b0fa6e820e34c9277a921..bb596752ec58484e1fab5fd9e496cb6254fe2d7c 100644 (file)
@@ -2315,11 +2315,11 @@ compute_publishserverdescriptor(or_options_t *options)
  * */
 #define RECOMMENDED_MIN_CIRCUIT_BUILD_TIMEOUT (10)
 
-/** Return 0 if every setting in <b>options</b> is reasonable, does not
- * differ from <b>default_options</b> unless in testing Tor networks, and
- * is a permissible transition from <b>old_options</b>. Else return -1.
- * Should have no side effects, except for normalizing the contents of
- * <b>options</b>.
+/** Return 0 if every setting in <b>options</b> is reasonable, is a
+ * permissible transition from <b>old_options</b>, and none of the
+ * testing-only settings differ from <b>default_options</b> unless in
+ * testing mode.  Else return -1.  Should have no side effects, except for
+ * normalizing the contents of <b>options</b>.
  *
  * On error, tor_strdup an error explanation into *<b>msg</b>.
  *