~nilium/hardwood

5f498d545edcfeb68266a043d5baebf50a71406b — Noel Cower 3 years ago d2b9e9d main
Fix `reason` list for monitor

Fix markdown formatting for the list of reasons that can be produced
when a process exits.
1 files changed, 3 insertions(+), 3 deletions(-)

M README.md
M README.md => README.md +3 -3
@@ 167,9 167,9 @@ be informed with a message of the form:

where `reason` can be one of the following:

; symbol `exited` : the process exited normally
; symbol `no-process` : the process didn't exist
; list `('condition c)` : the process exited because of condition `c`
  * symbol `exited` : the process exited normally
  * symbol `no-process` : the process didn't exist
  * list `('condition c)` : the process exited because of condition `c`

#### demonitor