Documentation correction

darcs-hash:20060814120540-ac50b-25daddbd1130d1b57837affa6c58542fd91ff59e.gz
This commit is contained in:
axel 2006-08-14 22:05:40 +10:00
parent bee6805ff9
commit 90302d9232

View File

@ -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: