Преглед на файлове

fix the man page to say that the maxseverity part of the log
line is optional even when logging to files.


svn:r3096

Roger Dingledine преди 21 години
родител
ревизия
f2bf364df9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      doc/tor.1.in

+ 1 - 1
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.