Definition lists everywhere

I just found out that they can be nested, which is useful in this case.
This commit is contained in:
Stefan Tatschner
2015-06-10 01:01:59 +02:00
parent c62fd6af98
commit e59772d3df
+26 -13
View File
@@ -129,19 +129,32 @@ STTRACE
A comma separated string of facilities to trace. The valid facility strings
are:
- ``beacon``: the beacon package
- ``discover``: the discover package
- ``events``: the events package
- ``files``: the files package
- ``http``: the main package; HTTP requests
- ``locks``: the sync package; trace long held locks
- ``net``: the main package; connections & network messages
- ``model``: the model package
- ``scanner``: the scanner package
- ``stats``: the stats package
- ``upnp``: the upnp package
- ``xdr``: the xdr package
- ``all``: all of the above
beacon
the beacon package
discover
the discover package
events
the events package
files
the files package
http
the main package; HTTP requests
locks
the sync package; trace long held locks
net
the main package; connections & network messages
model
the model package
scanner
the scanner package
stats
the stats package
upnp
the upnp package
xdr
the xdr package
all
all of the above
STPROFILER
Set to a listen address such as "127.0.0.1:9090" to start the profiler with