From 90302d923272083b23228871b07735da19dc8b06 Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 14 Aug 2006 22:05:40 +1000 Subject: Documentation correction darcs-hash:20060814120540-ac50b-25daddbd1130d1b57837affa6c58542fd91ff59e.gz --- doc_src/doc.hdr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc_src/doc.hdr b/doc_src/doc.hdr index 9432d586..77180322 100644 --- a/doc_src/doc.hdr +++ b/doc_src/doc.hdr @@ -1156,9 +1156,9 @@ When defining a new function in fish, it is possible to make it into an event handler, i.e. a function that is automatically run when a specific event takes place. Events that can trigger a handler currently are: -* When a signal is delivered -* When a process or job exits -* When the value of a variable is updated +- When a signal is delivered +- When a process or job exits +- When the value of a variable is updated Example: -- cgit v1.2.3