diff options
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c index 06f0401f39..b7e93bc559 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1919,7 +1919,7 @@ config_register_addressmaps(or_options_t *options) { /** If <b>range</b> is of the form MIN-MAX, for MIN and MAX both * recognized log severity levels, set *<b>min_out</b> to MIN and - * *<b>max_out</b> to MAX and return 0. Else, if <b>range<b> is of + * *<b>max_out</b> to MAX and return 0. Else, if <b>range</b> is of * the form MIN, act as if MIN-err had been specified. Else, warn and * return -1. */ @@ -2084,7 +2084,7 @@ config_init_logs(or_options_t *options, int validate_only) return ok?0:-1; } -/** Add a single option of the form Log min-max <type> [fname] to options. */ +/** Add a single option of the form Log min-max \<type\> [fname] to options. */ static int add_single_log_option(or_options_t *options, int minSeverity, int maxSeverity, const char *type, const char *fname) |