From f2bf364df9e2f701d41c59e3f7a879d12e3d42d1 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 7 Dec 2004 06:16:14 +0000 Subject: [PATCH] fix the man page to say that the maxseverity part of the log line is optional even when logging to files. svn:r3096 --- doc/tor.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.