Fix typos and formatting in the cluster framework docs

Changed a Time Machine link to point to something useful.
This commit is contained in:
Daniel Thayer 2013-10-10 14:39:44 -05:00
parent 7ddc670a02
commit f21f45ac1a
2 changed files with 7 additions and 6 deletions

View file

@ -19,6 +19,6 @@ redef Log::default_rotation_postprocessor_cmd = "delete-log";
## Record all packets into trace file.
##
## Note that this only indicates that *if* we are recording packets, we want all
## of them (rather than just those the core deems sufficiently important). Setting
## this does not turn recording on. Use '-w <trace>' for that.
## of them (rather than just those the core deems sufficiently important).
## Setting this does not turn recording on. Use '-w <trace>' for that.
redef record_all_packets = T;