Documentation formatting

This commit is contained in:
Randall Leeds 2014-01-30 16:49:16 -08:00
parent 1f7d3429c2
commit 5d13659f0e
2 changed files with 8 additions and 7 deletions

View File

@ -1083,12 +1083,13 @@ class SyslogTo(Setting):
desc = """\ desc = """\
Address to send syslog messages. Address to send syslog messages.
Adress are a string of the form: Address is a string of the form:
- 'unix://PATH#TYPE' : for unix domain socket. TYPE can be 'stream'
for the stream driver or 'dgram' for the dgram driver. 'stream' is * 'unix://PATH#TYPE' : for unix domain socket. TYPE can be 'stream'
the default. for the stream driver or 'dgram' for the dgram driver.
- 'udp://HOST:PORT' : for UDP sockets 'stream' is the default.
- 'tcp://HOST:PORT' : for TCP sockets * 'udp://HOST:PORT' : for UDP sockets
* 'tcp://HOST:PORT' : for TCP sockets
""" """