DynamicLog.hs: some documentation updates.

This commit is contained in:
Brent Yorgey
2007-12-15 14:37:27 +00:00
parent e75a72d63f
commit b95f4daab7

View File

@@ -10,11 +10,12 @@
--
-- DynamicLog
--
-- Log events in:
-- By default, log events in:
--
-- > 1 2 [3] 4 8
--
-- format. Suitable to pipe into dzen.
-- format, although the format is highly customizable.
-- Suitable to pipe into dzen or xmobar.
--
-----------------------------------------------------------------------------