diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-16 08:49:32 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-16 08:49:32 -0500 |
commit | 9d17d10b36129305ef0f851ade67bd087f25ac0e (patch) | |
tree | 17ecee1a2d335697fce1c5c7d7117ba2f38628e8 /src | |
parent | bb23ad3e47d2953079fb1d8d7c02db939a30633b (diff) | |
download | tor-9d17d10b36129305ef0f851ade67bd087f25ac0e.tar.gz tor-9d17d10b36129305ef0f851ade67bd087f25ac0e.zip |
tweak router_parse_addr_policy_item_from_string docs
Diffstat (limited to 'src')
-rw-r--r-- | src/or/routerparse.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index f5a003ea70..3f794ad902 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -3668,10 +3668,10 @@ networkstatus_parse_detached_signatures(const char *s, const char *eos) * * Returns NULL on policy errors. * - * If there is a policy error, malformed_list is set to true if the entire - * policy list should be discarded. Otherwise, it is set to false, and only - * this item should be ignored - the rest of the policy list can continue to - * be processed and used. + * Set *<b>malformed_list>/b> to true if the entire policy list should be + * discarded. Otherwise, set it to false, and only this item should be ignored + * on error - the rest of the policy list can continue to be processed and + * used. * * The addr_policy_t returned by this function can have its address set to * AF_UNSPEC for '*'. Use policy_expand_unspec() to turn this into a pair |