diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-12 11:36:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-12 11:36:20 -0400 |
commit | 2c88dd7f95604f445f05976dd2d34847e065349f (patch) | |
tree | aee0f4f91cdb0ac0492a51c98a66574ec4b82d29 /doc | |
parent | bdff7e3299d78cd2f7aa4a31e5f57c1aeef5ffa1 (diff) | |
download | tor-2c88dd7f95604f445f05976dd2d34847e065349f.tar.gz tor-2c88dd7f95604f445f05976dd2d34847e065349f.zip |
Clean up a formatting issue on the manpge; bug3154.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 00d5066d0a..fb4b3f9bf3 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -325,7 +325,7 @@ Other options can be specified either on the command-line (--option **Log** **[**__domain__,...**]**__minSeverity__[-__maxSeverity__] ... **file** __FILENAME__ + -**Log** **[**__domain__,...**]**__minSeverity__[-__maxSeverity__] ... **stderr**|**stdout**|**syslog** :: +**Log** **[**__domain__,...**]**__minSeverity__[-__maxSeverity__] ... **stderr**|**stdout**|**syslog**:: As above, but select messages by range of log severity __and__ by a set of "logging domains". Each logging domain corresponds to an area of functionality inside Tor. You can specify any number of severity ranges |