aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-09-28 23:57:52 +0000
committerNick Mathewson <nickm@torproject.org>2006-09-28 23:57:52 +0000
commitd174cccd0b4878ed2e7fd69081e588d9bc98e802 (patch)
tree00fd9a2a3581986a222b0a538e1ee55fc93e6c9d /src/or/config.c
parentd3a06684bc626f17872a59a375cd6fbe1635baa4 (diff)
downloadtor-d174cccd0b4878ed2e7fd69081e588d9bc98e802.tar.gz
tor-d174cccd0b4878ed2e7fd69081e588d9bc98e802.zip
r8975@Kushana: nickm | 2006-09-28 17:13:53 -0400
Document entry-guard related functions svn:r8521
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 5872ded220..b77e733379 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -317,9 +317,9 @@ static config_var_description_t state_description[] = {
{ "EntryGuard", "One of the nodes we have chosen as a fixed entry" },
{ "EntryGuardDownSince",
- "The last entry guard has been down since this time." },
+ "The last entry guard has been unreachable since this time." },
{ "EntryGuardUnlistedSince",
- "The last entry guard has been unlisted since this time." },
+ "The last entry guard has been unusable since this time." },
{ "LastWritten", "When was this state file last regenerated?" },
{ "TorVersion", "Which version of Tor generated this state file?" },