default.conf.5: Fix a typo

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Benjamin Drung 2015-10-05 15:44:04 +03:00 committed by Martin Basti
parent c812330b3f
commit ccae42beda

View File

@ -140,7 +140,7 @@ Note: logger names are a dot ('.') separated list forming a path
in the logger tree. The dot character is also a regular
expression metacharacter (matches any character) therefore you
will usually need to escape the dot in the logger names by
preceeding it with a backslash.
preceding it with a backslash.
.TP
.B mode <mode>
Specifies the mode the server is running in. The currently support values are \fBproduction\fR and \fBdevelopment\fR. When running in production mode some self\-tests are skipped to improve performance.