diff options
author | Roger Dingledine <arma@torproject.org> | 2004-12-07 06:16:14 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-12-07 06:16:14 +0000 |
commit | f2bf364df9e2f701d41c59e3f7a879d12e3d42d1 (patch) | |
tree | b08e0c3a06ff3d231052d1313b2d93b14c13c316 /doc | |
parent | d19648b314a1094d9b9bb198b1cb62251420881e (diff) | |
download | tor-f2bf364df9e2f701d41c59e3f7a879d12e3d42d1.tar.gz tor-f2bf364df9e2f701d41c59e3f7a879d12e3d42d1.zip |
fix the man page to say that the maxseverity part of the log
line is optional even when logging to files.
svn:r3096
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index c944b8e155..6ae5505c75 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -36,7 +36,7 @@ severity levels are debug, info, notice, warn, and err. If only one severity level is given, all messages of that level or higher will be sent to the listed destination. .TP -\fBLog \fR\fIminSeverity\fR-\fImaxSeverity\fR \fBfile\fR \fIFILENAME\fP +\fBLog \fR\fIminSeverity\fR[-\fImaxSeverity\fR] \fBfile\fR \fIFILENAME\fP As above, but send log messages to the listed filename. The "Log" option may appear more than once in a configuration file. Messages are sent to all the logs that match their severity level. |