Skip to content

Commit 83c61c5

Browse files
committed
Debug: Make event type list a proper list
1 parent d59ac11 commit 83c61c5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Control/Distributed/Process/Debug.hs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@
8383
-- environment variable accepts the following flags, which enable tracing specific
8484
-- event types:
8585
--
86-
-- p = trace the spawning of new processes
87-
-- d = trace the death of processes
88-
-- n = trace registration of names (i.e., named processes)
89-
-- u = trace un-registration of names (i.e., named processes)
90-
-- s = trace the sending of messages to other processes
91-
-- r = trace the receipt of messages from other processes
92-
-- l = trace node up/down events
86+
-- * @p@ = trace the spawning of new processes
87+
-- * @d@ = trace the death of processes
88+
-- * @n@ = trace registration of names (i.e., named processes)
89+
-- * @u@ = trace un-registration of names (i.e., named processes)
90+
-- * @s@ = trace the sending of messages to other processes
91+
-- * @r@ = trace the receipt of messages from other processes
92+
-- * @l@ = trace node up/down events
9393
--
9494
-- Users of the /simplelocalnet/ Cloud Haskell backend should also note that
9595
-- because the trace file option only supports trace output from a single node

0 commit comments

Comments
 (0)