[or-cvs] r9341: Update copyright in config.c while I'm there. Update man pag (in tor/trunk: doc src/or)

phobos at seul.org phobos at seul.org
Sat Jan 13 05:09:14 UTC 2007


Author: phobos
Date: 2007-01-13 00:09:09 -0500 (Sat, 13 Jan 2007)
New Revision: 9341

Modified:
   tor/trunk/doc/tor.1.in
   tor/trunk/src/or/config.c
Log:
Update copyright in config.c while I'm there.  Update man page to
reflect all available options to tor binary.


Modified: tor/trunk/doc/tor.1.in
===================================================================
--- tor/trunk/doc/tor.1.in	2007-01-11 19:53:53 UTC (rev 9340)
+++ tor/trunk/doc/tor.1.in	2007-01-13 05:09:09 UTC (rev 9341)
@@ -26,6 +26,30 @@
 FILE contains further "option value" pairs. (Default: @CONFDIR@/torrc)
 .LP
 .TP
+\fB--hash-password\fP
+Generates a hashed password for control port access.
+.LP
+.TP
+\fB--list-fingerprint\fP
+Generate your keys and output your nickname and fingerprint.
+.LP
+.TP
+\fB--verify-config\fP
+Verify the configuration file is valid.
+.LP
+.TP
+\fB--nt-servce\fP
+Create a service of Tor under Win32 operating systems.
+.LP
+.TP
+\fB--list-torrc-options\fP
+List all valid options.
+.LP
+.TP
+\fB--version\fP
+Display Tor version.
+.LP
+.TP
 Other options can be specified either on the command-line (\fI--option
 value\fR), or in the configuration file (\fIoption value\fR).
 Options are case-insensitive.

Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c	2007-01-11 19:53:53 UTC (rev 9340)
+++ tor/trunk/src/or/config.c	2007-01-13 05:09:09 UTC (rev 9341)
@@ -1,6 +1,6 @@
 /* Copyright (c) 2001 Matej Pfajfar.
  * Copyright (c) 2001-2004, Roger Dingledine.
- * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */
+ * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */
 /* See LICENSE for licensing information */
 /* $Id$ */
 const char config_c_id[] = \



More information about the tor-commits mailing list