From 2b8ca7b4a43a45b785974b443b39c2bf4a811c1a Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 7 Dec 2007 21:27:58 +0000 Subject: patch from karsten to clean up documentation and to integrate more fixes into rend-spec.txt. svn:r12715 --- src/or/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/or/config.c') diff --git a/src/or/config.c b/src/or/config.c index 3cc6789b8a..f9af03a62a 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -291,7 +291,6 @@ static config_var_t _option_vars[] = { VAR("__AllDirActionsPrivate", BOOL, AllDirActionsPrivate, "0"), VAR("__DisablePredictedCircuits",BOOL,DisablePredictedCircuits, "0"), VAR("__LeaveStreamsUnattached",BOOL, LeaveStreamsUnattached, "0"), - /* XXX020 Karsten: this still needs a man page entry -RD */ V(MinUptimeHidServDirectoryV2, INTERVAL, "24 hours"), { NULL, CONFIG_TYPE_OBSOLETE, 0, NULL } }; @@ -1901,7 +1900,8 @@ print_usage(void) printf( "Copyright 2001-2007 Roger Dingledine, Nick Mathewson.\n\n" "tor -f [args]\n" -"See man page for options, or https://www.torproject.org/ for documentation.\n"); +"See man page for options, or https://www.torproject.org/ for " +"documentation.\n"); } /** Print all non-obsolete torrc options. */ -- cgit v1.2.3-54-g00ecf